@charset "UTF-8";
/* CSS Document */

body {
	background: #fff url(./img/gradient_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font: 62.5% "Lucida Grande", Arial, sans-serif;
	color: #333;
	}

ul {
margin-left: 1.5em;
padding: 0;
}

li {
font-size: 1.3em;
margin-bottom: .8em;
}
	
h2 {
	font-size: 2em;
	color: #044201;
	}

h3 {
	font-size: 1.6em;
	color: #044201;
	}

h4 {
	font-size: 1.4em;
	color: #044201;
	}
	
a {
	color: #044201;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.clr {
	clear: both;
	}
	
#wrapper {
	width: 99em;
	height: auto;
	background: url(./img/container_bg.png) repeat-y;
	margin: 0 auto;
	padding: 0;
	}
	
#container {
	position: relative;
	width: 96em;
	margin: 0 auto;
	padding: 0;
	}
	
/* Header */

.homelink {
margin: 0;
padding: 0;
float: left;
width: 36em;
height: 7.2em;
}

#search {
	position: absolute;
	top: 10px;
	left: 740px;
	}

input {
	border: 1px solid #999;
	background-color: #fff;
	}

.quicklinks {
	position: absolute;
	top: 45px;
	left: 650px;
	}
	
#header {
	background: url(./img/mpriheader.jpg);
	width: 96em;
	height: 44em;
	padding: 0;
	}
	
#flashblock {
	position: absolute;
	top: 80px;
	left: 15px;
	}
	
#nav {
	width: 935px;
	height: 36px;
	/* background: url(./img/navback.jpg) no-repeat; */
	margin: 0 0 0 15px;
	padding: 0;
	}
	
/* Content */
	
#left {
	width: 24em;
	margin: 0 0 0 15px;
	float: left;
	}

#leftgutter {
	width: 15em;
	margin: 0 0 0 15px;
	float: left;
	}

#center {
	width: 52em;
	margin: 0 0 0 10px;
	float: left;
	}

#center_new {
	width: 52em;
	margin: 0 150px 0 150px;
	float: left;
	}
#center p {
	font-size: 1.2em;
        padding-bottom: 10px;
	}
	
.imgleft {
	float: left;
	margin: 15px 0 0 0;
	}
	
.imgright {
	float: right;
	margin: 15px 0 0 0;
	}
	
.imgbottom {
	margin: 0 0 0 15px;
	}
	
#right {
	width: 15em;
	margin: 0 0 0 10px;
	float: left;
	}
#rightgutter {
	width: 15em;
	margin: 0 0 0 10px;
	float: left;
	}
	
/* Footer Stuff */
	
#footer {
	width: 99em;
	height: 6.9em;
	margin: 0 auto;
	clear: both;
	background: url(./img/footer_bg.png);
	}
	
.footerleft {
	margin: 22px 0 0 0;
	float: left;
	}
	
.footerright {
	margin: 22px 30px 0 0;
	float: right;
	}
	
#footer img {
	float: left;
	margin: 17px 10px 0 30px;
	}

.disclaimer {
margin: 0 auto;
width: 650px;
text-align: center;
}
