/* BACKGROUND COLOR */


.background {
	background-color: #8993ac;
}








/* BODY GRID BACKGROUND COLORS */



.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;



}


.navtextlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0066cc;
	font-weight: normal;



}

.navtextlink:link { color: #0066cc; text-decoration: none }

.navtextlink:active { color: #0066cc; text-decoration: none }

.navtextlink:visited { color: #0066cc; text-decoration: none }

.navtextlink: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;

}












/* BODY TEXT */


.bodytextleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #697993;

}



.bodylinkleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #697993;

}

.bodylinkleft:link { color: #697993; text-decoration: none }

.bodylinkleft:active { color: #697993; text-decoration: none }

.bodylinkleft:visited { color: #697993; text-decoration: none }

.bodylinkleft:hover { color: #697993; text-decoration: underline }







.bodytextmiddle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6b7993;

}




.bodylinkmiddle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6b7993;

}

.bodylinkmiddle:link {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.bodylinkmiddle:active {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.bodylinkmiddle:visited {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.bodylinkmiddle:hover {
	color: #0066c9;
	text-decoration: underline;
	font-weight: bold;
}






.bodytextright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #656668;

}




.bodylinkright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #656668;

}

.bodylinkright:link {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.bodylinkright:active {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.bodylinkright:visited {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.bodylinkright:hover {
	color: #0066c9;
	text-decoration: underline;
	font-weight: bold;
}









/* 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;



}



.footertextlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #6a7799;
	font-weight: normal;



}

.footertextlink:link {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.footertextlink:active {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.footertextlink:visited {
	color: #0066c9;
	text-decoration: none;
	font-weight: bold;
}

.footertextlink:hover {
	color: #0066c9;
	text-decoration: underline;
	font-weight: bold;
}

a.sitecredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	display: block;
	text-decoration: none;
	padding: 0 10px 0 0;
}