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

body { font-size: 14px; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #FFFFFF;
	text-align: left;
	color:#8c8c8c;
	line-height:17px}
#main {
	position:relative;
	text-align:center;
	width:500px;
	height:150px;
	top:180px;
	border:0px;
	margin-left:auto;
	margin-right:auto;
	
}
#logo { position:relative; top:0px; margin-left:auto; margin-right:auto; height:76px; width:300px; padding:0 0 0 0; background-image: url(../images/temp_mlp_logo_header.jpg); border:none;}
a:link, a:visited, a:active {color:#8c8c8c; text-decoration:none}
a:hover {
	color:#46b7e0;
	text-decoration: none;
}
#navlist {
	position:relative;
	width:500px;
	height:auto;
	margin-left:35px; margin-right:auto;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	top:25px;
	text-align:left;
	display:inline;
	z-index:auto;
}
h1 {text-transform:uppercase; text-align:center; font-size:14px; display:inline; padding-right:14px}
h2 {text-transform:uppercase; font-size:14px; padding:0000;}

