@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #F2E5DF;
}
#container {
	margin:auto;
	text-align: left;
	width: 900px;
}
#main_header {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 170px;
	border: 0;
	background-image: url(images/MSD-home_02.jpg);
}
#main {
	width: 900px;
	height: 315px;
	text-align: left;
	border: 0;
	background-image: url(images/MSD-home_03.jpg);
}
#secondary_header {
	width: 900px;
	height: 159px;
	border: 0;
	background-image: url(images/secondary_top.jpg);
}
#secondary_main {
	width: 900px;
	height: 363px;
	text-align: left;
	border: 0;
	background-image: url(images/secondary_middle.jpg);
}
#main_footer {
	width: 900px;
	height: 57px;
	background-image: url(images/MSD-home_04.jpg);
}
#secondary_footer {
	width: 900px;
	height: 128px;
	text-align: left;
	border: 0;
	background-image: url(images/secondary_bottom.jpg);
}
#nav-main {
	position: relative;
	width: 275px;
	height: 116px;
	left: 568px;
	top: 29px;
	border: 0;
}
#nav-secondary {
	position: relative;
	width: 426px;
	height: 19px;
	left: 335px;
	top: 126px;
	border: 0;
}
.page_title_main{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#D53E2D;
	padding: 25px 0 0 240px;
}
.page_title_secondary {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#D53E2D;
	padding: 25px 0 0 90px;
}
.p_main {
	padding: 25px 200px 25px 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.p_main a:link {
	text-decoration: underline;
	color: #311183;
}
.p_main a:visited {
	text-decoration: underline;
	color: #311183;
}
.p_main a:hover {
	text-decoration: none;
	color: #311183;
}
.p_main a:active {
	text-decoration: none;
	color: #311183;
}
.p_secondary {
	padding: 25px 190px 10px 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.p_secondary a:link {
	text-decoration: underline;
	color: #311183;
}
.p_secondary a:visited {
	text-decoration: underline;
	color: #311183;
}
.p_secondary a:hover {
	text-decoration: none;
	color: #311183;
}
.p_secondary a:active {
	text-decoration: none;
	color: #311183;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 15px;
	text-align: center;
}