/* Global Styles */


a {
color: black;
}
	
a:hover {
color: #990000;
}

body {
margin:0px;
background-image: url(../images/mm_bg_red.gif);
background-position: center top;
}

h1 {
color: black;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: large;
}

hr{
background-color: white;
color: white;
height: 1px;
width: 100%
}	

p{
	margin:6px 0 4px 0px;
}

td {
font:11px Arial, Helvetica, sans-serif;
color:#000000;
}


/* ID Styles */

#body td{
}

#homecall td{
background-color: #CCCCCC;
}

#navigation td{
background-color: #666666;
}
#navigation li{
display: inline;
list-style: none;
margin: 0; 
padding: 0;
}
#navigation a{
font:14px Arial, Helvetica, sans-serif;
font-weight:bold;
color: #FFFFFF;
letter-spacing:0.1em;
line-height: 20px;
text-decoration: none;
text-indent: 0px;
display:block;
padding: 8;
}

#navigation a.current{
font:16px Arial, Helvetica, sans-serif;
font-weight:bold;
color: black;
letter-spacing:0.1em;
line-height: 20px;
text-decoration: none;
text-indent: 0px;
display:block;
padding: 8;
}
	
#navigation a:hover {
color:#990000;
font-weight:bold;
}
	
#navheader {
	font:24px georgia;
	color: #1F2669;
	letter-spacing:.4em;
	padding:10px;
	line-height:30px;
	}
	
#monthformat td {
	 border-bottom: 1px solid #FFFFCC;
	 }
	 
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFFF00;
	letter-spacing:.4em;
	}
	
#dateformat a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFF00;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
#dateformat a:hover {
	color: #FFFFCC;
	}

/* Class Styles */
	
.bodyText {
color: black;
font:12px Arial, Helvetica, sans-serif;
}

.image {
float: right;
}

.tagline{	
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	letter-spacing:.2em;
	line-height:24px;
	}
	
.pageName{
	font: 12px Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	text-align: center;
}
	
.columnHeader {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:18px;
	letter-spacing:0.05em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:18px;
	letter-spacing:0.1em;
	}

.smallText {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.address {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.phone {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
	
.navText {
	color: black;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	}


.style1 {
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
}
.style1 p{
	margin:4px 0 2px 0px;
}
.style2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.style2 p{
	margin:4px 0 2px 0px;
}
.style3 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.style4 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.hidden {
	display: none;
}