/* TOP BAR */


.background {
	background-color: #8993ac;
}


.top {
	background-color: #F2ECD6;
}


.gridtopleft {
	background-color: #fafafa;
}

.gridtopmiddle {
	background-color: #f6f6f8;
}

.gridtopright {
	background-color: #e9e8ed;
}


.gridleft {
	background-color: #f2f3f5;
}

.gridmiddle {
	background-color: #ebecee;
}

.gridright {
	background-color: #d2d3d8;
}



/* NAVIGATION BAR */

.nav {

	background-color: #d6d9e0;


}




.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0066cc;
	font-weight: normal;



}

.navtext:link { color: #0066cc; text-decoration: none }

.navtext:active { color: #0066cc; text-decoration: none }

.navtext:visited { color: #0066cc; text-decoration: none }

.navtext:hover { color: #0066cc; text-decoration: underline }




/* NAVIGATION LINES */

.navlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	background-color: #F2ECD7;
	color: #fae4b3;
	font-weight: bold;

}






/* HOMEPAGE BODY */

.homebody {
	background-color: #d6c599;

}



/* HOMEPAGE BODY RIGHT */

.homebodyright {
	background-color: #d2d3d8;

}




/* BODY TEXT */

.bodytextleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #697993;

}

.bodytextleft:link { color: #697993; text-decoration: none }

.bodytextleft:active { color: #697993; text-decoration: none }

.bodytextleft:visited { color: #697993; text-decoration: none }

.bodytextleft:hover { color: #697993; text-decoration: underline }




.bodytextmiddle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6b7993;

}

.bodytextmiddle:link {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.bodytextmiddle:active {
	color: #0066c9;
	text-decoration: none;
	
}

.bodytextmiddle:visited {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.bodytextmiddle:hover {
	color: #6b7993;
	text-decoration: none;
}




.bodytextright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #656668;

}

.bodytextright:link {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.bodytextright:active {
	color: #0066c9;
	text-decoration: none;
	
}

.bodytextright:visited {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.bodytextright:hover {
	color: #656668;
	text-decoration: none;
}








/* GRAPHIC BAND */

.graphicband {
	background-color: #7e000c;



}





/* FOOTER BAR */

.footer {
	background-color: #b0b4c0;
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #6a7799;
	font-weight: normal;



}

.footertext:link {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.footertext:active {
	color: #0066c9;
	text-decoration: none;
	
}

.footertext:visited {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.footertext:hover {
	color: #6a7799;
	text-decoration: none
}

