body {
	background-color:#a6bf79;
	color:#000000;
	font-family:Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size:13px;
	margin:10px 10px;
	padding:0px;
}
* {
	margin:0px;
	padding:0px;
}
#container {
	margin:0px auto;
	text-align:left;
	width:709px;
	padding:0px 35px 0px 0px;
}
a{
	font-size:11px;
}
p{
	margin:15px 0px;
}
/********************** Header ***************************/
#header {
	margin:0px 0px 0px 0px;
	background-image:url(images/mp_logo.jpg); 
	background-repeat:no-repeat;  
	width:760px;
	height:220px;
	position:relative;
}
#header ul{
	list-style:none;
	display:block;
	margin:5px 0px 0px 0px;
	width:745px;
	background-image:url(images/dropshadow.jpg);
	background-repeat:repeat-y;
	background-position:719px;
	line-height:14px;
	position:absolute;
	top:190px;
	padding:2px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	padding:4px 0px;
	width:79px;
	height:28px;
	background:#485e49;
	color:#eee;
	float:left;
	text-align:center;
	font-size:12px;
	border-left:1px solid #fff;
	}
#header ul a:link, a:visited{
	color:#fff;
	text-decoration:none;
}
#header li a:hover{
	background:#a2b3a1;
	color:#000;
}
/********************** Content ***************************/
#content {
	background-color:#fff;
	width:745px;
	background-image:url(images/dropshadow.jpg);
	background-repeat:repeat-y;
	background-position:719px;
	line-height:140%;
	}
img{
	border-width:5px 5px 5px 5px;
}
h1{
	text-align:center;
	font-size:20px;
	margin:50px 50px 50px 50px;
}
p.blue:first-line {
	color:#00688B;
	font-size:13px;
	text-align:left;
	font-weight:bold;
}
p.blue2 {
	color:#00688B;
	font-size:13px;
	text-align:left;
	font-weight:bold;
}
em{
	color:#FF0000;
}
table {
	border:1px solid #000;
	border-collapse:collapse;
	font-size:90%;
}
td,th{
	border:1px solid #000;
	border-collapse:collapse;
	padding:5px;
}
#fn{width:200px;}
#fr,#to{width:180px;}
caption{
	background:#ccc;
	font-size:100%;
	font-weight:bold;
	border:1px solid #000;
	border-bottom:none;
	padding:2px;
	text-align:left;
}
thead th{
	background:#9cf;
	text-align:center;
}
tbody th{
	text-align:left;
	background:#69c;
}
tbody td{
	background:#ccc;	
}
#left {
	float:left;
	width:650px;
	margin-left:33px;
	padding:0px 10px 30px 0px;
	display:inline;
}
#left a:link, a:visited{
	color:#000;
	text-decoration:underline;
	font-size:13px;
}
#left a:hover{
	background:#a2b3a1;
}
.clear{clear:both;
}
/********************** Footer ***************************/
#footerline {
	clear:both;
	background-image:url(images/footer2.jpg);
	font-size:1px;
	height:229px;
}
#footer {
	width:720px;
	text-align:center;
	padding:10px 0px;
}

