body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	margin: 0;
	padding: 0px;
	background-image: url(images/mpell_bg.gif);
	background-repeat: repeat-x;
}

#container {
  margin: 0 auto;
  width: 600px;
  }
  
#topnav {
	background-image: url(images/top_nav_bg.gif);
	background-repeat:repeat-x;
	height: 105px;
	width: 600px;
}
.topnavbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CACDD8;
	background-position: right center;
	padding: 5px 10px 5px 5px;
	float: right;
	width: 225px;
	text-align: right;
	margin: 20px 0px 0px;
	line-height: 18px;
	text-decoration: none;
}
.topnavbox a {
	text-decoration: none;
	color: #ffffff;
}

#flashcontent {
	width: 600px;
}
.bodytext {
	text_align: left;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 16px;
}
#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 100px;
}
.footertext {
	font-size: 10px;
	color: #666666;
	padding: 10px;
	text-align: right;
}
.actionlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.actionlink a:hover {
	color: #666666;
	text-decoration: none;
}
.actionitem {
	font-size: 12px;
	color: #000000;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #cacdd8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}




.headline {
	font-size: 23px;
	font-weight: normal;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
}

.subhead {
	font-size: 18px;
	font-weight: normal;
	color: #666;
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
}

.offerhead {
	background-color: #D35E00;
	width: 580px;
		padding: 2px 10px 2px 10px;
}
.offertext {
	font-family: Arial Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #fff;

}

.offerlinks {
	font-size: 11px;
	font-weight: normal;
	float: right;
}
	.offerlinks a {
	text-decoration: none;
	color: #fff;
}
		.offerlinks a:hover {
	text-decoration: underline;
	color: #fff;
}

img {
	border: 0;
}

.bodytext li {
	list-style-position: outside;
}
 /*Navigation Styles*/ 

#nav .menuon {
	background: #D35E00;
	padding: inherit;
	width: 164px;
	color:#FFFFFF;
	padding: 3px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color:#000000;
	font-size: 14px;
	width: 150px; /* Width of Menu Items */
	}
	
#nav ul li {
	position: relative;
	}
	
#nav li ul {
	top: 0;
	margin-left: 20px;
	}
	
#nav li ul a{
	top: 0;
	font-size:12px;
	width:143px;
	}

/* Styles for Menu Items */
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 3px;
	}
	
#nav ul li a:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 3px;
		background: #cacdd8;
	}

/* newsletter signup form*/	
.signupframe {
  border: 0px solid #fff;
  color: #000;
}

	
/* Holly Hack. IE Requirement \*/
* #nav ul li {  height: 1%; }
* #nav ul li a { height: 1%; }
/* End */



