/* CSS Document */

body {
	background-color: #33cc33;
	padding: 12px;
	height: auto;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	}

p {
	font-size: 11px;
	line-height: 1.3em;
	color: #003300;
	margin-bottom: 0.5em;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	margin-top: .5em;
	margin-bottom: 0.2em;
	}
	
h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #006600;
}

#page {
	position: relative;
	background-image: url(../images/grnrepeat.gif);
	background-repeat: repeat-y;
	width: 750px;
	margin: auto;
	height: auto;
}

#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;
		}
		


#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: 610px;
}
#maintext {
	position: relative;
	left: 190px;
	top: 0px;
	width: 540px;
	padding-bottom: 40px;
	}

#whitebox {
	background-color: #FFF;
	padding: 10px;
	color: #009900;
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 20px;
	border-top: 1px solid #6FC;
	border-right: 1px solid #663;
	border-bottom: 1px solid #663;
	border-left: 1px solid #6FC;
}
.whitebox {
	background-color: #FFF;
	padding: 10px;
	color: #090;
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 20px;
	border-top: 1px solid #6FC;
	border-right: 1px solid #663;
	border-bottom: 1px solid #663;
	border-left: 1px solid #6FC;
}

#whitebox p, .whitebox p {
	color: #336600;
	line-height: 1.4em;

}
#whitebox img, .whitebox img{
	margin-right: 7px;
	float: left;
	margin-bottom: 3px;
	}

ul {
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.5em;
	color: #006633;
}
li {margin-bottom: 0.5em;
}
#yellowbox {
	background-color: #FFFFCC;
	padding: 15px;
	border: 5px solid #CC0000;
}
#maintext a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	background-color: #FFFF00;
}
#maintext a:hover {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
#maintext a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
#maintext a:active {
	color: #0000CC;
}
#floatpic {
	float: left;
	margin-right: 12px;
	margin-top: 5px;
}

#belowlogo {
	position: relative;
}
