#header {
	min-width: 600px;
	height: 75px;
	width: 100%;
	background-image:url(images/headerspacer.gif);
	background-repeat:repeat-x;
}

#headerLeft {
	width: 188px;
	height: 75 px;
	float: left;
}

#headerRight {
	width: 360px;
	height: 75px;
	float: right;
}

#navBar {
	min-width: 600px;
	clear: both;
	width: 100%;
	height: 25px;
	background-color: #003300;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #EEEEEE;
	padding: 3px 0 3px 0;
}

#navLeft {
	width: auto;
	float: left;
}

#navRight {
	width: 120px;
	float: right;
}

#content {
	clear: both;
	height: auto;
	min-width: 600px;
}

#subnav {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white;
	width: 20%;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding: 0 5px 0 5px;
	border: 1px solid black;
}

#subnav a {
	color: #005500;
}

#contentMain {
	float: right;
	width: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0 5px 0 5px;
	border-left: 1px solid #444444;
}

#footer {
	padding-top: 5px;
	padding-right: 5px;
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DDDDDD;
}

.contentHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002200;
	font-weight: bold;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
}

a {
	text-decoration: none;
	color: #EEEEEE;
}

a:hover {
	color:#00aa00;
	text-decoration: underline;
}

body {
	background-color: #DDDDDD;
}