html body						{margin:0; font-family: arial; font-size: 11px;}

/* hyperlink - anchor tag styles */
a:link, a:visited 			{ color: #0B5A30; text-decoration: none; }
a:hover 					{ color: #ED1B23; text-decoration: underline; }

/* Image Divs */
.feaImage 					{ width: 345px; height: 250px; border: 5px solid #A7A7C1; }
.transImage-5 				{ width: 1px; height: 5px; border: 0px; }
.transImage-10 				{ width: 1px; height: 5px; border: 0px; }
.transImage-19 				{ width: 1px; height: 19px; border: 0px; }

/* font styles */
.text-mid 					{ font: normal 9pt/17px Arial, Helvetica, sans-serif; color: #666666; }
.text-col	 				{ color: #9090AC; }
h1 							{ font-weight: bold; font-size: 18px; color: #9A0026; }
h1.arrow 					{ background-image: url("../img/icon_arrow.gif"); background-position: 0 .2em; background-repeat: no-repeat; padding-left: 20px; margin-bottom: 5px;}
h2 							{ font-weight: bold; font-size: 14px; color: #017437;}

/* form stuff */
.button						{ background-color: #F8F8F8; border: 1px solid #CCCCCC; height: 20px; width: auto; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #333333; text-align: center;cursor: hand; vertical-align: middle;margin: 2px;}
.input-box 					{ background-color: #F8F8F8; border: 1px solid #CCCCCC; height: 100px; width: 98%; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #666666; text-align: left;vertical-align: middle;overflow: hidden;}
.input  					{ background-color: #F8F8F8; border: 1px solid #A7A7C1; height: 18px; width: 98%; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #666666; text-align: left; vertical-align: middle;}
.input-fixed 				{ background-color: #F8F8F8; border: 1px solid #A7A7C1; height: 18px; width: 150px; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #666666; text-align: left; vertical-align: middle;}

/* globalNav styles */
#globalNav 					{ color: #00FF99; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; /* don't touch after this point */ position:relative; width:99.8%; min-width:760px; height:33px; padding:0px; margin:0px; background-color: #ED1C24;}
#gnl 						{ position: absolute; top: 0px; left: 0px; padding: 0px; margin: 0px; }
#gnr 						{ position: absolute; top: 0px; right: 0px; padding: 0px; margin: 0px; }
#globalLink 				{ border-left: 0px solid #57B885; /* don't touch after this point */ position: absolute; left: 18px; height: 23px; top:7px; padding: 0px; margin: 0px; z-index: 100; }
a.glink, a.glink:visited 	{ color: #FFFFFF; border-right: 0px solid #57B885; /* don't touch after this point */ font-size: 9pt; margin: 0px; padding: 4px 10px 4px 10px; }
a.glink:hover 				{ height: 18px; text-decoration: none; color: White; background-color: #117C43; }
.skipLinks 					{ display: none; }

/* subglobalNav styles */
.subglobalNav 				{ color: #666666; /* don't touch after this point */ position: absolute; top: 145px; left: 0px; width: 98%; height: 26px; padding: 4px 0px 0px 18px; visibility: hidden; }
.subglobalNav a:link, .subglobalNav a:visited { color: #666666; font-size: 8pt; }
.subglobalNav a:hover 		{ color: #FF0000; }

/* Layout Divs */
#pageTop 					{ position: absolute; top: 10px; left: 1%; right: 1%; width:98%; height: 130px; }
#page	 					{ position: relative; top: 180px; margin-left: auto; margin-right: auto; width:760px; height: 100%; }

#siteHeader 				{ position: relative; width: 99.8%; height: 110px; margin: 0px; padding: 0px; border: 1px solid #CCCCCC; background-color: #E3E8DE; }
#pageBody 					{ /* content bg */ background-color: #E3E8DE; border: 1px solid #CCCCCC; /* don't touch after this point */ position: relative; width: 99.8%; height: 100%; padding: 0px; margin: 0px; }

#content 					{ padding: 0px; margin: 15px 15px 15px 15px; text-align: justify; }
#featurePro 				{ width: 225px; height: 100%; padding-top: 10px; padding-bottom: 10px; }

.footer 					{ border-top: 1px solid #CCCCCC; width: 100%; height: 30px; }
.line						{ border: 1px dotted #B8C9C0;}

/* form */

.formContainer {
	margin-top:20px;
	width:560px;
	}

.formContainer fieldset {
	padding: 5px 5px 15px 5px;
	border: 1px solid #B8C9C0;
	}

.formContainer fieldset legend {
	color: #017437;
	font-size: 120%;
	font-weight: bold;
	}

.formContainer input, .formContainer textarea, .formContainer select {
	color:#666666;
	}

.formContainer input, .formContainer textarea {
	width: 250px;
	}

.formContainer input.small {
	width: 100px;
	}
	
.break {
	clear: both;
	}

.formContainer div.row {
	clear: both;
	padding-top: 5px;
	}

.formContainer div.row span.label {
	float: left;
	width: 230px;
	b//order:1px solid black;
	text-align: right;
	line-height: 110%;
	padding-top: 2px;
	color:#000;
	}

.formContainer div.row span.field {
	float: right;
	width: 300px;
	b//order:1px solid black;
	text-align: left;
	}

.formContainer .required {
	color: #CC0000;
	font-style: normal;
	}

.formContainer .buttonRow {
	text-align: right;
	padding: 5px;
	clear: both;
	}

.formContainer input, .formContainer textarea, .formContainer select  {
	border: 1px solid #CCCCCC;
	}

.formContainer .buttonRow input {
	width: auto;
	background-color: #D2012E;
	border: 1px solid #CBE4CB;
	color: white;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 110%;
	}
