html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

html {
min-height: 100%;
margin-bottom: 1px;
}

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
   background: url(../images/bg.jpg) repeat-y;
}
#wrapper {
width: 900px;
}
#head {
	height: 10px;
}
#navhead p{
font-size: 80%;
color: #063;
text-align: center;
padding: 10px 0px 10px 0px;
}
#navhead  a {
	text-decoration: none;
color: #063;
}
#navhead  a:hover {
	text-decoration: underline;
}

#left {
	float: left;
}
#framecontent{
padding-left: 15px;
padding-right: 10px;
/*background: #FFFFDD;
*/color: #333333;
}
#framecontent p {
	font-size: 70%;
	font-weight: bold;
	line-height: 120%;
}
#framecontent h3 { 
width : 200px;
height : 127px;
margin : 0;
padding : 0;
background : url(../images/logowvc.gif) no-repeat;
text-indent : -9999px; }

#framecontent a {
	text-decoration: none;
}
/*.frametube {
	margin: 15px 5px 0px 5px;*/

#right {
	margin-left: 240px;

}
#homewrapper {
width: 850px;
	margin-left: 48px;
}
#content {
	margin-left: 10px;
/*	width: 660px;
*/}
#content p {
   font-size: 80%;/*scales the font to 80% of the default set int he body selector*/
	margin: 5px 0 0 10px;/*sets the required margins on the p element*/
	padding: 0;/*zeroes the padding*/
	color: #333333;/*sets the colour for the text*/
	line-height: 130%;/*set a line height for easier reading*/
}
#content h1 {
		font-family: "Times New Roman, Times", serif;
font-size: 150%;/*scales the text size against the body selector default*/
   padding: 5px 0px 1px 0px;/*	sets the padding on the h1 element
*//*   Color: #990033;sets the text colour for the h1 text
*/	font-weight: normal;
	letter-spacing: .1em;
/*	text-transform: uppercase;
*/}

#content h2 {
		font-family: "Times New Roman", Times, serif;
font-size: 110%;/*scales the text size against the body selector default*/
	padding: 5px 0 1px 0;
/*	Color: #660033;sets the text colour for the h2 text
*/	font-weight: normal;
	letter-spacing: .1em;
}
#content h3 { 
		font-family: "Times New Roman", Times, serif;
font-size: 95%;/*scales the text size against the body selector default*/
	padding: 5px 0 1px 0;
Color: #fff;
	font-weight: bold;
	letter-spacing: .1em;}

#content ol li{
	font-size:80%;
	margin:5px 5px 5px 30px;
	list-style-position: outside;
/*	list-style-type:lower-roman;
*/}

#content ul li{
	font-size:80%;
	margin:5px 5px 5px 30px;
	list-style-position: outside;
	list-style-type:square;
}
#content a:link {
text-decoration: none;
	font-weight: bold;
	color: #000;
}
#content a:visited {
text-decoration: none;
	font-weight: bold;
	color: #333;
}
#content a:hover {
text-decoration: underline;
	color: #603;
}
#content a:active {
text-decoration: none;
}

.innertube{
margin: 15px; Margins for inner DIV inside each DIV (to provide padding)
}
#leftcol {
	float: left;
	width: 450px;
}
#box1 {
}
#rightcol {
	margin-left: 465px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 195px;
/*border: 1px solid #9A9A9A;
*/}

.markermenu li a{
font-size: 70%;
font-weight: bold;
color: #063;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

/*.markermenu li a:visited, .markermenu li a:active{
color: #660033;
}
*/
.markermenu li a:hover{
color: #660033;
background:url(../images/wvleaf.gif) no-repeat left; /*onMouseover image change. Remove if none*/
}

#footer {
	clear: both;
	margin-left: 250px;
		background: url(../images/bar.gif) no-repeat top;

}
#footer p {
font-size: 80%;
color: #063;
text-align: center;
padding: 10px 0px 10px 0px;
}
#footer a {
	text-decoration: none;
color: #063;
}
#footer a:hover {
	text-decoration: underline;
}

#footer2 {
	clear: both;
	width: 850px;
/*	border-top: 1px solid #CC9922;*/
	background: url(../images/bar.gif) no-repeat top;
}
#footer2 p {
font-size: 80%;
color: #063;
text-align: center;
padding: 10px 0px 10px 0px;
}
#footer2 a {
	text-decoration: none;
color: #063;
}
#footer2 a:hover {
	text-decoration: underline;
}
/*text classes*/
.red {
	color: #990033;
}
.gold {
	color: #CC9922;
}
.green {
	color: #006633;
}
.white {
	color: #fff;
}
/*image classes*/
.left {
	float: left;/*float the image to the left*/
	border: 1px solid #000;/*add a border around the image*/
	margin: 5px 10px 0 0;/*set a margin to the top and right to give clearance against the text the top margin aligns the image with the top of the p element*/
}

.right {
	float: right;/*float the image to the right*/
	border: 1px solid #000;/*add a border around the image*/
	margin: 5px 10px 0 10px;/*set a margin to the top and left to give clearance against the text the top margin aligns the image with the top of the p element*/
}

.center {
float:none;
border: 1px solid #000;
}
.center_noborder {
	float: none;
}
.left_noborder {
	float: left;/*float the image to the left*/
	margin: 5px 10px 0 0;/*set a margin to the top and right to give clearance against the text the top margin aligns the image with the top of the p element*/
}
.right_noborder {
	float: right;/*float the image to the right*/
	margin-right: 30px;
/*	margin: 5px 10px 0 10px;set a margin to the top and left to give clearance against the text the top margin aligns the image with the top of the p element
*/}
.right_noborder2 {
	float: right;/*float the image to the right*/
	margin-right: 30px;
	margin: 5px 10px 0 10px;
}
.right_noborder3 {
	float: right;/*float the image to the right*/
	margin-right: 60px;
}

.clearit{
clear: both;
}

