
/*

Dark Green
CMYK - 100 60 100 40
RGB - 0 66 40
Web Hex - 003300

Light Green
CMYK - 90 60 100 0
RGB - 57 103 66
Web - 336633

Red
CMYK - 20 100 100 0
RGB - 201 37 44
Web - CC3333

Gold
CMYK - 20 60 100 0
RGB - 206 123 45
Web - CC6600

*/

BODY {
	background-color: #336633;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

LI {
	padding-top: 5px;
}

H1 {
	color: #003300;
	font-size: 14pt;
	margin-top: 20px;
	font-weight:normal;
}

H2 {
	font-size: 12pt;
	color: #336633;
}

H3 {
	font-size: 11pt;
	color: #336633;
}

H4 {
	font-size: 9pt;
	font-weight:bold;
	color: #336633;
}

H5 {
	font-size: 8pt;
	font-weight:normal;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:link:visited {
	color: #0000FF;
	text-decoration: none;
}
a:link:active {
	color: #0000FF;
	text-decoration: none;
}
a:link:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:link.textNav {
	font-size:8pt;
	color: #0000FF;
	text-decoration: none;
}
a:link:visited.textNav {
	font-size:8pt;
	color: #0000FF;
	text-decoration: none;
}
a:link:active.textNav {
	font-size:8pt;
	color: #0000FF;
	text-decoration: none;
}
a:link:hover.textNav {
	color: #0000FF;
	text-decoration: underline;
}
		
.headerAndFooter {
	background-color: #003300;
	height: 25px;
}

.bannerArea {
	background-color: #FFFFFF;
	width: 763px;
}

.navAndContentArea {
	background-color: #FFFFFF;
	width: 763px;
}

.mainContent {
	background-color: #FFFFFF;
	font-size: 9pt;
	width: 543px;
}

.leftSpacerColumn {
	width:15px;
	background-color: #336633;
}

.rightSpacerColumn {
	background-color: #336633;
}
.logoClass {
	width:240px;
}
.bannerImage {
	width:543px;
}
.mainTable {
	width:100%;
	font-size: 9pt;	
}
.navigation {
	width: 240px;
	font-size: 10pt;
	padding-left:10px;
}

.navigation a:link {
	font-size: 8pt;
	color: #000000;
	text-decoration : none;
}		
.navigation a:link:visited {
	font-size: 8pt;
	color: #000000;
	text-decoration : none;
}	
.navigation a:link:active {
	font-size: 8pt;
	color: #000000;
	text-decoration : none;
}	
.navigation a:link:hover {
	color: #336633;
	text-decoration : underline;
}

.navTitle {
	color: #003300;
	font-weight:bold;
	margin-top:25px;
}

.textNavigation {
	text-align:center;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #336633;
}

.pageTitle {
	color: #003300;
	font-size: 14pt;
	margin-top: 20px;
}

.subTitle {
	color: #336633;
	font-weight:bold;
	font-size: 9pt;
}

.spacer {
	height:1px;
	background-color: #FFFFFF;
}