/* CSS Document */

:link,:visited {text-decoration: none;}
ul,ol,li,h1,h2,h3,form,body,html,p {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}



body {
	text-align: center;
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #CDD2AE;
	}
#container {
	text-align: center;
	}	
	
h1 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 900;
	color: #ccc;
	text-align: right;
	}
h2 {
	font-size: 20px;
	line-height: 38px;
	font-weight: 900;
	color:#6666CC;
	text-align: left;
	}	
h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 900;
	color:#FF3333;
	text-align: left;
	}		
.promo img	{
	float:right;
	}
		
#logo	{
	margin: 25px;
	width: 250px;
	}	
		
#mainBody {
	width: 700px;
	text-align: left;
	padding: 15px;
	border: 1px dashed #333;
	background-color: #ffffff;
	margin: 25px;
	}

#Content {
	border: 0px;
	}
#promoWrap {
	border: 0px;
	}
#mfrlogo	{
padding-bottom: 15px;
}	
#promo {
	border-bottom: 2px solid #333;
	}	

.clear {
	clear: both;
}
#topNav {
	margin: 0;
	padding: 0; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
}
#topNav UL {
list-style-type: none;
float: left;
width: 300px;
}
#topNav UL LI {
display: inline;
}
#topNav UL LI A {
float: left;
color: #333;
text-transform: uppercase;
text-decoration: none;
padding: 0 6px 0 6px;
border-right: 1px solid #687983;
}
#topNav LI.lastitem {
border: none;
}
#topNav UL LI a:hover
{
font-weight: bold;
}

ul#moreinfo
{
list-style-type: none;
margin: 0;
padding: 0 0 15px 0;
}

ul#moreinfo li a
{
width: 5em;
color:#6666CC;
background-color: #fff;
text-decoration: none;
}

ul#moreinfo li a:hover
{
color: #FF3333;
background-color: #fff;
}

#footer	{
line-height: 30px;
}
.indent	LI{
margin-left: 15px;
}


