
body {
	background-color: #BA8D21;
	}

	
#subnav {
	border-top: medium solid #B7B5B5;
	background-image: url(/images/subnav_background.gif);
	background-repeat: repeat-x;
	}
	
#subnav td {
	background-color: #E6CEF1;
	}
	
#subnav td a:link {
	background: #FFFFFF;
	}
	
#subnav td a:visited {
	background: #FFFFFF;
	}
	
#subnav td a:hover {
	background-color: #FAE8BB;
	}
	
#contentarea {
	border-top: medium solid #F6B620;
	background-image: url("../images/contentright_yellow.gif");
	background-repeat: repeat-y;
	}
	
#contentarea a:link {
	color: #841418;
	text-decoration: none;
	font-weight: bold;
	}
	
#contentarea a:visited {
	color: #BD8E21;
	text-decoration: none;
	font-weight: bold;
	}
	
#contentarea a:hover {
	color: #841418;
	font-weight: bold;
	text-decoration: underline;
	}
	
#barright a:link {
	color: #841418;
	text-decoration: none;
	font-weight: bold;
	}
	
#barright a:visited {
	color: #9A741B;
	text-decoration: none;
	font-weight: bold;
	}
	
#barright 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;
	}
	



