body {
	font: 100% georgia, verdana;
	line-height:135%;
	background: #FFFFFF;
		background-image:url('/images/sideshadows.jpg');
	background-position:50% 0%;
	background-repeat:repeat-y;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColElsCtr #container {
	width: 844px;
	background: #FFFFFF;
			background-image:url('/images/mmmlogo.jpg');
			background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 200PX 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
#menu {
	background-color:#00537D;
	color: #fff;
	margin:0;
	position:relative;
	height: 25px;
	width: 844px;
	top: 30px;
	left: 0px;
	text-align:center;
	z-index:9
}
#menu a {
	font:14px 'Trebuchet MS', Verdana, Tahoma, Arial, 'Arial Black', Helvetica, 'Century Gothic', 'Lucida Sans Unicode', Impact, sans-serif;
	text-transform:lowercase;
	color: #fff;
	margin-top:20px;
	padding-right: 10px;
	padding-left:10px;
	text-decoration:none;
}
#menu a:hover {
	color: gray;
}
/* text formatting */
h1 {
	font: bold 130% georgia, verdana;
	color:#00537D;
	background-color:transparent;
	text-align:left;
}
h2 {
	font: bold 120% georgia, verdana;
	text-align:left;
}
p, li {

	background-color:transparent;
	text-align:left;
}
A:link {
	color:#095C84
}
A:hover {
	text-decoration:none;
	color:black
}
A:active {
	text-decoration:none;
	color:gray
}
A:visited {
	color:#095C84
}
#topimage {
	background-color:#fff;
}
#pics {
	float:right;
	margin-left:10px;
	clear:both;
	border: 1px solid #BEAD9D;
	padding: 4px;
	color: #fff;
	text-decoration:none;
}
/*print division*/

.printcover {
	float:left;
 width 134px;
}
.printcover {
	position:relative;
left 160px
}