/* ---------------------------------------------------------LAYER STYLES---------------------------------------------------------------------------- */

body{
margin: 0px;
padding: 0px;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
text-align:center;
background-color:#558ca6;
}
#wrapper{
	width:999px;
	height:1550px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	background-image: url(_images/BG1000x15.jpg);
}
#header {
	background-color: #c7d6e4;
	position: relative;
	height: 200px;
	width:935px;
	left: 32px;
	top: 30px;
}
#banner {
	height: 140px;
	width: 935px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(_images/HASbannerartwithaddress.jpg);
	top: 30px;
	right: 0px;
	border-top:1px solid #3366cc;
	border-bottom:1px solid #3366cc;
}
#leftcontent {
	float: left;
	height: 1228px;
	width: 185px;
	border-right: 1px solid #3366CC;
	position: relative;
	top: 30px;
	left: 32px;
	padding: 40px 0px;
	background-color:#fff;
}
#maincontent {
	float: left;
	height: 1228px;
	width: 417px;
	border-right: 1px solid #3366CC;
	position: relative;
	top: 30px;
	left: 32px;
	position: relative;
	padding: 40px 30px;
}
#rightcontent {
	float: left;
	height: 1228px;
	width: 211px;
	position: relative;
	padding: 37px 40px 37px 20px;
	top: 30px;
	left: 32px;
}
#footer{
	height: 30px;
	width: 935px;
	position:relative;
	clear: both;
	text-align:center;
	background-color:#c7d6e4;
	left: 32px;
	z-index: 5;
	top: 12px;
}
#footerLeft{
	height: 20px;
	width: 435px;
	text-align:left;
	padding-left:30px;
	float:left;
}
#footerRight{
	height: 20px;
	width: 435px;
	left:60px;
	padding-right:30px;
	text-align:right;
	float:right;
}
/* --------------------------------------------------------------TEXT STYLES--------------------------------------------------------------------- */
h2{
font-size: 18px;
color:#487c92;
margin-bottom:-3px;
}
.subhead{
font-size: 14px;
color:#487c92;
font-style: italic;
margin-top: -.5px;
margin-bottom:-3px;
}
h3{
font-size: 14px;
color:#487c92;
margin-bottom:-10px;
}
.question{
font-size: 14px;
color:#487c92;
font-weight:bold;
}
p{
font-size: 13px;
line-height:21px;
margin-bottom:35px;
}
.contact{
margin: 0px 20px;
}
.footertext{
font-size: 11px;
color:#487c92;
padding-bottom:12px;
}
li{
font-size: 13px;
font-weight: bold;
color: #487c92;
line-height:24px;
margin-left: -25px;
}
/* ---------------------------------------------------------NAVIGATION STYLES--------------------------------------------------------------- */
#leftcontent a {
display: block;
font-size:13px;
border-bottom: 1px dotted #3366cc;
border-top: 1px dotted #3366cc;
margin-top: -2px;
padding: 6px 10px 7px 20px;
text-decoration: none;
}
#leftcontent a:link {
color: #333; background: #fff;
}
#leftcontent a:visited {
color: #333; background: #fff;
}
#leftcontent a:hover {
color: #000066;
background: #c7d6e4;
border-right: 7px solid #000066;
}
#leftcontent a:active {
color: #fff;
background: #333;
}
#footer a {
font-size:11px;
font-weight: normal;
text-decoration:none;
color:#487c92;
} 
#footer a:link {
color:#487c92;
}
#footer a:visited {
color: #fff;
} 
#footer a:hover {
color:#fff; text-decoration:underline;
}
#footer a:active {
color: #fff;
}
#maincontent a, #rightcontent a {
font-size:13px;
font-weight: bold;
text-decoration:underline;
color:#487c92;
} 
#maincontent a:link, #rightcontent a:link {
color:#487c92;
}
#maincontent a:visited, #rightcontent a:visited {
color:#00c;
} 
#maincontent a:hover, #rightcontent a:hover {
color:#00c; text-decoration:none;
}
#maincontent a:active, #rightcontent a:active {
color: #00c;
}
/* ---------------------------------------------------------END OF STYLES---------------------------------------------------------------------------- */

