@charset "ISO-8859-1";
/* CSS Document */


body {
	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;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #A9C399;
	height: 100%;
	vertical-align: top;
}
#container  {
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-bottom: auto;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #062E2E;
	border-right-color: #062E2E;
	border-bottom-color: #062E2E;
	border-left-color: #062E2E;
	position: relative;
	min-height: 100%;
}

#nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 300px;
	text-align: center;
	vertical-align: top;
	width: auto;
}
#leftcontent {
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 265px;
	margin-top: -75px;
	clear: none;
	min-height: 100%;
	height: 100%;
	vertical-align: top;
}

img
{  border-style: none;
}
#leftcontent, p{
	font-size: 16px;
	text-align: center;
	line-height: 21px;
	color: #00467F;
}
#mainContent  {
	width: 490px;
	background-image: url(../images/VP_vig.jpg);
	background-position: center top;
	padding: 10px;
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 310px;
	height: 100%;
	margin-top: -450px;
	text-align: left;
}
#mainContent P {
	text-align: left;
}
#maincontentcontainer {
}
p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #626464;
	line-height: 17px;
}
h1 {
	font-size: 18px;
}
li {
	list-style-image: url(../images/VP_wrench_li.gif);
	color: #00467F;
}
#footer {
	font-size: 9px;
	height: 100%;
	width: auto;
	margin: 10px;
	text-align: center;
	clear: both;
}
h2 {
	color:#00467F;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: -13px;
}
a:link  {
	font-weight: bold;
	text-decoration: underline;
	color:#00467F;
}
a:visited {
	font-weight: bold;
	color: #00467F;
	text-decoration: underline;
}
h3 {
	color:#A9C399;
}
