body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align:center;
}
a, a:hover, a:visited, a:active {
	color: #4E8401;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 800px;
	height: 600px;
	padding: 0;
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 0px;
}
/*******************************/
/* Start Header
/*******************************/
#header {
	width: 800px;
}
#logo {
	background-image: url(/images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 109px;
	width: 216px;
	margin: 0;
	padding: 0;
}
#navBar {
	background-image:url(/images/header_navBarBG.jpg);
	float: left;
	height: 40px;
	position: relative;
	top: 69px;
	width: 577px;
}
#navBarRight {
	display: block;
	position: relative;
	float: right;
	right: 0px;
	top: 69px;
	width: 7px;
	height: 40px;
}
/* END HEADER */


/*******************************/
/* Start Content 
/*******************************/
#contentWrapper {
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 800px;
	background: #FFFFFF;
	padding: 15px;
	text-align: center;
}

h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.formHeader {
	color: #000000;
}
.green {
	color: #4E8401;
}
/* END INTRO PAGE */

#whiteBox {
	border: 1px solid #666666;
	color: #666666;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.aligncenter {
	margin: 0 auto;
}
.alignleft {
	text-align: left;
}

.underline {
	text-decoration: underline;
}


#CritCriteria {
	font-size: 16px;
}
/* Footer */

#footer {
	height: 48px;
	position: relative;
}
#footBar {
	float: left;
	width: 800px;
	height: 11px;
	background: url(/images/footer_capRight.jpg) no-repeat top right #1F2021;
}
#copyright {
	float: left;
	height: 24px;
	font-size: 10px;
}
#copyright a {
	color: #A47D41;
	text-decoration: underline;
}
#copyright a:hover {
	text-decoration: none;
}
