/* CVB styles */
body {
	background-color: #CCCC99;
	padding:0px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/backgrounds/body.gif);
	background-repeat: repeat-x;
}	
#wrapper {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	}
#header {
	height: 125px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/backgrounds/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}
div#subnav {
	color: #333300;
	text-align: right;
	background-image: url(images/backgrounds/subnav.gif);
	background-repeat: repeat-x;
	height: 40px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-position: bottom;
	line-height: 1.4em;
	font-size: 85%;
	margin: 0px;
}
ul#subnavlink {
	margin: 0;
	padding: 0;
	}

ul#subnavlink li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

ul#subnavlink li a {
	text-decoration: none;
	color: #336600;
	padding: 0px 8px 0px 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999966;
	}
ul#subnavlink li a.lastnav {
	text-decoration: none;
	padding: 0px 8px 0px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
		
ul#subnavlink li a:hover {
	color: #336666;
	}		
	
ul#subnavlink li a.pageon {
	text-decoration: none;
	color: #336600;
	}
	
ul#subnavlink li a.lastnav-pageon {
	text-decoration: none;
	color: #663300;
	padding: 0px 8px 0px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	color: #336600;
	}
	
	
#content {
	background-color: #CCCC99;
	background-image: url(images/backgrounds/content-generic.gif);
	background-repeat: no-repeat;
	background-position: left 45px;
	padding: 0px 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 85%;
	line-height: 1.4em;
}
#contentleft {
	margin: 0 250px 0 0;
	padding: 0 20px;
}
#contentright {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
	font-size: x-small;
	color: #333333;
}


#footer {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #999966;
	clear: both;
	height: 50px;
	padding-top: 10px;
}
#footer a {
	color: #999933;
}
	
ul {
	margin-left: 15px;
	margin-top: -5px;
}



a, td a{
	color: #336600;
	text-decoration: none;
}
a:hover, td a:hover{
	text-decoration: underline;
	color: #336666;
}
h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.subhead {
	font-weight: bold;
	text-transform: uppercase;
	color: #333300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
	display: block;
	margin-bottom: 0px;
}
hr {
	color: #666633;
}
.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 50px;
}
.floatleft {
	float: left;
	padding-bottom: 10px;
	padding-right: 30px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smallitalic {
	font-size: 90%;
	font-style: italic;
}
.smallitalictan {
	font-size: 90%;
	font-style: italic;
	color: #666633;
}
.brown {
	color: #333333;
}
.menu {
	background-color: #CBCB98;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333300;
}
td {
	text-align: left;
	vertical-align: top;
}
