body {
	background: #FFFFFF;
	font-family: "Georgia, Times New Roman, Times, serif" Verdana, Arial, Geneva, sans-serif; 
	color: #000;
	padding: 0;
	margin: 0;
	font-size: medium; 
	text-align: left;}
	
	

/* ===== set anchor styling ====== */

a:link {
	color: #0000CC;
	font-weight: bold; 
	text-decoration: underline; }
	
a:visited {
	color: #0000CC;
	font-weight: bold; 
	text-decoration: underline; }

a:hover {
	color: #0000CC;
	font-weight: bold; 
	text-decoration: underline; }
	
a:active {
	color: #0000CC;
	font-weight: bold; 
	text-decoration: underline; }

/* ===== specific div styling ===== */

#wrapper {
	width: 810px;
	height: 97%;
	margin: 0em auto;
	background: url(images/wrapper-bg.jpg) repeat-y; }
	
#header {
	background: url(images/mplogo.jpg) no-repeat 40%; 
	height: 135px;
	margin: 0;
                align: center;
	padding: 0px 0 0 0; }

#header h1 {
	text-align: center;
	padding: 0;
	margin: 0; 
	vertical-align: middle;
	font-size: 200%; }	
	
#nav {
	text-transform: uppercase; 
	padding: 0;
	margin: 0;  }

#none {
                background-color:ffff00;}
	
#content {
	width: 702px; 
	padding: 20px 30px 30px 20px;}	
	
#content_description {
	text-align: left; }	
	
#content h1 {
	text-align: center; 
	padding: 0;
	margin: 10px 0 0 0;
	font-size:180%; }	
	
#content h2 {
	text-align: left; 
	font-size:100%; }
	
#content h3 {
	text-align: center;
	text-decoration: underline; 
	padding: 0;
	margin: 10px 0 0 0;
	font-size:100%;
	font-weight: bold ; }
	
#content p  {
	color: #000;
	font-size: 14px; 
	padding-left: 15px; }
	
#content ol {
	list-style-position: inside;
	list-style: decimal;
	font-size: 14px;
	margin: 10px;
	text-align: left;}	
	padding: 0; }	

#content ul {
	list-style-position: inside;
	list-style: disc ;
	font-size: 14px;
	margin: 10px;
	text-align: left;}
	padding: 0; }	
	
#footer {
	margin-top: 50px;
	width: 96%;
	border-bottom: 1px solid #CCCCCC; 
	text-align: center;}