@charset "utf-8";
body {
	background-color: #CCC;
	margin: 0;
	padding: 0;
}
#wrapper {
		width: 900px;
		padding: 0;
		margin: 10px auto;
		background-color: #e7e9f0;
		background-image: url(images/mpd-bg1.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		position: relative;
}
#wrapper2 {
		width: 900px;
		padding: 0;
		margin: 10px auto;
		background-color: #e7e9f0;
		background-image: url(images/mpd-bg1b.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		position: relative;
}
#masthead {
	height: 110px;
	margin: 0;
	padding: 0;
}
#masthead .gohome {
	margin: 10px 0 0 10px;
}
#masthead .title {
	margin: 10px 0 10px 0;
}
#content {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#content .navbar {
	position: absolute;
	top: 135px;
	width: 200px;
	margin: 0 0 0 23px;
	padding: 10px 0 0 0;
	background-image: url(images/nav-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
}

#content .navbar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#content .navbar ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#content .navbar a {
	display: block;
	text-decoration: none;
	padding: 7px 5px 7px 0;
	margin: 5px 0;
	width: 90%;
	color: #fff;
	line-height:1;
	background-image: url(images/nav-a-bg-lb.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#content .navbar a:hover, #content .navbar a:active, #content .navbar a:focus {
	background-image: url(images/nav-a-bg-db.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#content .navbar .current {
	background-image: url(images/nav-a-bg-db.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#content .navbar .contactinfo {
	margin: 40px 10px 10px 30px;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

#content .bodyback {
	width: 636px;
	margin: 28px 0 0 230px;
	padding: 0;
	background-color: #fff;
	background-image: url(images/bodyback-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content .bodycopy {
	padding: 20px;
	margin: 0;
	font-size: 13px;
}
#content .bodycopy .highlight{
	font-size: 18px;
	font-weight: bold;
	color: #00244d;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #5984a3;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #5984a3;
	margin-bottom: -14px;
}
#content ol li {
	line-height: 20px;
}
#content .right {
	float: right;
	margin-left: 10px;
}
#content .testimonials {
	margin: 10px;
	border: 1px solid #00244d;
	padding: 5px;
}
#content .testimonials-title {
	font-size: 14px;
	font-weight: bold;
	color: #5984a3;
	text-align: center;
}
#content .testimonials-titlesub {
	font-size: 12px;
	font-weight: bold;
	color: #5984a3;
	text-align: center;
}
#program-table {
	border: #5984a3 solid 1px;
	background-color: #ffffff;
	border-collapse: collapse;
	margin: 0px;
}
#program-table .white {
	border: #5984a3 solid 1px;
	padding: 5px;
	background-color: #ffffff;
	border-collapse: collapse;
}
#program-table .gray {
	border: #5984a3 solid 1px;
	padding: 5px;
	background-color: #CCCCCC;
	border-collapse: collapse;
}
#thmbnl {
	height: 167px;
	width: 880px;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #999;
	background-image: url(images/thmbnl-bg.jpg);
	background-position: left;
	background-repeat: repeat-x;
	background-color: f7f7f7;
	text-align: center;
}
#thmbnl img {
	margin: 5px 10px;
}

#sample-choice {
	text-align: center;
	font-weight: bold;
	border: 1px solid #006;
}

#sample-choice td {
	width: 175px;
	height: 25px;
}
#sample-choice a {
	display: block;
	text-decoration: none;
	padding: 7px 5px 7px 0;
	margin: 0;
	color: #fff;
	line-height:1;
	background-image: url(images/nav-a-bg-lb.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#sample-choice a:hover, #sample-choice a:active, #sample-choice a:focus {
	background-image: url(images/nav-a-bg-db.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#sample-choice .current {
	background-image: url(images/nav-a-bg-db.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

a:link, a:visited {
	color: #339;
}

a:hover, a:active, a:focus {
	color: #66F;
}

#footer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		margin: 5px auto;
		padding: 10px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #999;
	text-decoration: none;
}