﻿.bannerstyle {
	color: #FFFFFF;
	font-size: 0px;
	background-image: url('images/mvple003.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
	background-color: #FFFFFF;
}
.PageHeading {
	text-align: center;
}
body {
	/* this sets the background color of the page */
background-color: #ffffff;
	color: #414345; /* this sets the default text color of the page */ /* this sets the default font and text size */;
	font: 80% Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color: #37526d; /* this sets the colors of the headings */
font-family: Georgia, 'Times New Roman', Times, serif; 
/* this sets the font for all headings */
}
/* the styles below set font sizes and styles for specific headings */
h1 { font-size: 2em; }
h2 { font-style: italic; font-size: 2em; }
h3 { font-size: 1.7em; }
h4 { font-style: italic; font-size: 1.7em; }
h5 { font-size: 1.3em; }
h6 { font-style: italic; font-size: 1.3em; }
}
a:active, a:hover { color: #c65d10; }
.DatCol {
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px #000000 solid;
	padding: 4px 0 4px 10px;
}
.PubCol {
	border: 1px solid #000000;
	padding: 5px 4px 5px 10px;
}
.NumCol {
	border: 1px solid #000000;
	padding: 1px 4px;
	text-align: center;
}
.listMenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.listMenu a:link, .listMenu a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #008000;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #800080;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 125px;
	height: 15px;
	display: block;
}
.listMenu a:active, .listMenu a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #808000;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #800080;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 125px;
	height: 15px;
	display: block;
}
.Copyright {
	text-align: center;
	font-size: xx-small;
}
/* the styles below create the columns */
#container { width: 800px; background: #ffffff; padding:10px; }
#Navigation { width: 125px; float: left; background: #ffffff; }
#PageHeading { width: 620px; float: right; background: #ffffff; }
#MainContent {
	margin: 0 0 1px 0;
	width: 620px;
	float: right;
	background: #ffffff;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
}
#footer {
	clear: both;
}
