A:link { text-decoration: none; color: #a6201c;}
A:visited { text-decoration: none; color: #a6201c;}
A:active  { text-decoration: none; color: #0000ff;}

a {
	border: 10;
	font-style: bold;
}

body  {
	width:1024px;
	overflow:auto;
	background-color: #463E31;
	margin-top: 0px;
}

h1 {
	font-family: Verdana, Arial;
	font-size: 19px;
	color: #AF7C02;
}

h2 {
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #AF7C02;
}

h3 {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #AF7C02;
}

p {		
	font-family: Verdana, Arial;
	font-size: 13px;
	line-height: normal;	
	color: #333333;
}

table {		
	font-family: Verdana, Arial;
	font-size: 13px;
	line-height: normal;	
	color: #333333;
}

dl {
	font-family: Verdana, Arial;
	font-size: 13px;
}

li {
	font-family: Verdana, Arial;
	font-size: 13px;
	list-style-type: square;
}
ol {	
	font-family: Verdana, Arial;
	font-size: 13px;
	list-style-type: square;
}
ul {	
	font-family: Verdana, Arial;
	font-size: 13px;
	list-style-type: square;
}

hr {
	color: #f5e168;
	border: 0;
	height: 10px;
	width: 100%;
}

#leftcontent  {
	width:20%;
	float:left;
	background-color: #463e31;
	height: 800px;
}

#middlecontent  {
	width:66%;
	float:left;
	background-color: #FEF4D1;
	margin-top: 0px;
}

#rightcontent  {
	width:20%;
	float:right;
	background-color: #463e31;
	height 800px;
}

.header {
	background-image: url(../images/OHVlogobanner.gif);
	height: 125px;
	width: 640px;
	border-bottom: 10px solid #f5e168;
	margin: 0px 19px 0px 19px;
	text-align: right;
}

.content  {
	margin: 8px 19px 0px 19px;
	
}

.block {
	margin:7px 0px 0px 0px;
	padding:8px;
	background-color:#f5e168;
	border:1px solid #999999;
}

.block-nav  {
	margin: 0px;
	padding: 3px;
	background-color: #f5e168;
	border: 1px dashed #a6201c;
	
}

.art {font-size: 1.6em; color: #000000; }

/*  menu css */

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 100% Tohoma;
width: 100%;
border: 3px solid #f5e168;
background-color: #fef4d1;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99.6%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: #a6201c;
padding: 2px 12px;
text-decoration: none;
}

#vdividermenu ul li a:visited{
color: #a6201c;
}

#vdividermenu ul li a:hover{
color: black;
background-color: #f5e168;
}

/* end of menu css */



