﻿.bg_blue {
	background: #12192B;
}
.bg_dark {
	background: #E8EADF;
}
.bg_normal {
	background: #F5F7EC;
}
.bg_white {
	background: #fff;
}
.blue1 {
	height: 159px;
	background: url(../images/f4.gif);
}
.blue2 {
	height: 159px;
	background: url(../images/f5.gif);
}
body {
	background: #12192B;
	color: #444;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Calibri, Tahoma, Arial, Helvetica, Sans-Serif;
}
#page {
}
#header_container {
	background: #F5F7EC;
}
#content_container {
	background: #F5F7EC;
/*	border-bottom: 1px #EEEEEE solid; */
}
.pad {
	height: 310px;
	padding-top: 15px;
}
#navigation_container {
	background: #C3D3E0 url(../images/mdvi_web_bg.gif) 0 -280px repeat-x;
	height: 27px;
	border-bottom: 1px solid #98B1C4;
}
#search_container {
	background: #000;
	height: 26px;
}
#subcontent_container {
	background: #1B324F repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	color: #51514E;
	font-weight: normal;
	margin: 0 0 0.25em;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
.people1 {
	background-image: url("../images/f1.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
}
.people2 {
	background: #E8EADF;
	background-image: url("../images/f2.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
}
.people3 {
	background-image: url("../images/f3.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
}
#subcontent p {
	color: #fff;
	line-height: 1.5em;
	margin: 0 0 1em;
}
#subcontent a {
	color: #B5C5D2;
	text-decoration: none;
}
#subcontent a:hover {
	text-decoration:underline;
}
#subcontent h1 {
	color: #B5C5D2;
	font-size: 150%;
	margin-bottom: 8px;
}
#footer {
	padding-top: 4px;
	color: #90949E;
}
#footer a {
	border: medium none;
	color: #90949E;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.left {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}
.right {
	float: right;
	margin-left: 5px;
	margin-bottom: 3px;
}

.left-alone {
	margin-bottom: 3px;
}
#content ul li, #subcontent ul li {
background:url("../images/bullets/arrow2.gif") no-repeat scroll 0 3px transparent;
list-style:none outside none;
margin:0 0 0 -12px;
padding:0 0 0 18px;
}
#content li, #subcontent li {
line-height:1.5em;
margin-left:0.8em;
}

