body {
	color: #000;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: left;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/formdotgrn.gif);
}
p {
	margin-bottom: 0px;
}
h1 {
	font-size: 160%;
	color: #999;
}
h3 {
	font-size:130%;
}

#fade_page {
	position: absolute; /* for IE5-6 */
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0px;
	height:100%;
	background-color: #fff;
	filter:alpha(opacity=90); /* IE5.5+ */
	-moz-opacity:0.9; /* Gecko browsers including Netscape 6+ and Firefox */
	-khtml-opacity: 0.9; /* Safari 1.1-1.3 */
	opacity: 0.9; /* Netscape 7.2+, Firefox, Safari 2+, Opera 9 */
}
noscript .printhide {
	color: #FFF;
	background: #F00;
	padding: 10px;
}

#warning {
	position: absolute;
	z-index: 20;
	left: 220px;
	top: 200px;
	width: 540px;
	background: #FFF;
	border: 15px solid #999;
}
#warning_pad {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#warning_close {
	display: inline;
}
#warning_close a {
	background: #0C0;
	color: #FFF;
	font-size: 130%;
	padding: 5px;
}
#warning_close a:hover {
	text-decoration:none;
	background:#360;
	padding: 5px;
}



#biglinks {
	position: absolute;
	top: 27px;
	left: 695px;
}

#navbar {
	position: absolute;
	top: 115px;
	left: 15px;
	height: auto;
	width: 142px;
	font-weight: bold;
	color: #FFFFFF;
}

#navbartop {
	background-image: url(/images/navvoltop.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 5px;
	height: 23px;
	width: 142px;
}

#navbarmid {
	background-image: url(/images/navvolmid.gif);
	background-repeat: repeat-y;
	}

#navbarbottom {
	background-image: url(/images/navvolbottom.gif);
	height: 31px;
	width: 142px;
	clear: both;
}

#navbar ul {
	list-style: none;
	border: none;
	width: 130px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 6px;
	top: 5px;
		}
		
#navbar li {
	margin: 0;
	padding-bottom: 2px;
	width: auto;
		}
	
#navbar li a {
	display: block;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #006633;
	background-color: #66ff66;
	color: #006633;
	text-decoration: none;
	width: auto;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #006633;
	padding: 3px 5px 4px 6px;
	line-height: 14px;
	font-size: 10px;
		}

html>body #navbar li a {
		width: auto;
		}

#navbar li a:hover {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	background-color: #00cc33;
	color: #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	width: auto;
		}
		
.about {
	display: block;
	background-color: #000099;
	width: 100%;
	padding-bottom: 5px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 3px;
}

#quicklinks {
	position:absolute;
	background-image: url(../images/quicklinksgrn.gif);
	left: 15px;
	height: 40px;
	width: 138px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
	top: 570px;
}
#important {
	padding: 10px;
	border: 4px solid #F00;
	margin-top: 10px;
	margin-bottom: 20px;
}
#important h2 {
	margin-bottom: 0px;
}


#form {
	position: absolute;
	width: 550px;
	top: 51px;
	left: 219px;
	height: 800px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	z-index: 2;
}
.greybox {
	background-color: #CCCCCC;
	padding: 15px 20px 25px;
	margin-top: 20px;
}
.whitebox {
	background-color: #FFFFFF;
	height: auto;
	padding: 15px;
	width: 480px;
}


.indent1 {
	font-size: 9px;
}
h2 {
	font-size: 16px;
	color: #00CC33;
}
a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration:underline;
}
a:active {
	color: #0000CC;
}
.fieldsexpand {
   overflow: visible; 
}
.alert {
	background: #F00;
	padding: 10px;
	color: #FFF;
}
.alert a {
	font-weight: bold;
	color: #FF0;
}

.alert h2 {
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 0px;
}

.style1 {
	color: #FF0000;
	line-height: 1.5em;
}
