@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 14px;
	background-color: #002B55;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-position: center;
	background-image: url(images/mvaccbg.jpg);
	text-align: left;
}
#header {
	width: 100%;
	position: relative;
	height: 167px;
	top: 0px;
	margin: auto;
	padding-top: 5px;
}
#footer {
	width: 100%;
	position: relative;
	height: 130px;
	top: 0px;
	margin: auto;
	text-align: center;
}
#container {
	margin: auto;
	width: 737px;
	position: relative;
	background-color: #FFFFFF;
	height: auto;
	top: 0px;
	padding: 10px;
	background-repeat: repeat-y;
	background-position: center;
}
.title {
	font-size: 1.5em;
	font-weight: bold;
	color: #02203A;
}
.blocktitles {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #006CAD;
	display: table-cell;
}
tr {
	text-align: left;
}
#container a:link {
	color: #02203A;
	background-color: #FFFFFF;
}
#container a:visited {
	color: #02203A;
	background-color: #FFFFFF;
}
#container a:active {
	color: #02203A;
	background-color: #FFFFFF;
}
#container a:hover {
	color: #FFFFFF;
	background-color: #02203A;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
