* {
margin: 0;
padding: 0;
}

body {
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #003399;
	padding-top: 40px;
	background-color: #003399;
	background-image: none;
	background-repeat: repeat;
}

a {
color: #0000FF;
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
color: #003399;
}

#header {
	width: 580px;
	height: 250px;
	background-position: right center;
	background-color: #FFFFFF;
	background-image: url(Images/vpm-logo-top.png);
	background-repeat: no-repeat;
}

#wrapper {
width: 580px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
	width: 140px;
	height: 30px;
	background-color: #003399;
	margin: 1px 1px 1px 0;
	float: left;
	padding-left: 10px;
	color: #fff;
	cursor: default;
	font-family: Corbel;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

h1:first-letter {
color: #FFFFFF;
text-decoration: none;
}

h2 {
	width: 419px;
	height: 30px;
	background-color: #003399;
	float: left;
	padding-left: 10px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
	font-family: Corbel;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
	color: #000000;
	display: block;
	width: 140px;
	height: 24px;
	background-color: #33FF33;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	font-family: Corbel;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}

#nav li a:hover {
background-color: #999999;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #FFFFFF;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 400px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 163px;
}
