body{
	background: #F9F9F7 url('images/Background.png') top center repeat-x;
	background-attachment: fixed;
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #67644F;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}

a{color: #BE0000; text-decoration: none;}
a:hover{color: #BE0000;	text-decoration: underline;}	

h1{padding: 0px; margin: 0px; margin-bottom: 5px; margin-top: 5px; color: #FF7800; background-color: transparent; font-size: 2em; font-weight: bold;}
h2{padding: 0px; margin: 0px; margin-bottom: 5px; margin-top: 5px; color: #FF7800; background-color: transparent; font-size: 1.8em; font-weight: bold;}
h3{padding: 0px; margin: 0px; margin-bottom: 5px; margin-top: 5px; color: #FF7800; background-color: transparent; font-size: 1.6em; font-weight: bold;}
h4{padding: 0px; margin: 0px; margin-bottom: 5px; margin-top: 5px; color: #FF7800; background-color: transparent; font-size: 1.4em; font-weight: bold;}
h5{padding: 0px; margin: 0px; margin-bottom: 5px; margin-top: 5px; color: #FF7800; background-color: transparent; font-size: 1.2em; font-weight: bold;}
h6{padding: 0px; margin: 0px; margin-bottom: 5px; margin-top: 5px; color: #FF7800; background-color: transparent; font-size: 1.1em; font-weight: bold;}	

form{
	margin: 0px; padding: 0px;
}

button {"trebuchet ms", helvetica, sans-serif; margin-right: 5px;}
input {font-family: "trebuchet ms", helvetica, sans-serif;}
textarea {font-family: "trebuchet ms", helvetica, sans-serif;}
select {font-family: "trebuchet ms", helvetica, sans-serif;}
file {font-family: "trebuchet ms", helvetica, sans-serif;}
	
P{
	margin: 5px;
	padding: 0px;
}

ul{
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
}

#HeaderWrap{
	position: relative;
	width: 747px;
	margin: 0 auto;
}

#Header{
	Margin: 13px 30px 13px 30px;
}
#logo{
	background: #EAEAE2 url('images/VcLogo.png') repeat-x;
	width: 287px;
	height: 170px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}

#logo img{
	margin: 0px;
	padding: 0px;
}
#splash{
	background: #EAEAE2 url('images/Banners/1.JPG') no-repeat;
	width: 394px;
	height: 170px;
	float: left;
	margin-bottom: 6px;
}

#menu{
	width: 100%;
	background: #EAEAE2 url('images/Menu.gif') repeat-x;
	height: 50px;
}

#menu ul{ margin: 0px;}

#menu ul li{
	display: inline;
	line-height: 34px;
	padding-left: 4px;
}

#menu ul li.first{
	border-left: 0px;
}

#menu ul li a{
	background-color: transparent;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;			
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover{
	background: #fff url('images/MenuButton.gif') repeat-x top;
	color: #CC0000;
	text-decoration: none;
}

#Content{
	position: relative;
	width: 685px;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom 5px;
}

#PrimaryContent{
	position: relative;
	width: 500px;
	float: left;
}

#PrimaryContent2{
	position: relative;
	width: 685px;
	float: left;
}

#SecondaryContent{
	position: relative;
	width: 160px;
	float: right;
	background-color: #EAEAE2;
	border: 1px solid #D7D6CA;
}

#SecondaryContent h1{
	font-size: 14px;
	font-weight: bolder;
	color: #FF7800;
	margin: 0px;
	padding: 5px 5px 0px 5px;
}

#SecondaryContent ul{
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

#SecondaryContent ul li a{
	color: #67644F;
	text-decoration: none;
}

#SecondaryContent ul li a:hover{
	color: #BE0000;
	text-decoration: none;
}

#VolImage{
	background-image: url('images/VolImageShadow.png');
	position: relative;
	width: 160px;
	height: 215px;
	float: right;
	margin-top: 10px;
	border: 0px solid black;
}

#VolImage img{
	border: 0px solid black;
	margin-top: 8px;
	margin-left: 8px;
 	width: 145px;
 	height: 200px;
}


#LinkButton{
	line-height: 30px;
	background: #D7D6CA;
	border: 1px solid black;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
    color: Black; 
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;	
}

#LinkButton:hover {
    border: 1px solid #FF7800;
    background: #D7D6CA;
    text-decoration: none;
    text-align: center;
}

#footer{
	Margin: 13px 30px 13px 30px;
	position: relative;
	clear: both;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background-image: url('images/Footer.gif');
	color: #A8A88D;
}

#footer a{
	color: #8C8C73;
}