/* --chvstylesheet -- */

#chvtopnav{
	border-bottom: 1px solid #666;
	height: 26px;
	line-height: 26px;
/*	padding: 0 30px;*/
	background-repeat: repeat-x;
	background-image:  url("images/chv_navback.gif");
	background-color: #9933cc;
}

#chvtopnav a{
color: #fff;
}
#chvtopnav a:hover{
color: #999;
}
#chvtopnav ul {
list-style: none;
margin: 0;
}
#chvtopnav ul li {
display: inline;
padding: 0 10px;
border-right: 1px solid #ccc;
}
#chvtopnav ul li.navend {
border-right: 0;
}

		
#container{
		background: #FFF url(images/chvbanner.jpg) no-repeat top right;
		border-bottom: 10px solid purple;
		}
		
#logo {
	background: transparent url(images/hvlogo_4c_8.png) no-repeat top left;
		}
		
/* add some spacing for images at the top in main container */
#container #content img
{
    margin-top: 2em;
}
