body, html {
	height: 100%;
	width: 100%;
}
body {
   margin: 0;
   padding: 0;
   background: url('../_images/vlp_background.jpg') repeat-y;
}

body, td, p, div {
   font-size: 12px;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   text-align: left;
}

div.content {
}

h1 {
	color: #004A80;
	font-family: Helvetica, Arial, Serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #364655;
}

b.emphasis {
   font-size: 15px;
   font-weight: bold;
   text-align: left;
}

p.content {
   font-size: 12px;
   line-height: 22px;
   text-align: justify;
   font-family: Arial, Helvetica, sans-serif;
   margin: 15px 0;
}

p.masked {
   font-size: 11px;
   color: #ccc;
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   margin: 0;
}

a:link, a:visited, a:active {
   color: #309596;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   color: #094B4C;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: underline;
}

a img {
border: 0;
}

div.nav {
background-color: #364655;
margin: 0 0 20px;
height: 30px;
width: 750px;
overflow: hidden;
}

ul.nav {
background-color: #364655;
border-right: 1px solid #fff;
display: block;
float: right;
margin: 0 30px 20px;
padding: 0;
height: 30px;
}

ul.nav li {
border-left: 1px solid #fff;
float: right;
height: 30px;
margin: 0;
padding: 0;
display: block;
}

ul.nav li  a:link, ul.nav li  a:visited, ul.nav li  a:active {
color: #fff;
font-weight: bold;
display: block;
padding: 7px 10px;
text-decoration: none;
}

ul.nav li a:hover {
color: #fff;
background-color: #36c;
text-decoration: none;
}

li.selected {
background-color: #fff;
height: 30px;
}

li.selected  a {
color: #000 !important;
display: block;
padding: 7px 10px;
text-decoration: none;
}

li.selected a:hover {
background-color: #fff !important;
border-bottom: 0 !important;
}

.clear {
clear: both;
}

h1.newsmonth {
	color: #004A80;
	font-family: Helvetica, Arial, Serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 50px 0 0;
	padding: 0 0 4px;
	border-bottom: 0;
}

h2.newstitle {
	color: #000;
	font-family: Helvetica, Arial, Serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

p.newscontent {
   font-size: 12px;
   line-height: 22px;
   text-align: justify;
   font-family: Arial, Helvetica, sans-serif;
   margin: 0 0 15px;
}