@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
html { overflow-y: scroll; }
body {
	background-attachment: fixed;
	background-image: url("images/bodyback1.jpg");
	background-repeat: repeat;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #156580;
	font-size: 16px;
	font-weight: bold;
	margin:1em 0;
}
h2 {
	color: #95780C;
	font-size: 14px;
	font-weight: bold;
	margin:1em 0;
}
a, a:link {
	color: #135C75;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #000;
}
#outerWrapper {
	border: solid 1px #666;
	background-color: #F8F9FB;
	margin: 10px auto;
	text-align: left;
	width: 980px;
}
#header {
	background-color: #fff;
	background-image: url("images/mmcheader1.jpg");
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	height: 200px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#topNavigation {
	background-color: #D5C99E;
	border-bottom: solid 1px #666;
	height: 29px;
	padding:0;
}
#content {
	margin: 20px 20px 0px;
	padding: 20px 100px 30px 50px;
	border: 1px solid #999;
}
#footer {
	background-color: #F8F9FB;
	padding: 5px;
	text-align:center;
}
#bottomnav {
	margin:0px auto;
	line-height:1.5em;
}
#bottomnav li {
	margin:15px 10px;
	list-style:none;
	display: inline;
}
#bottomnav li a {
	color: #156580;
}
.copy {
	font-size: x-small;
	color: #2C2C2C;
}
