
HTML, BODY {
	width: 100%;	/* make the body expand to fill the visible window */
	height: 100%;
	overflow: hidden;	/* erase window level scrollbars */
	padding: 0 0;
	margin: 0;
	background-color: #c3d5a3;
	font-family: Helvetica,Arial,sans-serif;
}

#hw_lc A IMG { 
	behavior: url(/rw/aklhistoric/media/css/iepngfix.htc); 
}

A IMG {
	border: 0;
}
A, A:visited {
	color: white;
}
A:hover, A:active {
	color: white;
	text-decoration: none;
}

#hw_outer {
	background-color: black;
	margin: 0 20px;
	height: 100%;
}

#hw_inner {
	position: absolute;
	color: white;
	left: 50%;
	top: 50%;
	margin-left: -325px;
	margin-top: -300px;
	width: 650px;
}

#hw_la {
	height: 185px;
	position: relative;
}
#hw_la_t {
	position: absolute;
	display: block;
	top: 57px;
	left: 170px;
	width: 310px;
	height: 72px;
}

#hw_lb {	
	padding: 20px 40px;
	background-color: white;
	color: black;
}
#hw_lb_l {
	margin-right: 155px;
	padding-right: 20px;
	border-right: 1px solid #8b8b83;
}
#hw_lb_l P {
	font-family: Times,serif;
	letter-spacing: -0.1pt;
}
#hw_lb_r {
	float: right;
	margin-top: 20px;
	padding-left:20px;
	font-size: 9pt;
	color: #b52819;  
	text-align: center;
}
#hw_lb_r IMG {
	padding: 10px 0;
}
H3 {
	color: #b52819;
	font-size: 13pt;
}
#hw_lb_clear {
	clear: both;
}

#hw_lc {
	position: relative;
	height: 80px;
}
#hw_lc A {
	position: absolute;
	display: block;
	top: 20px;
	left: 170px;
	width: 310px;
	height: 42px;
	margin: auto;
	background-color: black;
}
#hw_lc A:hover, #hw_lc A:active {
	background-color: white;
}
#hw_lc A IMG {
	width: 310px;
	height: 42px;
}

#hw_ld {
	padding: 8px;
	font-size: 8pt;
}
