body {
	margin: 0 auto;
	float: none;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #999;
}
iframe p {
	font-size: 12px;
}
p {
	line-height: 17px;
	padding: 5px 10px;
	margin-top: 8px;
	margin-bottom: 12px;
}
#wrapper {
	background: #fff;
	width: 775px;
	float: left;
	margin: 0 auto;
	background: #fff;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	border-bottom: 10px solid #fff;
}
#logo {
	background: url(../images/mm_logo.gif) no-repeat left top; 
	width: 234px;
	height: 108px;
	position: absolute;
	top: 0px;
	left: 10px;
}
.clear {
	clear: both;
}
/* main navigation */

#nav {
	background: #4f91cd url(../images/bg_corner_bottomleft_blue_wt.gif) no-repeat left bottom;
	width: 520px;
	border-top: 5px solid #e8d766;
	float: right;
	height: 48px;
}
#nav ul {
	padding: 12px 10px 5px 5px;
	margin: 0;
	text-align: right;
}
#nav li {
	list-style-type: none;
	display: inline;
	padding: 0px 3px 0px 6px;
}
#nav li a {
	color: #dbca67;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 6px;
	text-decoration: none;
}
#nav li a:hover {
	color: #004812;
	text-decoration: none;
}

/* main content area */
 
#content {
	background: #eaf0f9 url(../images/bg_mtn.gif) no-repeat 0px 115px;
	padding: 0px 0px 0px 60px;
	float: left;
	margin-top: 10px;
	width: 510px;
	min-height: 480px;
	padding-bottom: 1990px;
	margin-bottom: -2000px;
	}
#content h1 {
	text-align: right;
	color: #FFFFFF;
	padding: 10px 10px 9px 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	background: #004812 url(../images/bg_corner_topright_green_wt.gif) no-repeat right top;
	margin: 0;
}
#content h2 {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 10px;
}

/* one, two, and three column highlight boxes */

.onecolumn, 
.twocolumn, 
.threecolumn {
	margin-left: 10px;
	margin-bottom: 10px;
}
.onecolumn {
	width: 490px;
	margin: 0 auto;
}
.twocolumn {
	width: 239px;
	float: left;
}
.threecolumn {
	width: 154px;
	float: left;
}
#content .onecolumn h2, 
#content .twocolumn h2, 
#content .threecolumn h2 {
	color: #fff;
	text-align: left;
	padding: 5px 5px 0px 10px;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: -3px;
}
.onecolumn h2 {
	background: url(../images/bg_onecolumn_green.png) no-repeat left top;
	}
.twocolumn h2 {
	background: url(../images/bg_twocolumn_green.png) no-repeat left top;
	}
.threecolumn h2 {
	background: url(../images/bg_threecolumn_green.png) no-repeat left top;
	}
.onecolumn p, 
.twocolumn p, 
.threecolumn p {
	border-top: 5px solid #004812;
	border-right: 1px solid #004812;
	border-bottom: 1px solid #004812;
	border-left: 1px solid #004812;
	background-color: #e8d766;
	margin-top: 0;
	padding: 6px;
	line-height: 15px;
	color: #004812; 
	text-align: left;
}
.onecolumn a, 
.twocolumn a, 
.threecolumn a {
	color: #000000;
}
.onecolumn a:hover, 
.twocolumn a:hover, 
.threecolumn a:hover {
	color: #004812;
}
img.left {
	float: left;
	margin-right: 6px;
}
img.right {
 	float: right;
	margin-left: 6px;
}
/* sidebar */

#sidebar {
	width: 195px;
	min-height: 480px;
	float: right;
	background-color: #4f91cd;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 1990px;
	margin-bottom: -2000px;
}
#sidebar h1 {
	padding: 12px 5px 11px 10px;
	color: #4f91cd;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0px;
	background: #e8d766 url(../images/bg_corner_topleft_yellow_wt.gif) no-repeat left top;
}
#sidebar p {
	color: #FFFFFF;
	padding-right: 8px;
}
#sidebar ul {
	padding-left: 10px;
}
#sidebar ul li {
	list-style-type: none;
	text-align: left;
	font-weight: bold;
}
#sidebar ul li ul li {
	font-weight:  normal;
	margin: 5px 0px;
}
#sidebar a {
	color: #FFFFFF;
}
#sidebar a:hover {
	color: #e8d766;	
}
#sidebard img {
	text-align: center;
}
#sidebar .buy {
	text-align: center;
}
#sidebar .buy img {
	text-align: center;
	margin-bottom: 15px;
}
#sidebar .buy a.button{
	background: #004812;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	width: 130px;
	text-align: center;
	text-decoration: none;
}
#sidebar .buy a.button:hover {
	background: #e8d766;
	color: #004812;
	border-top: 2px solid #004812;
	border-bottom: 2px solid #004812;
}
form ul {
	list-style: none;
}
form ul li {
	list-style: none;
	clear: both;
	padding-bottom: 5px;
}
label {
	float: left;
	width: 140px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
p.reference {
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	float: left; 
	clear: both;
	color: #666666;
}
p.reference a:link,
p.reference a:visited {
	color: #666666;
}
p.reference a:hover {
	color: #000000;
}
