.redtxt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: lighter;
	color: #CC0000;
}
.deftxt {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
}
.deftxtbold {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.redtxtbold {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.whtxt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: lighter;
	color: #FFFFFF;
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: lighter;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: lighter;
	color: #7D0000;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: lighter;
	color: #0099CC;
	text-decoration: none;
}
.hdr {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #073F87;
}

#header{
margin-top:1px;
margin-left: auto;
margin-right:auto;
background:url('images/header-bg.png') no-repeat;
height:185px;
width: 815px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/ocv_bkgd_sub.jpg);
}

#home{
background-image: url(images/ocv_bkgd.jpg);
}

ul.nav{

list-style-type:none;
margin-top:0;
position: relative;
left:170px;
top:30px;
}

ul.nav li{
font-family: Arial, sans-serif;
text-transform: uppercase;
display:inline;
font-size: 0.8em;
font-weight:bold;
color: #cc0000;
margin-right: 25px;
}
ul.nav li a{
text-transform: uppercase;
font-weight:bold;
color: #cc0000;
}

#header img{
position: relative;
top:20px;
left:190px;
}
#header a.members{
position: relative;
top:70px;
left:630px;
background: url(images/login-btn.png) no-repeat;
display:block;
height: 34px;
width: 124px;
text-indent:-9999px;
}



