body {
	font-family:				 Verdana, Arial, Helvetica, sans-serif;	
/*	font-size:				12px; */
	font-size: 85%;
	color:				#c0cfcc;
    background: #fffff1 url('/images/bg2.jpg') ;
	background-repeat: repeat-x;
	margin:					0px 0px 0px 0px;
	padding:					0px;
	text-align:				center;
	min-width:				770px;
	scrollbar-base-color: #0BA800;
	scrollbar-arrow-color: #ffbab5;
	scrollbar-3dlight-color: #ab5553;
	scrollbar-darkshadow-color: #a04b4b;
	scrollbar-face-color: #ab5553;
	scrollbar-highlight-color: #ffbab5;
	scrollbar-shadow-color: #7a292d;
	scrollbar-track-color: #a04b4b;
}
a{color:	white}
a:hover {
	text-decoration:	underline;
	color:					gray;
}

h4
{
	font-family:				Helvetica, Verdana, Arial,  sans-serif;	
	font-size:				15px; 	
	color:						WHITE;
	font-weight:			bold;
}

#container {
}

#topLogo {
}

#mainBody {
	width:			875px;

}
#col1 {
	position:					relative;
	width:					200px;
	left:						0px;
	float:						left;
	background:			black;
	height:					434px;
}
#col2 {
	display:			inline;
	float:				left;
	position:			relative;
	width:			675px;
	text-align:		left;		
	background: #7a0d0d url('/images/RIGHTbg3.jpg') ;
	background-repeat:		no-repeat;
	height:					434px;
}	
#content
{
	font-family:				 Verdana, Arial, Helvetica, sans-serif;		
	font-size: 85%;
	color:				WHITE;
	position:			absolute;
	top:				47px;
	left:				40px;
	height:			370px;	
	width:			536px;
	margin-left:		0px;
	overflow:		auto;
}
#gallery
{
	margin-top:			-20px;
	margin-left:			20px;
	margin-right:		20px;
	height:				100%;
}
#mmlogo
{
	height:			68px;
	width:			647px;  
	left:				5px; 
	margin-top:		2px; 
	top:				0px; 
	position:			absolute;
}

/* Top Nav */

#topnav {
	margin:			2px;
	clear:				both;
	text-align:		center;
	line-height:		13px;
}
#topnav ul {
	padding:				0; 
	margin:				0 auto; 
	list-style-type:	none;
	white-space:		nowrap;
	
/*  display:table; */
}
#topnav ul li {
	display:				inline;
	font-weight:		normal; 
	font-size:			xx-small; 
	color:					#7a0d0d;
	font-family:			verdana, arial, helvetica, sans-serif; 
	text-decoration:	none;
}

#topnav ul li a {
	width:				auto;
	padding:				1px;
	color:					#7a0d0d;
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:		bold; 
	font-size:			12px;
	text-decoration:	none;
}
#topnav ul li a:hover {
	text-decoration:	underline;
	color:					BLACK;
}

/* * html #topnav ul li a {
  float:left;
}*/

/* Footer */

#footer {
	clear:				both;
	text-align:		left;
	line-height:		14px;
	position:			absolute;
	top:				455px;
	left:				0px;
}
#footer ul {
	padding:				0; 
	margin:				0 auto; 
	list-style-type:	none;
	white-space:		nowrap;
	
/*  display:table; */
}
#footer ul li {
	display:				inline;
	font-weight:		normal; 
	font-size:			xx-small; 
	color:					#7a0d0d;
	font-family:			verdana, arial, helvetica, sans-serif; 
	text-decoration:	none;
}

#footer ul li a {
	width:				auto;
	padding:				1px;
	color:					#7a0d0d;
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:		bold; 
	font-size:			10px;
	text-decoration:	none;
}
#footer ul li a:hover {
	text-decoration:	underline;
	color:					gray;
}

/* * html #footer ul li a {
  float:left;
}*/

.copyright, .copyrightP
{
	font-weight: bold; 
	font-size:	10px; 
	color:			#7a0d0d; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none;
}
:link.copyright			{text-decoration: none;}
:visited.copyright		{text-decoration:none;}
:active.copyright		{text-decoration:none;}
:hover.copyright		{text-decoration: underline; color: gray;}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 } 
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

.newsDate, .schDate
{
	color:					WHITE;
	font-family:			 Verdana, Arial, Helvetica, sans-serif;	
	font-size:			15px;
	font-weight:		bold;
}
.newsDet
{
	color:					WHITE;
	font-family:			Verdana, Arial, Helvetica,  sans-serif;	
	font-size:			15px;
	font-weight:		normal;
}

.schDays, .schDetail
{
	color:					white;
	font-family:			Verdana, Arial, Helvetica, sans-serif;	
	font-size:			13px;
	font-weight:		normal;
}
.schDays
{
	display:block;
	float: left;
	width: 75px;
}
.schDetail
{
	width:400px;
}
#mgt a
{
	position:				absolute;
	top:					503px;
	left:					620px;
	color:					#7a0d0d;
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:		bold; 
	font-size:			10px;
	text-decoration:	none;
}
#mgt a:hover	{text-decoration:		underline; }

.gallLink
{
	text-decoration: none;
}
:link.gallLink			{text-decoration: none;}
:visited.gallLink	{text-decoration:none;}
:active.gallLink		{text-decoration:none;}
:hover.gallLink		{text-decoration: none; color: gray;}
