/* MAIN SITE COLORS */

.maincontent {
	background-color: #cccc99;
}

.subcontent {
	background-color: #ffcccc;
}


/* SUB LEFT SIDE NAVIGATION COLORS */

.subnav {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #336666;
}
.subnav a:link {
	color: #336666;
	text-decoration: underline;
}
.subnav a:visited {
	color: #336666;
	text-decoration: underline;
}
.subnav a:hover { 
	color: #669999;
	text-decoration: underline; 
}
.subnav a:active {
	color: #000000;
	text-decoration: none;
}

/* MAIN CENTER CONTENT */

.mainhdr1 {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	font-style: bold;
	color: #cc3300;
}
.mainhdr1 a:link {
	color: #cc3300;
	text-decoration: none;
}
.mainhdr1 a:visited {
	color: #cc3300;
	text-decoration: none;
}
.mainhdr1 a:hover { 
	color: #cc3300;
	text-decoration: underline; 
}
.mainhdr1 a:active {
	color: #000000;
	text-decoration: underline;
}

.mainhdr2 {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	font-style: bold;
	color: #663300;
}
.mainhdr2 a:link {
	color: #663300;
	text-decoration: none;
}
.mainhdr2 a:visited {
	color: #663300;
	text-decoration: none;
}
.mainhdr2 a:hover { 
	color: #663300;
	text-decoration: underline; 
}
.mainhdr2 a:active {
	color: #000000;
	text-decoration: underline;
}

.mainsubhdr {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-style: bold;
	color: #003333;
}
.mainsubhdr a:link {
	color: #003333;
	text-decoration: none;
}
.mainsubhdr a:visited {
	color: #003333;
	text-decoration: none;
}
.mainsubhdr a:hover { 
	color: #003333;
	text-decoration: underline; 
}
.mainsubhdr a:active {
	color: #000000;
	text-decoration: underline;
}

.mainbody1 {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.mainbody1 a:link {
	color: #003333;
	text-decoration: underline;
}
.mainbody1 a:visited {
	color: #336666;
	text-decoration: underline;
}
.mainbody1 a:hover { 
	color: #990000;
	text-decoration: underline; 
}
.mainbody1 a:active {
	color: #000000;
	text-decoration: none;
}
