html, body{
	margin:0;
	padding:0;
	background-image: url(images/bodyback2.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	text-align: center;
} 
 
#pagewidth{
	width:750px;
	text-align:left;
	background-repeat: repeat-y;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	background-color: #FFFFFF;
} 
#header{
	position:absolute;
	height:195px;
	width:750px;
	z-index: 10;
	padding: 0px;
	margin-left: -375px;
	left: 50%;
	top: 0px;
	background-image: url(images/abtopflash.jpg);
	vertical-align: bottom;
}  
#flash{
	position:relative;
	height:195px;
	background-color:#FFFFFF;
	width:750px;
	background-repeat: no-repeat;
	background-image: url(images/flash.jpg);
}
#topleftlogo{
	width:259px;
	float:left;
	position:relative;
	height: 149px;
	border: none;
	background-image: url(images/topleftlogo.gif);
	background-repeat: no-repeat;
}
#topright{
	width:481px;
	float:right;
	position:relative;
	height: 129px;
	z-index: 0;
	border: 0px;
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
 }  
#bottom{
	position:relative;
	width:760px;
	z-index: 10;
	background-color: #FFFFFF;
	padding: 5px 0px 0px;
	text-align: center;
	left: -2px;
	top: 32px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
} 

 
#nav{
	position:relative;
	height:32px;
	width:475px;
	padding-right: 0px;
	background-image: url(images/topnav.jpg);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 275px;
	margin: 0px;
}
#sidebar{
	width:260px;
	float:left;
	height: 192px;
	padding-top: 75px;
	background-image: url(images/mpclayout_r3_c1.gif);
	background-repeat: no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-right: 10px;
  }
#bottomleftcol{
	width:197px;
	float:left;
	height: 60px;
	padding-top: 25px;
	background-image: url(images/bottomleftback.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
  }
#twocols{
	width:537px;
	position:relative;
	border: none;
	background-color: #FFFFFF;
	float: right;
	
  }
 
#main{
	width:470px;
	position:relative;
	background-color: #FFFFFF;
	height: 1%;
	clear: left;
	float: right;
	padding-top: 35px;
	padding-left: 0px;
	background-image: url(images/tristate2.gif);
	background-repeat: no-repeat;
 }

#bottomrightcol{
	width:500px;
	position:relative;
	background-color: #FFFFFF;
	height: 60px;
	clear: left;
	float: right;
	color: #999966;
 }
 
#topmiddlecol{
	background-color: #CC6600;
	float: left;
	display:inline;
	position: relative;
	width:250px;
	height: 150px;
 }
 #bottommiddlecol{
	background-color: #CC6600;
	float: left;
	display:inline;
	position: relative;
	width:250px;
	height: auto;
 }
#footer{
	height:34px;
	clear:both;
	width: 750px;
	padding-top: 35px;
	position: relative;
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
 } 
 
 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	padding-left: 30px;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding-left: 30px;

}
a {
	text-decoration: none;
	color: #006699;
}

.topnav a:link, .topnav a:visited {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 6px;
	height: 12px;
	width: 100%;
	padding-top: 8px;
	}
.topnav a:hover, .topnav a:active {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 6px;
	height: 12px;
	width: 100%;
	padding-top: 8px;
	text-decoration: underline;
	}
.bottomnav a:link, .bottomnav a:visited {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 20px;
	padding-right: 6px;
	padding-left: 6px;
	background-repeat: no-repeat;
	background-position: center;
	}
.bottomnav a:hover, .bottomnav a:active {
	background: no-repeat center;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: underline;
	}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 


/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{
	display: block;
	background-color: #FFFFFF;
	background-image: url(images/mpclayout_r5_c1.gif);
	background-repeat: repeat-y;
}
/* End hide from IE-mac */  


.boldfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;

}
.smallfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;

}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-right: 45px;

}
.maintextlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-right: 45px;

}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #006699;
	padding-left: 15px;
	padding-right: 0px;
	text-align: right;

}
.sidebaraddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	color: #006699;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;

}

.formlabels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.border {
	border: 1px solid #999966;
	margin-left: 5px;
}
.leftalign {
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
}
.borderleft {
	float: left;
	padding-right: 10px;
	margin: 0px 10px 0px 0px;
	clip: rect(3px,3px,3px,3px);
	border: 1px solid #999999;
}
.alignright {
	float: right;
	padding-left: 10px;
}

.bypassnav a:link, .bypassnav a:visited {
	font-size: 14px;
	color: #045238;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	background-color: #045238;
	text-align: left;
	}
.bypassnav a:hover, .bypassnav a:active {
	background: #045238;
	font-size: 14px;
	color: #045238;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	}
.alt_text {
	LEFT: -9999px;
	POSITION: absolute;
	margin: 0px;
	padding: 0px;
}
.accesskey {
	text-decoration: underline;
}
.hide_text {
	LEFT: -9000px; POSITION: absolute
}
.noborder {
	border: 0px none;
}
form {
	padding-left: 30px;
}
li {
	list-style-position: outside;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CEA31E;
	letter-spacing: 1px;
}
#headerback {
	WIDTH: 100%;
	height: 651px;
	top: 0px;
	float: right;
	position: absolute;
	left: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
	background-image: url(images/headerbackground6.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.topnav {
	color: #FFFFFF;
}
