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;
}

.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;
}

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

#jsddm
{	margin: 0 20px 0 0;
	float: right;
	padding: 0;
	border-left: 1px solid #fff;}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: #364655;
		padding: 0 12px;
		line-height: 2.5em;
		text-decoration: none;
		border-right: 1px solid white;
		color: #EAFFED;
		white-space: nowrap}

		
	#jsddm li a img
	{	margin: 0 0 3px 5px;
		width: 5px;
		height: 3px;
		background:  url('../_images/ico_arrow.gif') no-repeat;}
	
	#jsddm li.selected a
	{	display: block;
		background: #fff;
		padding: 0 12px;
		line-height: 2.5em;
		text-decoration: none;
		border-right: 1px solid white;
		color: #364655;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #36c;
		color: #fff}

	#jsddm li.selected a img
	{	margin: 0 0 3px 5px;
		width: 5px;
		height: 3px;
		background:  url('../_images/ico_arrow_sel.gif') no-repeat;}
	
	#jsddm li.selected a:hover img
	{	margin: 0 0 3px 5px;
		width: 5px;
		height: 3px;
		background:  url('../_images/ico_arrow.gif') no-repeat;}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline;}
		
		#jsddm li ul li a
		{	width: auto;
			background: #364655 !important;
			color: #fff !important}
		
		#jsddm li ul li a:hover
		{	background: #36c !important;
			color: #fff}
