/* Basic */

h1,h2,h3,h4,h5,h6
{
	color: #7D2B20;
}


#mainContent p
{
	margin-bottom: 1em;
	line-height: 1.3em;
	margin-top: 1px;
}

#mainContent h1
{
	font-size: 1.9em;
	color: #7D2B20;
}


#mainContent h2
{
	font-size: 1.7em;
		color: #003D7D;
}

#mainContent h3
{
	font-size: 1.4em;
	color: #003D7D;
}

#mainContent h4
{
	font-size: 1.2em;
	color: #90625C;
	font-style: italic;
	font-weight: bold;
}

#mainContent h5
{
	font-size: 1.1em;
	color: #B7D2B20;
}

#mainContent h1,h2,h3,h4,h5,h6
{
	padding-bottom: 0.1em;
	margin-bottom: 0.5em;
}

#mainContent ul
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: disc;
}

#mainContent blockquote
{
	padding: 0.5em 0em 0.5em 1em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
	margin-right: 2em;
	border-left-width: 0.8em;
	border-left-style: solid;
	border-left-color: #669900;
}

#mainContent blockquote p
{
	display: inline;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}

#mainContent table
{
	padding: 0.5em;
	margin-bottom: 1.5em;
	background-color: #FFFFFF;
	float: left;
}

#mainContent table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#mainContent table td
{
	padding: 0.5em;
}

#text_box_r {
	float: right;
	width: 12em;
	height: auto;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	padding: 1em;
	color: #ffffff;
}
.image_left {
	float: left;
	margin-top: .5em;
	margin-right: .6em;
	margin-bottom: 1em;
	margin-left: 0em;
}
.image_right {
	float: right;;
	margin: 1em 0em 1em 1.5em;
	
/* DO NOT MODIFY */

}

a
{
	color: #1919B3;
}

a:hover
{
	text-decoration: none;
	color: #FF0000;

}
.news_box {
	width: 12em;
	margin-top: .25em;
	margin-bottom: 1.5em;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #7D2B20;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1.25em;
	padding-left: 1em;
	background-color: #FFFFFF;
	float: left;
	text-decoration: none;
}
.news_box a {
	text-decoration: none;
}
.hilite {
	font-weight: bold;
	color: #7D2B20;
	font-size: 1.0em;
}
#header {
	height: 155px;
	background-image: url(images/mmmrcserveslogo.jpg);
	background-repeat: no-repeat;
	background-color: #C66;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



