@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	line-height: 120%;
	font-size: 14px;
}

h1 {
	color: #339900;
	line-height: 120%;
	font-size: 20px;
}

h2 {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}

h3 {
	background: url('images/h3bg.jpg') no-repeat;
	font-size: 16px;
	padding-left: 5px;
	padding-top: 5px;
	margin-left: -5px;
	height: 35px;
	width: 230px;
}

img {
	padding: 5px;
	border: 1px #666666 solid;
	background-color: #ffffff;
}

a {
	color: #339900;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}	

a:visited {
	color: #339900;
	text-decoration: underline;
}

a:visited:hover {
	color: #333333;
	text-decoration: underline;
}

#container {
	margin: 0px auto;
	padding: 0px auto;
	text-align: left;
	width: 760px;
	height: 100%;
}

#wrapper {
	float: left;
	width: 580px;
	margin: 0px;
	padding: 0px;
}

#header {
	background: url('images/header.jpg') no-repeat;
	height: 125px;
	width: 580px;
	margin: 0px;
	padding: 0px;
}

#header p {
	margin: 0px;
	padding: 55px 255px 0px 50px;
}

#header a {
	text-decoration: none;
	color: #ffffff;
}

#header a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#header a:visited {
	color: #ffffff;
	text-decoration: none;
}

#header a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}

#content {
	float: left;
	margin: 0px;
	padding: 0px 50px;
	height: 100%;
	width: 480px;
	color: #333333;
	background: url('images/pagebg.jpg') repeat-y;
}

.twocols {
	margin-top: -15px;
}

.twocols .col1 {
	float: left;
	width: 225px;
}

.twocols .col2 {
	float: right;
	width: 225px;
}

.plandesc {
	margin-top: -20px;
}

#footer {
	background: url('images/footerbg.jpg') no-repeat;
	float: left;
	margin: 0px;
	height: 120px;
	width: 580px;
}

#footer p {
	color: #ffffff;
	line-height: 150%;
	font-size: 13px;
	text-align: center;
	padding: 45px 220px 0px 50px;
	margin: 0px;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}

#adspace {
	float: right;
	width: 160px;
	margin: 100px 0px 0px 20px;
	padding: 0px;
}