 /* *** PAGE LAYOUT AND DIVS *** */ 

html, body{
	margin:0;
	padding:0;
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	background-image: url(images/bodback.jpg);
} 
 
#pagewidth{
	width:750px;
	text-align:left;
	position: absolute;
	left: 50%;
	margin-left: -375px;
} 
#topband {
	background-image: url(images/bodyback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 321px;
	width: 100%;
	position: absolute;
} 
#flash{
	position:relative;
	height:222px;
	background-color:#FFFFFF;
	width:750px;
	background-repeat: no-repeat;
	background-image: url(images/flash.jpg);
} 
#insideflash{
	position:relative;
	height:140px;
	background-color:#FFFFFF;
	width:750px;
	background-repeat: no-repeat;
	background-image: url(images/insideflash.jpg);
}
#midnav{
	position:relative;
	height:81px;
	width:735px;
	background-repeat: no-repeat;
	background-image: url(images/navbar2.jpg);
	z-index: 20;
}

#top{
	width:750px;
	position:relative;
	height: 33px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
  }

#columnleft{
	width:524px;
	float:left;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	margin-top: 0px;
  }

 
#columnright{
	width:215px;
	float:right;
	background-repeat: no-repeat;
	left: 500px;
	margin-top: 0px;
 }
 
#footer{
	height:20px;
	background-color:#75A48A;
	clear:both;
	z-index: 20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 6px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 742px;
 } 
 
#footerclear {
	width: 100%;
	height: 1%;
	z-index: 1;
	position: relative;
	left: 0;
	top: 0;
	padding: 0px;
	margin-right: 0px;
	clear: both;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


 /* *** CLASSES AND STYLING *** */ 

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D7277;
	padding-right: 15px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2D7277;
	padding-left: 25px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #747063;
	padding-right: 30px;
	padding-left: 24px;
}
.addressalignright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 130%;
	color: #2D3E72;
	padding-right: 25px;
	text-align: right;
}
.addressalignright2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D7277;
	line-height: 130%;
	padding-right: 25px;
	text-align: right;
	font-weight: bold;
}
.maintextalignright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #747063;
	padding-right: 25px;
	text-align: right;
}
.listtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #747063;
	padding-right: 12px;
	padding-left: 5px;
	list-style-type: circle;
}
.top  {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 1px;
	}
.midnav  {
	color: #756F64;
	text-decoration: none;
	padding-left: 15px;
	letter-spacing: 1px;
	background-image: url(images/midnavbullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-bottom: 2px;
	margin: 0px;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.formlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2D7277;
}
li {
}
ul {
	list-style-type: square;
	list-style-position: outside;
}
.alignright {
	float: right;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.alignleft {
	float: left;
}


 /* *** LINKS *** */ 

.topnav a:link, .topnav a:visited {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	}
.topnav a:hover, .topnav a:active {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	letter-spacing: 1px;
	text-decoration: underline;
	}
.topnav  {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
	letter-spacing: 1px;
	background-image: url(images/midnavbullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	}
.midnav a:link, .midnav a:visited {
	font-size: 18px;
	color: #756F64;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
	padding-right: 5px;
	padding-left: 15px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	}
.midnav a:hover, .midnav a:active {
	font-size: 18px;
	color: #2D7277;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	height: 20px;
	padding-right: 5px;
	padding-left: 15px;
	letter-spacing: 1px;
	background-image: url(images/navicon.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
.footer a:link, .footer a:visited {
	font-size: 10px;
	color: #6B426A;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0px;
	}
.footer a:hover, .footer a:active {
	font-size: 10px;
	color: #2D3E72;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: underline;
	}
.header a:link, .header a:visited {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0px;
	}
.header a:hover, .header a:active {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: underline;
	}

 /* *** ACCESS NAVIGATION *** */ 

.skipnav a:link, .skipnav 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;
	}
.skipnav a:hover, .skipnav 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
}
.picleft {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
.picright {
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}
a {
	color: #0066CC;
}
.dropnav a:link, .dropnav a:visited {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	height: 19px;
	padding-right: 5px;
	padding-left: 20px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-bottom: 0px;
	margin: 0px;
	clear: right;
	float: left;
	position: relative;
	}
.dropnav a:hover, .dropnav a:active {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 19px;
	padding-right: 5px;
	padding-left: 20px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-bottom: 0px;
	background-image: url(images/hand.gif);
	clear: right;
	float: left;
	position: relative;
	}
