
body {
	background-color: #8E1925;
	}

	
#subnav {
	background-color: #ffffff;
	border-top: medium solid #C02336;
	}
	
#subnav td {
	background-color: #E6CEF1;
	}
	
#subnav td a:link {
	background: #FFFFFF;
	}
	
#subnav td a:visited {
	background: #FFFFFF;
	}
	
#subnav td a:hover {
	background-color: #F9E1E3;
	}
	
#contentarea {
	border-top: medium solid #C02336;
	background-color: #FFFFFF;
	background-image:url("../images/index_bkg.gif");
	background-repeat: repeat-x;
	}
	
#contentarea a:link {
	color: #841418;
	text-decoration: none;
	font-weight: bold;
	}
	
#contentarea a:visited {
	color: #EC7D81;
	text-decoration: none;
	font-weight: bold;
	}
	
#contentarea a:hover {
	color: #841418;
	font-weight: bold;
	text-decoration: underline;
	}
	
#barright h4 {
	color: #000000;
	}
	
#footer {
	color: #FFFFFF;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	background-color: #000000;
	}


