	@charset "UTF-8";
/* CSS Document */

/* ===== global styles ===== */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	line-height:14px;
}

p, h1, h2, h3, h4, h5, h6 li {
	margin:1ex 1em;
}

div#outerDiv {
	position:absolute;
	width:800px;
	margin: 0 auto;
}

h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#006;
	text-indent:440px;
	}


/* ==== header ===== */

div#header {
	width:800px;
	height: 156px;
	position:relative;
	background:url(/images/HALogobanner.gif);
}

/* ==== main menu ==== */


#header #mainMenu {
	position:relative;
	left:0;
	bottom:0;
}

#mainMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#mainMenu li {
	float:left;
	margin:0;
	padding:0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	display:block;
	color:#FFF;
	text-decoration:none;
	width:100px;
	line-height:35px;
	background: url(/images/menu.gif) no-repeat left bottom;
	border:none;

}

#mainMenu li a:hover, #mainMenu li a:active {
	color:#9F6;
	background: url(/images/menu.gif) no-repeat left top;
}

/* --- leftsidebar --- */

div#leftSidebar {
	float: left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 5 0 5;
	font-size:12px;
	line-height:16px;
 }

/* --- secondColumn --- */

div#secondColumn {
	float: right;
	width: 578px;
	border-left:solid #aaa 1px;
}

/* ---- footer ----*/

div#footer {
	width:798px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
}


div#copyLeft {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
}
.2021ArialBoldGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #060;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.1214ArialBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	left: 15px;
	top: 10px;
	right: 15px;
	bottom: 10px;
}
.1416ArialBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	left: 15px;
	top: 10px;
	right: 15px;
	bottom: 10px;
}

