/*
-----------------------------------------------
MMI Styles
----------------------------------------------- */

html	{
	min-width: 804px;
	overflow-y: scroll;
	}

img	{
	display: block;
	border: 0 none inherit;
	border-style: none;
	}
	
body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font: 62.5%/1.4em Verdana, Arial, Helvetica, sans-serif;
}
a
{
  outline: none;
}


/* Wrapper (Main Container)
----------------------------------------------- */
#wrapper {
	position: relative;
	height: auto;
	width: 800px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #003466;
}


/* Header (Logo & Top Image)
----------------------------------------------- */
#header {
	height: 108px;
	width: 800px;
	margin: 0px;
	}
	
#headerleft {
	float: left;
	background: url(../images/mmi_header_logo.jpg) no-repeat;
	height: 108px;
	width: 175px;
	margin: 0px;
	}

#headerleftimage {
	margin: 0px 0px 0px -1000px;
	}
	
#headerright {
	float: left;
	height: 108px;
	width: 625px;
	margin: 0px;
	}

#headerrightimage {
	margin: 0px 0px 0px 0px;
	}
	
	
/* Main Navigation Bar
----------------------------------------------- */
#navigation {
	background: url(../images/mmi_btn_bkg.jpg) no-repeat;
	width: 800px;
	height: 28px;
	margin: 0px;
	z-index: 20;
	}
	
#flash { z-index: -1; }
	
/* Main
----------------------------------------------- */
#maincontent {
	width: 800px;
	height: auto;
	margin: 0px;
	}

.home {
	background: url(../images/mmi_header_home.jpg) no-repeat;
	}


/* Left Content
----------------------------------------------- */
#leftcontent {
	float: left;
	width: 250px;
	height: auto;
	margin: 0px;
	}
	
#printheaders {
	display: none;
	}
	
	
/* Right Content
----------------------------------------------- */
#rightcontent {
	display: block;
	float: left;
	width: 550px;
	height: auto;
	margin: 0px;
	}
	
#rightcontenttext {
	font: 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	width: 460px;
	height: auto;
	margin: 50px 20px 25px 20px;
	}
	
#rightcontenttext h3 {
	font: 1.4em/1.3em Georgia, serif;
	color: #444444;
	margin-bottom: -5px;
	}
	
#rightcontenttextnews {
	font-size: 1.2em;
	width: 500px;
	height: auto;
	margin: 0px 40px 0px 10px;
	}
		
#rightcontenttext ul li{
		color: #333333;
	}
	
	
#rightcontenttext ul a{
		color: #333333;
	}
	
#rightcontenttext td{
		color: #333333;
	}
	
#rightcontenttext td a{
		color: #333333;
	}
	
	

br.clear {clear: left;}

	
p {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

p a{
	color: #333333;
}


p.header {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px 0 0 0;
}

p.break {
	clear: left;
}

p.address {
 	float: left;
 	width: 250px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

p.formleft {
	float: left;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	list-style: none;
	line-height: 2em;
	text-align: right;
}

html>body p.formleft {
	line-height: 1.9em;
}


p.formright {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	list-style: none;
}



td.form {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: .75em;
}

span.emphasize {
	text-decoration: none;
	font-style: italic;
}

span.strong {
	font-weight: bold;
}

span.small {
	text-decoration: none;
	color: #003366;
	font-size: .8em;
	font-weight: bold;
}

span.quote {
    display: block;
    width: 500px;
	text-decoration: none;
	font-style: italic;
	margin: 15px;
}

span.headerblue {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

span.hide {
	display: none;
	}



/* Footer
----------------------------------------------- */

#footer {
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-size: .9em;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #003366;
	text-decoration: underline;
}
