/* CSS file for HOD Website */


a:link {color: #330000}
a:visited {color: #ffffff}
a:hover {color: #0066ff}
a:active {color: #FF0000}



body {
	background-color: #000000;
	font: .9em verdana, arial, helvetica, sans-serif;
	text-align: center;
	behavior:url(csshover.htc);
	}	

p  em {font-weight: bold}

* 	{
	margin:0;
	padding:0;
	}

#hod_banner {
	text-align: center;
	background-color: #000000;
	border-style: ridge;
	border-color: #cc6633;
	}


#divider {
	text-align: center;
	border-style: ridge;
	border-top-color: #999933;
	border-right-color: #cc6633;
	border-left-color: #cc6633;
	border-bottom-color: #cc6633;
	}	
	

#mainwrap {
	width: 764px;
	height: 375px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border:solid;
	background-color: #ffcc99;
	border-color: #666600;
		}
	
#contentarea {
	width: 760px;
	background-color: #ffcc99;
	}
	
#column1 {
	width: 150px;
	height: 375px;
	background-color: #83815a;
	float: left;
	text-align: left;
	text-decoration: none;
	}
	
	#column1 ul {
	padding-left: 12px;
	margin-right: auto;
	}
	
	#column1 li {
	list-style-type: none;
	}
	
	#column1 li:hover {
	background-color: #cccccc;
	}
	#column1 li: active {
	background-color: #ff0033;
	}
	
#column2 {
	width: 280px;
	height: 270px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
	
	}

#col2_hdr {
	text-align: center;
	font-size: 1.0em;
	}	
	

#column3 {
	width: 270px;
	height: 270px;
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 12px;
	float: right;

	}

	
#footer {
	width: 600px;
	height: 86px;
	padding-left: 4px;
	padding-top: 4px;
	text-align: center;
	background-color: #925b47;
	float:right;
	}

#counter {
	text-align: center;
	padding-top: 12px;
	background-color: #000000;
	}

