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

body {
	margin:0;
	font-size: 100%;
	padding: 0;
	background-image: url(images/bg.gif);
}

#wrapper {
	text-align: center;
	width: 962px;
	height: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px solid #FFF;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebar {
	float: left;
	width: 300px;
	height: 842px;
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-right: 40px;
	background-image: url(images/haclogo.gif);
	border: 1px solid #900;
	padding: 5px;
}

#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: justify;
}

#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-align: justify;
	font-weight: bold;
	font-variant:small-caps;
	margin: 0px;
	padding: 0px;
}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align: justify;
	font-weight: bold;
	font-variant:normal;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
	color: #900;
}

#sidebar a {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

#brochure {
	width: 610;
	float: right;
	text-align: center;
}

#brochurebox {
	text-align: center;
	width: auto;
	height: auto;
	margin: 0px;
}

#brochurebox img {
	border: 2px solid #000;
}

#navBar {
	text-align:center;
	margin-top: 20px;
	width: 610px;
	height: 50px;
}

#backBut {
	width: 150px;
	height: 50px;
	float: left;
}

#backBut a:link, #backBut a:active, #backBut a:visited {
	background-image:url(images/backbutton.gif);
	background-position: top center;
	display: block;
	height: 50px;
	width: 150px;
	text-align: center;
	position: relative;
}

#backBut a:hover {
	background-image:url(images/backbutton.gif);
	background-position: bottom center;
	display: block;
	height: 50px;
	width: 150px;
}

#nextBut {
	width: 150px;
	height: 50px;
	float: right;
}

#nextBut a:link, #nextBut a:active, #nextBut a:visited {
	background-image:url(images/nextbutton.gif);
	background-position: top center;
	display: block;
	height: 50px;
	width: 150px;
	text-align: center;
	position: relative;
}

#nextBut a:hover {
	background-image:url(images/nextbutton.gif);
	background-position: bottom center;
	display: block;
	height: 50px;
	width: 150px;
}

