* {
outline:none; margin: 0;
  padding: 0;
}



body {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(hawaii_pattern.jpg);
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:0px;
	position:relative;
}

#header {
	background-image:url(hmea_header.jpg);
	height:178px;
	width:900px;
}

#nav {
width: 160px; background:#e7edf0; position:absolute;top:0px; left:0px;  padding:20px 6px 20px 20px;
}

#nav ul li{ list-style-type:none; marigin-left:14px; margin-bottom:20px; padding-left:0px;}

#nav ul li a {color: #b10f2f; text-decoration: none;}
#nav ul li a:hover {color: #d5547c; text-decoration: none;}
#nav ul li a:visit {color: #b10f2f; text-decoration: none;}
#nav ul li a:active {color: #fd8054; text-decoration: none;}


A:link { color: #a17a1c; text-decoration: none;}
A:visited { color: #a17a1c; text-decoration: none;}
A:hover { color: #164d17; text-decoration: underline;}
A:active { color: #acc0c9; text-decoration: none;}

#content {
	width: 680px;
	position:relative;
	top:0px;
	left:190px;
	background:#FFFFFF;
	padding:20px 12px 20px;
	color:#245876;
}
#content h1 {
margin-bottom:22px; font-weight:lighter; font-size:18pt;
}
#content p {
margin-bottom:10px;
padding:6px;
}

table.board{
border: 1px solid #a17a1c; border-collapse:collapse;
}

table.board td{
border: 1px solid #b10f2f;
}