BODY {}

.header
{
	background-color: #000000; 
	color: #FFFFFF;
}

.logoBannerContainer {margin-bottom: -3px}

a {
	color:#336699;
}
a:hover {
	color:#7396b9;
}

.col2,          
.col3               /*	text column font color */
{
	color:#555555;
}

.threecol {
	background:#F2F2F2;	/*	right column background color */
}
.threecol .colmid {
	background:#FFFFFF;		/* center column background color */
}
.threecol .colleft {
	background:#F2F2F2;	 /*left column background color */
}

.footer
{
	background-color: #000000; 
	color: #FFFFFF;
	text-align: center; 
	padding-top: .8em;
}

