html{
	margin: 0px; 
	}
body {
	color: #414141;
	background-color: #9c1d14;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%
}

div.clear {
	clear: both;
	height: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9C1D14;
	padding-left: 15px;
}

h1 {font-size:2em}  
h2 {font-size:1.5em}  
h3 {font-size:1.25em}  
h4 {font-size:1em}

a img {border: none;
}
p {
	font-size: 1.2em;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
a {
	color: #A37F41;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
ol {list-style: decimal; line-height: 15px;}
blockquote {font-size: 1.6em; line-height: 1.4em; color: #2a3c45;}
strong, em {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
strong {font-weight: bold;}
em {font-style: italic;}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;

}
#top {
	background-image: url(../img/vbc_top.jpg);
	background-repeat: no-repeat;
	height: 32px;
}
#header {
	background-image: url(../img/vbc_banner.jpg);
	background-repeat: no-repeat;
	height: 228px;
}
/* start nav */

#menu{
	text-align: left;
	height: 30px;
}

#nav, #nav ul{
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.8em;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.1em;
}

#nav a{
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	font-weight: bold;
	font-size: 100%;
}

#nav a:hover{
	color:#9C1D14;
}

#nav li{
	float:left;
	position:relative;
	top: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#nav ul {
	position:absolute;
	display:none;
	width:14em;
	top:1.6em;
}

#nav li ul a{
	width:12em;
	height:auto;
	float:left;
	color: #FFFFFF;
	background-color: #FFC21A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F12F23;
	line-height: 2.5em;
}
#nav li ul a:hover {
	width:12em;
	height:auto;
	float:left;
	color: #FFC42B;
	background-color: #EE3324;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
	left:13em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
#holder {
	WIDTH: 970px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
	clear: both;
}
#content {
	FLOAT: left;
	WIDTH: 620px;
	TEXT-ALIGN: justify;
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline;
	clear: both;
}
#sidebar {
	FLOAT: left;
	WIDTH: 300px;
	TEXT-ALIGN: center;
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 2em;
	display: inline;
	padding: 0px;
}

/* -------------------------------------------------------------


/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footerWrapper {
	height: 60px;
	border-top-width: 24px;
	border-top-style: solid;
	border-top-color: #f3ce53;
	background-color: #0f2c46;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/vbc_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: .9em;
	clear: both;
}

#footer {
	clear: both;
	color: #FFFFFF;
	height: 60px;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
}

#copyright {
	float: left;
	margin: 20px 0 0 20px;
	width: 432px;
	display: inline;
}

#credit {
	float: right;
	text-align: right;
	width: 450px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	display: inline;
}
#up {
	color: #000000;
	margin-left: 15px;
}

#up a {
	color: #ED3223;
	font-weight: bold;
}
#up a:hover {
	color: #FFC42A;
}

/* -------------------------------------------------------------
