 /* *** PAGE LAYOUT AND DIVS *** */ 

html, body{
	margin:0;
	text-align:center;
	width: 100%;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	background-color: #ffffff;
} 
#pagewidth{
	width:770px;
	text-align:left;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #FFFFFF;
	position: relative;
	height: 100%;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
} 
#bottom{
	width:770px;
	text-align:left;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center top;
	border-top: none;
	background-image: url(../images/footer.jpg);
	padding-top: 95px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#flash{
	position:relative;
	height:174px;
	width:770px;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	background-position: right;
	background-color: #FFFFFF;
	z-index: 2;
	background-image: url(../images/header.jpg);
	text-align: right;
} 
#container {
	width: 770px;
	top: 0px;
	position: absolute;
	left: 50%;
	margin-left: -424px;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	z-index: 10;
}


#top{
	width:770px;
	position:relative;
	height: 109px;
	border: none;
	background-image: url(../images/headernav.jpg);
	background-repeat: no-repeat;
  }
#insidetop{
	width:770px;
	position:relative;
	height: 69px;
	border: none;
	background-image: url(../images/insidetop.gif);
	background-repeat: no-repeat;
  }
#footerback {
	width:100%;
	clear:both;
	height:139px;
	color: #FFFFFF;
	text-align:left;
	position:relative;
} 
#footer {
	width:770px;
	clear:both;
	height:139px;
	color: #ffffff;
	text-align:left;
	position:relative;
	background-image: url(../images/footer.jpg);
	margin-left: -386px;
	left: 50%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
}
.heading1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #033B5C;
}
.heading2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #AE8A62;
}
* html #footer {/*only ie gets this style*/
	\height:139px;/* for ie5 */
	he\ight:139px;
	text-align: center;
	width: 770px;
	margin-left: -385px;
	position: relative;
	left: 50%;
}
 

#navback {
	BACKGROUND: url(../images/headerback.jpg) repeat-x right top;
	WIDTH: 100%;
	height: 375px;
	z-index: 1;
	top: 0px;
	left: 0px;
	margin: 0px;
	border: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	position: absolute;
	padding-top: 0px;
}

#clearfooter{
	clear:both;
}
#clearmiddle{
	clear:both;
	height:1px;
}
 /* *** 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{ 
#twocols, #maincol{width:100%; float:none;}
}


 /* *** CLASSES AND STYLING *** */ 

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #318627;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #567E98;
}
.h3bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #318627;
}
.h3bolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #567E98;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	padding-right: 24px;
	padding-left: 24px;
}
.listtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	padding-right: 12px;
	padding-left: 5px;
	list-style-type: disc;
}



.midnav  {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
	letter-spacing: 1px;
	background-image: url(../images/midnavbullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 8px;
	}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.formlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #567E98;
}
.highlight {
	font-weight: bold;
	color: #003399;
}

li {

}
ul {
	list-style-type: square;
	list-style-position: outside;


}
.alignright {
	float: right;
	padding-right: 5px;
	padding-left: 10px;
}
.picalignright {
	float: right;
	border: 1px solid #4D4408;
	margin-right: 5px;
	margin-left: 10px;
}
 /* *** LINKS *** */ 

.homenav a:link, .homenav a:visited {
	font-size: 14px;
	color: #990000;
	font-family: "Lucida Sans";
	text-decoration: none;
	height: 24px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin: 0px;
	position: relative;
	width: 101px;
	text-align: center;
	clear: right;
	float: left;
}
.homenav a:hover, .homenav a:active {
	font-size: 14px;
	color: #007B53;
	font-family: "Lucida Sans";
	height: 24px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: underline;
	position: relative;
	width: 101px;
	text-align: center;
	clear: right;
	float: left;
	padding-top: 2px;
	padding-bottom: 0px;
}
.midnav a:link, .midnav a:visited {
	font-size: 14px;
	color: #CEE1EC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	padding-right: 0px;
	padding-left: 20px;
	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: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	padding-right: 0px;
	padding-left: 20px;
	letter-spacing: 1px;
	}

.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

}
#navleft{
	width:216px;
	float:left;
	background-image: url(../images/navfleft.jpg);
	height: 58px;
	background-repeat: no-repeat;

}
#topcolumnleft{
	width:166px;
	float:left;
	background-image: url(../images/columnleft.jpg);
	background-repeat: no-repeat;
	padding-right: 24px;
	padding-left: 24px;
	height: 1%;
  }
#middlecolumnleft{
	width:770px;
	float:left;
	height: 247px;
  }
a {
	font-weight: bold;
	color: #99679A;
}

   
#bottomcolumnright{
	width:250px;
	float:right;
	padding-right: 50px;
	padding-left: 10px;
	height: 1%;
	clear: both;
	padding-top: 50px;
	background-image: url(../images/topmain.jpg);
	background-repeat: no-repeat;
	background-position: right top;
  }
.sidebartext {
	color: #FFFFFF;
}

.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#columntop {
	background-image: url(../images/columntop.jpg);
	height: 43px;
}

#bottomcolumnright a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #033B5C;
	text-decoration: none;
	font-weight: bold;
	
  }  
#bottomcolumnright a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #588DAC;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right top;
	
  } 
  
#middlecolumnright{
	width:524px;
	float:right;
	background-color: #FFFFFF;
	height: 269px;
	background-image: url(../images/flash.jpg);
 }
#bottomcolumnleft{
	width:380px;
	padding-right: 5px;
	padding-left: 40px;
	float:left;
	height: 1%;
	padding-top: 50px;
	margin-right: 20px;
	background-image: url(../images/topmain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
 }
#twocolstop{
	width:524px;
	z-index: 10;
	float: right;
	
  }
#twocolsmiddle{
	width:524px;
	z-index: 10;
	float: right;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 100%;
	position: relative;
	
  }

#twocolsbottom{
	width:450px;
	z-index: 10;
	float: right;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 100%;
	position: relative;
	
  }
#news{
	width:201px;
	float:left;
	background-image: url(../images/columnleft.jpg);
	background-repeat: no-repeat;
	top: 396px;
	left: 0px;
	padding-right: 24px;
	padding-left: 24px;
}
#updates{
	width:440px;
	float:right;
	padding-right: 24px;
	padding-left: 24px;
	background-color: #FFFFFF;
}
#wrapper{
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	width: 770px;

}
* html #wrapper{height:100%;} /* IE6 and under treat height as min-height anyway*/

#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
color: #ffffff
}
.footerh2 {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 24px;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
#footer ul li {
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding-right: 24px;
	line-height: 110%;
	list-style-type: square;
	list-style-position: outside;
	font-weight: bold;
}

.footerlist {
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding-right: 24px;
	line-height: 110%;
	list-style-type: square;
	list-style-position: outside;
	font-weight: bold;
	}
.footer {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 110%;
	list-style-type: square;
	list-style-position: outside;
	}
.footer a:link, .footer a:visited {
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0px;
	line-height: 110%;
	list-style-type: square;
	}
.footer a:hover, .footer a:active {
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: underline;
	line-height: 110%;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
.sidebarh2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00649A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4A60C6;
}
.sidebarh3 {
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #033B5C;
}
.inputform {
}
.small_text {
	font-size: 10px;
}

