body {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #c6a02a;
	scrollbar-highlight-color: #ece8dc;
	scrollbar-3dlight-color: #ece8dc;
	scrollbar-darkshadow-color: #ece8dc;
	scrollbar-shadow-color: #ece8dc;
	scrollbar-arrow-color: #ece8dc;
	scrollbar-track-color: #ece8dc;
	background-color: #f0f0f0;
	background-image: url(/images/BGX.gif) repeat-x top;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #333333;
}

#MainCol a:link {
	color: #003300;
}
#MainCol a:visited {
	color: #003300;
}
#MainCol a:hover {
	color: #003300;
	text-decoration: none;
}
#MainCol a:active {
	color: #003300;
	text-decoration: none;
}


HTML {
	font-size: 100%;
}
hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 3px;
	border: none;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {

}
html>body input.text, html>body input.button html>body select {
	height: 1em;
}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, input.required, textarea, select {
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
input.button, input.required, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: .5em;
	border: 1px solid #c6a02a;
	color: #333333;
	background-color: #ECE8DC;
	font-size: 0.9em;
	height:auto;
	width:16em;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #ECE8DC;
}
input[type="submit"]:active {
	background-color: #ECE8DC;
}
input[type="submit"][disabled] {
	border-color: #FFFFFF;
	color: #333333;
	background-color: #ECE8DC;
}
input.text, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: .5em;
	border: 1px solid #c6a02a;
	color: #333333;
	background-color: #ECE8DC;
	font-size: 0.9em;
	height:140px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #ECE8DC;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #ECE8DC;
}

#Container {
	margin-left: auto;
	margin-right: auto;
	width:885px;
}

#BG {
	background-image: url(/images/Body_BG.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#Header {
	background-image: url(/images/Header_BG.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	height: 105px;
}
#Logo {
	float:left;
	padding-left:35px;
	position:absolute;
	width:548px;
}
#TextResizer {
	float:right;
	margin-right: 18px;
	height: 29px;
}
#LeftColMargin {
	float:left;
	width:252px;
}
#LeftCol {
	margin-left:18px;
	width:216px;
	background-color:#ece8dc;
	background-image:url(/images/LeftColBGX.gif);
	padding-top:85px;
	background-repeat: repeat-x;
	background-position: top;
}
#LeftCol ul { margin: 0px; padding: 0px;}
#LeftCol ul li { list-style: none; text-align: left; padding: 0px; margin-bottom:3px; height: auto;}
#LeftCol ul li a {text-decoration: none;display: block;color: #333333;padding-left:17px;padding-right:17px; padding-top:3px; padding-bottom:3px; margin-bottom:0px;}
#LeftCol ul li a:hover, #nav ul li a:active { color: #b58d23; } 
#LeftCol ul li a:hover { background-color: #f8f7f3; text-decoration: underline; } 

#NavArrow {
	background-image:url(/images/NavArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#NavArrow a:hover  {
	background-image:url(/images/NavArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #f8f7f3;
	text-decoration: underline;
}
#NavTilde {
	background-image:url(/images/NavTilde.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}
#NavTilde a:hover  {
	background-image:url(/images/NavTilde.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	background-color: #f8f7f3;
	text-decoration: underline;
}

#MainCol {
	padding-top: 18px;
	float: left;
	width: 615px;
}
#PicHeader {
	text-align:center;
	margin-bottom: 20px;
}


.heading1 {
	font-size: 1.4em;
	color: #003300;
	font-weight:normal;
}
.heading2 {
	font-size: 1.2em;
	color: #003300;
	font-weight:normal;
}
.heading3 {
	font-size: 1.1em;
	color: #003300;
	font-weight:normal;
}

.TextSmall {
	font-size: .8em;
}
.TextTiny {
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#TextRed {
	color: #FF0000;
}
#TextRed a:link, a:visited, a:hover {
	color: #FF0000;
}

#TextWhite {
	color: #FFFFFF;
}
#TextWhite a:link, a:visited, a:hover {
	color: #FFFFFF;
}

.TextYellow {
	color: #edc122;
}
.TextYellow a:link, a:visited, a:hover {
	color: #edc122;
}


#Footer {
	background-image: url(/images/FooterBG.gif);
	background-repeat: repeat;
	background-position: left top;
	clear: right;
}
#Footer p {
	margin-top: 0px;
}
#FooterBGX {
	background-attachment: scroll;
	background-image: url(/images/FooterBGX.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 22px;
	color: #FFFFFF;
	padding-bottom: 18px;
}
#FooterPrintEmail {
	float:right;
	text-align:center;
	background-color:#e9e6d5;
	display: block;
	margin-right: 18px;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
}
#FooterPrintEmail a:link,a:visited {
	color: #333333;
}


#FooterPrintEmail a:active, a:hover{
	color: #333333;
	text-decoration:none;
}


#FooterLogos {
	float:right;
	padding-left:15px;
	text-align:center;
}

.Float-Left {
	float:left;
	padding-right: 18px;
	padding-bottom: 18px;
}
.Float-Right {
	float:right;
	padding-left: 18px;
	padding-bottom: 18px;
}

#conform {width: 100%;}

#conform label {width:50%;
float:left;
clear:left;
padding: 3px 0 5px 0;}

label{
	display: -moz-inline-box;
	width:10em;
	float:left;
}

right {
	float:right;
}

.error{
  color:red;
}

input.error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }
fieldset {border:none;} /* No border */
