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

body {
	text-align: center;
	background-color: #EAD766;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/logo_bg.gif);
	background-repeat: repeat-x;
}
.popup {
	text-align:left;
	background-color: #EAD766;
	background-image:none;
	margin: 0px;
	padding: 0px;
}
#BodyContent {
	background-color: #EAD766;
	width: 800px;
	text-align: center;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	margin-top: 0;
}
#head {
	padding-top: 0px;
	width: 800px;
	top: 0px;background-image: url(/images/logo_bg.gif);
	background-repeat: repeat-x;
}
#navcontainer ul
{
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0px;
	bottom: 0px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a
{
	text-decoration: none;
	font-weight:bold;
	size: 1.1em;
	color: #00728F;
	padding-right: 10px;
	padding-left: 10px;
	font-size: .8em;
}
#navcontainer ul li a:hover
{
	color: #73A534;
}


#content {
	text-align: left;
	float:left;
	width: 420px;
	font-size: 0.9em;
	color: #005E75;
	margin-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#content_centered {
	text-align: center;
	font-size: .9em;
	color: #005E75;
	clear: both;
	width: 100%;
	margin-top: 30px;
}
#right_side {
	float: right;
	margin-top: 40px;
	padding-right: 50px;
	text-align:center;
	color: #005E75;
}

#footer {
	font-size: 0.7em;
	text-align: center;
	color: #005E75;
	clear:both;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #005E75;
	text-decoration:none;
}
	
.logoimage {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.floatright {
	float: right;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 6px;
}
.floatleft {
	float: left;
	margin: 6px;
}
.logotext {
	size:1.6em;
	font-size: 1.6em;
	text-align: center;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
}
.mainnav {
	padding-top: 0px;
	padding-bottom: 0px;
}


/* ie hacks */
*+html img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
* html img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h2 {
	color: #78A22F;
	font-size: 1.3em;
	margin-bottom: 3px;
}
h3 {
	color: #00728F;
	font-size: 1.2em;
}
h4 {
	color: #00728F;
	font-size: 1em;
}
#content a:link {
	color: #78A22F;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited {
	color: #78A22F;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #990000;
	font-weight: bold;
}
#content_centered a:link {
	color: #78A22F;
	text-decoration: none;
	font-weight: bold;
}
#content_centered a:visited {
	color: #78A22F;
	text-decoration: none;
	font-weight: bold;
}
#content_centered a:hover {
	color: #990000;
	font-weight: bold;
}
#content form {
	padding: 0px;
	color: #00728F;
	margin: 0px;
}
#content ul {
	padding-left:0px;
	margin-left:15px;
}
#content_centered form {
	text-align: left;
	padding-right: 80px;
	padding-left: 80px;
}
form {
	padding-left: 6px;
	background-color: #EAD766;
	color: #005E75;
	margin: 0px;
	padding-top: 2px;
}
blockquote {
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(/images/quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 15px;
}
.green {
	color: #78A22F;
}

p {
	padding:0px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.formleft {
	float:left;
	width: 220px;
	padding-left: 40px;
	padding-right: 20px;
}
.formright {
	float:right;
	width: 220px;
	padding-right: 40px;
	padding-left: 20px;
}
.formleft_S {
	float:left;
	width: 200px;
	padding-left: 110px;
	padding-right: 10px;
}
.formright_S {
	float:right;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
.support {
	text-align:left;
	float:left;
	width: 218px;
	padding-left: 33px;
	padding-right: 15px;
}
.supportquote {
	text-align:left;
	float:left;
	width: 200px;
	padding-left: 33px;
	padding-right: 15px;
	border: 1px solid #78A22F;
}
.formbottom {
	text-align:center;
	clear:both;
	width:100%;
}
.smallertext {
	font-size: .7em;
}
.mediumtext {
	font-size: .8em;
	font-weight:bold;
	text-align: justify;
	margin-left: 10px;
	width: 240px;
}
.littlespace {
	margin-bottom: -15px;
	padding-bottom: 0px;
}
#footer a.greenfoot {
	font-weight:bold;
	color:#78A22F;
}
#mainnav_note {
	text-decoration: none;
	font-weight:bold;
	size: 1.1em;
	color: #78A22F;
	font-size: .7em;
	padding-left: 135px;
}
#mainnav_note a {
	text-decoration: none;
	color: #78A22F;
}
#mainnav_note a:hover {
	text-decoration: none;
	color: #00728F;
}
.survey {
	font-size:.8em;
}
.survey a:link {
	color: #78A22F;
	text-decoration: none;
	font-weight: bold;
}
.survey a:visited {
	color: #78A22F;
	text-decoration: none;
	font-weight: bold;
}
.survey a:hover {
	color: #990000;
	font-weight: bold;
}
