@charset "utf-8";

html { 				min-height: 100%; margin-bottom: 1px; overflow-y: scroll; } 
					/* This setting takes care of an issue of browser scrollbar appearing/disappearing. 
					It prevents shifting between pages of different "above the fold" / "below the fold" heights. */
				
body { 				background-color: #ffffff; margin: 0px; padding: 0px; 
					font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; color: #303133; }
					
a:link {            color: #595dbf; text-decoration: none; }
a:visited { 		color: #595dbf; text-decoration: none; }
a:hover { 			color: #b4d22d; text-decoration: underline; }
a:visited:hover { 	color: #b4d22d; text-decoration: underline; }
					
hr {				color: #D6D9E9; height: 1px; margin-top: 10px; margin-bottom: 0px; padding-bottom: 0px; 
					border: none 0; border-top: 1px solid #D6D9E9; }
					
.container {		width: 850px; margin: 20px auto 20px auto; padding: 0px; border: 1px solid #cdcdcd; }
.container-left {	width: 600px; margin: 0px; float: left; padding: 0px; border-right: 1px solid #cdcdcd; }
.container-right {	width: 249px; margin: 0px; float: left; padding: 0px; }

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F2F2E6 !important;
}

.submitbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px; height: 20px; 
	font-weight: bold; 
	background-color: #8aa301 !important; color: #ffffff; 
	padding: 0px 0px 5px 0px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F2F2E6 !important;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	background-color: #F2F2E6;
}

.footeritem { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #969799; }
					a.footeritem:link { text-decoration: none; }
					a.footeritem:visited { text-decoration: none; }
					a.footeritem:hover { color: #000000; text-decoration: underline; }
					a.footeritem:visited:hover { color: #000000; text-decoration: underline; }
