body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #0069ad;
}
a {
	text-decoration:none;
	color:#0069ad;
	}
a:hover {
	text-decoration:none;
	color: #0099CC;
	}
p {
	margin: 0.8em 0 0 0;
}

.container {
	width: auto;
	}
	
.upper_menu {
	font-size: 80%;
	color: #FFFFFF;
	background-image: url(images/construct/top_menu_strip.gif);
	background-repeat:repeat-x;
	white-space: nowrap;
	width: auto;
	}
	
.upper_menu a {
	margin-right: 10px;
	text-decoration:none;
	color:#FFFFFF;
	}

.upper_menu a:hover{
	margin-right: 10px;
	text-decoration:none;
	color: #93E3FF;
	}
	
.lower_menu {
	font-size: 80%;
	font-weight: bold;
	background-image: url(images/construct/lower_menu.gif);
	height: 57px;
	padding: 0px 0px 0px 280px ;
	white-space: nowrap;
	width: auto;
}

.lower_menu a {
	margin-right: 10px;
	text-decoration:none;
	color:#fff;
	line-height: 25px;
	}

.lower_menu a:hover{
	margin-right: 10px;
	text-decoration:none;
	color: #93E3FF;
	}

.hp_pics {
	margin: 0 5px 10px 5px;
	text-align: center;
	}

.hp_textbox {
	width: 270px;
	float: left;
	margin: 20px 20px 20px 0;
	font-size: 85%;
	line-height: 125%;
	}	
	
.header, h1 {
	font-size: 140%;
	font-weight: bold;
	color:#9c9c9c;
	line-height: 135%;
	}	
	
.header a {
	color:#9c9c9c;
	text-decoration:none;
	}
	
.header a:hover {
	color:#666666;
	text-decoration: none;
	}
	
.subheader, h2 {
	font-size: 120%;
	font-weight: bold;
	color:#9c9c9c;
	line-height: 155%;
	margin: 10px 0 10px 0;
	}	
		
.hp_first_para {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	}

.content_container {
	text-align:left;
	width: 880px;
	margin: 15px 0 0 20px;
	clear:both;
	}

.content_textbox {
	width: 350px;
	float: left;
	font-size: 85%;
	line-height: 125%;
	margin-bottom: 20px;
	}

.content_first_para {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.content_pics, img.content_pics {
	float:left;
	width: 207px;
	margin: 30px 0 20px 30px;
	}	
	
.footer {
	height: 20px;
	background: #0069ad;
	color: #FFFFFF;
	font-size: 70%;
	white-space: nowrap;
	line-height: 20px;
	padding-left: 10px;
	clear: both;
	width: auto;
	margin-top: 20px;
	}
	
.footer a {
	font-size: 90%;
	margin-left: 80px;
	text-decoration:none;
	color:#fff;
	}

.footer a:hover{
	font-size: 90%;
	margin-left: 80px;
	text-decoration:none;
	color: #93E3FF;
	}
	
/*  WSYIWYG STYLES */

	#container {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
	  
	#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  border-bottom: 2px solid #2763A5;
	  }