﻿@import url("layout.css");
body {
	background-image: url('../images/MP_background.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	border: 1px #725972 dotted;
	text-align: center;
	width: 600px;
	padding: 5px 10px 5px 10px;
	background-image: url('../images/MP_masthead.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	height: 80px;
}
#navigation {
	border: 1px #996633 solid;
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
}
/* Masthead Styles */
#masthead h1 {
	margin: 4px 0 0 0;
	color: #003366;
	height: 40px;
	font-style: italic;
}
#masthead h2 {
	margin: 3px 0 0 0;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #996600;
}
#navigation a {
	color: #003366;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #B1D8D8;
	font-size: large;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1 {
}
h2 {
	font-size: large;
}
#content img {
	margin: 1px;
	padding: 10px;
	border: 0px solid #808080;
	float: left;
}
/* Footer Styles */
#footer p {
	border: 1px dotted #725972;
	background: url('../images/MP_masthead.gif');
	color: #003366;
	font-size: small;
	font-style: italic;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.rd {
	color: #FF0000;
}

