@charset "utf-8";
.vmstyle {
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #808080;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.clear{clear: both;}

.oneColFixCtr #topNav {
	background: url(../images/vmc_topnav_bkg_5px.jpg);
	color:#ff7520;
	vertical-align:top;
	margin: 0;
	width: 930px;
	height: 26px;
}

#topNav a{
	font-size: 0.80em;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}

#topNav a:hover{
	text-decoration: underline;
}

.oneColFixCtr #topNavRes {
	background: url(../images/vmc_topnav_bkg_res.jpg);
	color:#fff;
	vertical-align:top;
	margin: 0;
	width: 930px;
	height: 26px;
}

#topNavRes a{
	font-size: 0.80em;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
}

#topNavRes a:hover{
	text-decoration: underline;
}

.oneColFixCtr #leftContent {
	width: 200px; 
	float: left; 
	margin: 0 0 0 0;
	}

.oneColFixCtr #rightContent {
	width: 670px; 
	float: right; 
	margin: 0 30px 0 0;
	}


.oneColFixCtr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #leftContent {
	width: 200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	height: 100%;
}

P	{
	font-size: 0.75em;
	line-height: 1.75em;
}

.leftnav a{
	text-decoration: none;
	margin-left: 15px;
}

.leftnav a:hover{
	text-decoration: underline;
}

h1	{ 
	font-size:  1.5em;
}

h2	{
	font-size: 90%;
	margin-bottom: -10px;
}

ul	{    
	font-size: 0.75em;
	line-height: 1.5em;
	list-style-type: square;
	text-decoration: none;
}

ul li a{
	text-decoration: none;
}

ul li a:hover{
	text-decoration: underline;
}

#footernav {
	text-align: center;
	background-color:#ffffff;
	font-size: .75em;
	padding-top: 6px;
	padding-bottom: 2px; 
} 

#footernav  a:hover{
	color: #981E27;
} 