@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F6F4E7;
}
.oneColFixCtrHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #F5F4E6;
	background-image: url(images/mmtop.jpg);
	margin: 0px;
	height: 232px;
	width: 975px;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(images/mmmid.jpg);
	margin: 0px;
	padding-top: 10;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}
.oneColFixCtrHdr #mainContent h2 {
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	background-image: url(images/mmfoot.jpg);
	margin: 0px;
	height: 61px;
	width: 975px;
	text-align: center;
	padding: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0px;
	padding: 0;
}
.oneColFixCtrHdr #footer h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent h2 {
	margin: 0px;
	padding: 0;
	font-size: 22px;
}
.oneColFixCtrHdr #container #mainContent #mmmenu {
	background-color: #69732b;
	width: 250px;
}
.oneColFixCtrHdr #container #mainContent #mmcontain {
	width: 250px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #mmmenu p {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #mmmenu a {
	margin: 2px;
	padding: 4px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	background-color: #69732B;
}
.oneColFixCtrHdr #container #mainContent #mmmenu a:hover {
	color: #000000;
	background-color: #41A62D;
}
.oneColFixCtrHdr #container #mainContent #mmmenu p:hover {
background-color:#41A62D;
}
	


 


	
.wrap1, .wrap2, .wrap3 {


	
  display:inline-table;


	
  /* \*/display:block;/**/


	
}


	
.wrap1 {


	
  float: left;


	
  background:url(/files/shadow.gif) right bottom no-repeat;


	
}


	
.wrap2 {


	
  background:url(/files/corner_bl.gif) -4px 100% no-repeat;


	
}


	
.wrap3 {


	
  padding:0 16px 16px 0;


	
  background:url(/files/corner_tr.gif) 100% -4px no-repeat;


	
}


	
.wrap3 img {


	
  display:block;


	
  border:1px solid #ccc;


	
  border-color:#efefef #ccc #ccc #efefef;


	
}


	
 




	
.oneColFixCtrHdr #container #mainContent a {
	color: #CC6600;
	background-color: #FFFFee;
	padding: 0px;
	margin: 3px;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #FF0000;
}
#rightimage {
	float: right;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	margin: 1px;
}

