@charset "UTF-8";body{	font: 100% Verdana, Arial, Helvetica, sans-serif;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;	background-image: url(images/sky_gradient.gif);	vertical-align: top;	background-color: #D2E6F4;}#container  {	background-image: url(images/sky_bg.jpg);	background-color: #D2E6F4;	background-repeat: no-repeat;	width: 800px;	height: 800px;	margin-top: 0px;	margin: 0 auto;}#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	float: left;
	width: 800px;
	padding-top: 50px;
	text-align: center;
}
#container_green  {
	background-image: url(images/grass_bg.jpg);
	background-color: #D2E6F4;
	background-repeat: no-repeat;
	width: 800px;
	margin-top: 0px;
	margin: 0 auto;
}#mainContent  {	padding-left: 15px;	margin-top: 0px;	float: left;	width: 454px;}.logo {	float: left;	padding-left: 40px;} NAVIGATION MENU  *{	margin:0;	padding:0;}#menu{
	float: right;
	padding-right: 30px;
}#menu ul{	list-style:none;}#menu li{	display:block;	float: left;}#menu li a{
	display:block;
	float:left;
	color:#000000;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	height: 37px;
	text-decoration: none;
	background-image: url(images/navbar_middle.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	width: 80px;
}#menu li a span{	color:#636363;	font-size:10px;	text-transform:lowercase;	font-family:Geneva, Arial, Helvetica, sans-serif;	font-weight:normal;}#menu li a:hover span{	color:#636363;}.current{
	display:block;
	float:left;
	color:#FF0000;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	height: 37px;
	text-decoration: none;
	background-image: url(images/navbar_middle.png);
	background-repeat: repeat-x;
	width: 80px;
	padding-top: 10px;
}.current span{	color:#636363;	font-size:10px;	text-transform:lowercase;	font-family:Geneva, Arial, Helvetica, sans-serif;	font-weight:normal;}.leftend {	background-image: url(images/navbar_left.png);	width: 29px;	height: 37px;}.rightend {	background-image: url(images/navbar_right.png);	background-repeat: no-repeat;	height: 37px;	width: 27px;}#top {	background-image: url(images/textBox_top.png);	background-repeat: no-repeat;	height: 31px;	width: 454px;}#middle {	background-image: url(images/textBox_middle.png);	background-repeat: repeat-y;	width: 445px;	text-align: left;	padding-left: 25px;	margin-right: 10px;}#bottom {	background-image: url(images/textBox_bottom.png);	background-repeat: no-repeat;}.bodyText {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	text-align: left;	width: 400px;}.header {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	color: #000000;	text-align: left;	width: 400px;	font-weight: bold;}#green  {	background-image: url(images/grass_gradient.gif);	background-repeat: repeat-x;	font: 100% Verdana, Arial, Helvetica, sans-serif;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;	vertical-align: top;}.clear {
	clear: right;
}fieldset { border: none; }input, textarea, a { outline: none; }form {}h1 {	text-align: center;	padding-top: 200px;}#formLeft {
	width: 310px;
	float: left;
}	#formLeft input {
	width: 250px;
	margin: 0 0 20px 0;
	border: none;
	text-align: left;
	background: none;
	margin: 13px 0 0 8px;
	font-size: 1.4em;
}	#formLeft .input-bg {
	height: 45px;
	margin-bottom: 10px;
	background: url(images/form-sm-bg.jpg) top left no-repeat transparent;
	text-align: left;
}		#formLeft .active {		background: url(images/form-sm-bg.jpg) top left no-repeat transparent;	}	#formRight {
	float: right;
	margin-right: 20px;
}	label {	display: block;	font-size: 10pt;	text-indent: 0px;	font-weight: bold;}label.error {	position: absolute;	top: -16px;	right: 49px;	padding: 3px;	color: #da3939;	font-size: 1.0em;	text-align: right;	font-style: italic;	font-weight: normal;}input.submit-button {	float: left;	padding-right: 31px;}#mainContentLEFT {
	padding-left: 15px;
	margin-top: 0px;
	float: left;
	width: 382px;
}
#middleLEFT {
	background-image: url(images/textBox_middle.png);
	background-repeat: repeat-y;
	width: 354px;
	text-align: left;
	padding-left: 25px;
}
.bodyTextLEFT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 330px;
}
#mainContentRIGHT {
	padding-left: 15px;
	margin-top: 0px;
	float: left;
	width: 378px;
	margin-bottom: 0px;
}
#middleRIGHT {
	background-image: url(images/textBox_middle.png);
	background-repeat: repeat-y;
	width: 354px;
	text-align: left;
	padding-left: 25px;
	vertical-align: bottom;
	margin-bottom: 0px;
}
.bodyTextRIGHT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 330px;
	vertical-align: bottom;
	margin-bottom: 0px;
}
inputtext-bg {
	margin-bottom: 10px;
	margin-left: 20px;
}

