/* ===== Framework ===== */
body {	
	font-family: arial, sans-serif; 
	font-size: 10pt;
	text-align: center;	

	}

td {
	font-size: 14px;
}
	
/* ===== Header ===== */
#header {
	/* margin-left: 50;
	margin-top: 150; */
	border: 0px;
	width: 800px;
	height: 98px;
	/*background-color: lightgreen;*/
	background-image: url(images_fw/ha_banner.jpg);
	margin: 0px auto;
}


#gbar {	
	width: 100%;
	height: 35px;
	background-color: #000066;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


#links {
	width: 800px;
	font-size: 16px;
	margin-top: 8px;
	margin: 0px auto;
}

#links li { 
	list-style: none;
	text-align: left;	
	padding: 0px 10px; 
	margin-top: 8px;		
	float: left;
	font-size: 14px;
}

#links a:link {
	color: #cecece;
	text-decoration: none;
}

#links a:visited {
	color: #cecece;
	text-decoration: none;
}

#links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}




/* ===== Main Body ===== */
#content {
	text-align: center;
	margin-top: 10px;
}

#contentpad {	
	margin: 0px auto;
	text-align: left;
	width: 800px;
	min-height:400px;
  	height:auto !important;
  	height:400px;
}

/* ===== Footer ===== */
#footer {	
	border-bottom: 5px;
	text-align: center;
	font-size: 10pt;
	color: #744D30;
}

#footnote {		
	text-align: center;
	font-size: 9pt;
	color: gray;
}

#footer a:link {
	color: #660033;
	font-size: 9pt;	
}

#footer a:visited {
	color: #3D6C6E;
	font-size: 9pt;	
}

#footer a:hover {
	color: #A09895;
	font-size: 9pt;	
}

a:link {
	text-decoration: none;
	color: blue;	
}

a:visited {
	text-decoration: none;
	color: blue;	
}

a:hover {
	text-decoration: underline;
	color: #A09895;	
}


/* ===== Content ===== */
h1 {
	font-size: 14pt;
	font-family: arial, sans-serif; 
	margin-top: 0px;
	padding-top: 0px;
	color: #000066;
	text-align: left;
}
h2 {
	font-size: 12pt;
	font-family: arial, sans-serif; 
	margin-top: 0px;
	padding-top: 0px;
	color: #000066;
	text-align: left;
}

h3 {
	color: #000066;
	font-size: 10pt;
	font-family: arial, sans-serif; 
	padding-left: 20px;
	text-align: left;
}

li { 
	text-align: left;	
	font-size: 14px;
}



