/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #a2cbf0;
	background-image: url(images/mpv_bkgd.jpg);
}
.top_nav {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 0px;
	padding-left: 28px;
	font-weight: bold;
}
.left_nav {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	color: #080665;
	line-height: 20px;
	margin-left: 15px;
	margin-top: 15px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
}
body_sub {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #03035C;
}
.main_body_Sub {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #050162;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 25px;
}
.main_body {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 25px;
	line-height: 16px;
}
.statements {
		font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	color: #00005E;
	background-color: #edebf6;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding: 7px;
}
.call-out {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 11px;
	margin: 15px;
	color: #000064;
}
a:link {
	color: #FF3366;
	text-decoration: none;
}
a:visited {
	color: #FF3366;
}
a:hover {
	color: #6600FF;
	text-decoration: underline;
}
a:active {
	color: #FF3366;
}

#linkList a:link { 
	color: #FFFFFF;
	text-decoration: none;
}	
#linkList a:visited {
	text-decoration: none;
	color: #FFFFFF;	
}	
#linkList a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

#linkList a:active {
	text-decoration: none;
	color: #FFFF99;	
}
.footer {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
}