body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none;
	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: left;
	background-image: url(images/camo2bg.gif);
	background-repeat: repeat;
}
#container {
	width: 800px; /* 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. */
	background-color: #060;
	margin: 0 auto;
	height: 700px;
}
#header {
	width: 800px;
	background-image: url(images/vvvcbanner.jpg);
	height: 178px;
}
#mainContent {
	width: 800px;
	height: 475px;
	background-color: #060;
}
#leftnavbar {
	float: left;
	height: 380px;
	width: 160px;
	margin-top: 30px;
	margin-left: 20px;
}
#rightcontent {
	width: 575px;
	height: 450px;
	margin-left: 30px;
	color: #D99B20;
	margin-top: 8px;
	float: left;
}
#footer {
	background-color: #603;
	color: #CCC;
	height: 37px;
	width: 780px;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 16pt;
} 
.gmap {
	float: right;
}
A:link {
	text-decoration: none; color: #FFF;
}
A:visited {
	text-decoration: none; color: #FFF;
}
A:active {
	text-decoration: none; color: none;
}
A:hover {
	font-weight: bold;
}
h2 {
	font-size: 12pt;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
}
ul {
	font-size: 10pt; color: none;
}
li {font-size: 10pt; color: none;
}
#lp_2010 {
	padding-left: 20px;
	line-height: 5px;
	width: 150px;
	float: left;
	border: solid yellow thin;
}
#lp_2009 {
	padding-left: 10px;
	border: solid yellow thin;
	width: 150px;
	float: left;
	line-height: 5px;
}
