@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 120%;
	color: #800100;
}

p {
	margin-top: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 120%;
	color: #800100;
	margin-top: 0px;
	margin-bottom: 15px;
}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	text-transform: uppercase;
	color: #200b06;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 0%;
	font-variant: normal;
	letter-spacing: 3px;
}

/* div containers */

#container {
	width: 1172px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	margin-top: 25px;
}

#header {
	background-image: url(images/ha-header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 319px;
	width: 1172px;
	text-align: right;
}
	
#navArea {
	
	float: left;
	height: 611px;
	width: 282px;
	text-align: left;
	position: relative
}
#mainCopyarea {
	
	width: 890px;
	height: 611px;
	margin-left: 282px;
	text-align: left;
	position: relative;
}

#footer {
	text-align: center;
	clear: both;
	height: 100%;
	width: 1142px;
	padding: 10px 15px 5px 15px;
}

#navigation {
	width: 227;
	height: 467;
	position: absolute;
	left: 30px;
	top: 134px;
	
}

#mainCopy {
	width: 620px;
	height: 405;
	position: absolute;
	left: 80px;
	top:100px;
}

#homeLeft {
	background-image: url(images/home-page_left.jpg);
	background-position: top;
	text-align: center;
	height: 526px;
	width: 223px;
	padding: 85px 0px 0px 110px;
	float: left;
	margin-top: 0px;
}

#homeCenter {
	height: 611px;
	width: 468;
	margin: 0px 0px 0px 333px;
	background-image: url(images/home-page_center.jpg);
}

#homeRight {
	background-image: url(images/home-page_right.jpg);
	background-position: top;
	text-align: center;
	height: 526px;
	width: 351px;
	padding: 85px 0px 0px 20px;
	float: right;
}

#pictureUpdate {
	position:absolute;
	top: 448px;
	left:  20px;
}


/* text styles */

.footerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #c4b28d;
}

ul.nav {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}

.nav a {
	display: block;
	width: 200px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #333333;
}

.nav a:hover {
	display: block;
	width: 200px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: underline;
	color: #333333;
}

ul.homeNav {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #200b06;
	font-weight: bold;
}

.homeNav a {
	display: block;
	width: 200px;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #200b06;
}

.homeNav a:hover {
	display: block;
	width: 200px;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: underline;
	color: #200b06;
}

p a:link {
	color: #800100;
	text-decoration: underline;
}

p a:visited {
	color: #800100;
	text-decoration: underline;
}

p a:hover {
	color: #333;
	text-decoration: underline;
}

.picUpdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 120%;
	color: #c4b28d;
}
