﻿/*CVB Design*/

body {
width:auto;
height:100%;
margin-top:5px;
}

html > body{
min-height:100%;
height:auto;
}

#wrapper{
width:920px;
margin:0 auto;
text-align:left;
padding:15px 15px 0 15px;
border:1px solid #003366;
}

#wrapperalt{
width:920px;
margin:0 auto;
text-align:left;
padding:15px 15px 9px 15px;
border:1px solid #003366;
}


#wrapper2{
width:942px;
margin:0 auto;
text-align:left;
}

#leftcolumn {
	width:432px;
	float:left;
}

#rightcolumn {

	width:470px;
	float:right;
	margin-left:5px;
	font-family:"Century Gothic";
	font-size:12px;
	text-decoration:none;
}

#rightcolumn p a{
	color:#003366;
	background-color:inherit;
	text-decoration:none;
}
#rightcolumn p a:hover{
    color:#0099cc;
	background-color:inherit;
	text-decoration:none;
	}

.clear {
	 clear:both
}

#navmenu{
width:500px;
margin:10px 590px 0 0;
text-align:left;
}


#logo{
width:303px;
float:right;
margin-top:10px;
text-align:right;
font-family:"Century Gothic";
font-size:12px;
color:#003366;
}

#logo p a{
	color:#003366;
	background-color:inherit;
	text-decoration:none;
}
#logo p a:hover{
    color:#0099cc;
	background-color:inherit;
	text-decoration:none;
	}
	
.clear {
	 clear:both
}

h1 {
font-size: 16px;
color: #003366;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
} 

h2 {
font-size: 13px;
color: #003366;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
} 














