body
{
	font: 13px Trebuchet MS, Tahoma, Lucida Sans Unicode, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: center;
	background-image: url(background.gif) ;
	background-repeat: repeat-y;
}

h1
{
	font-size: 18px;
	font-weight:900;
	letter-spacing: -1px;
	margin: 0px;
}

h2
{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0px;
}

h3
{
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0px;
	margin: 0px;	
}

p
{
	margin: 0px;
	line-height: 21px;
	padding: 0px 0px 18px 0px;
}

A:link, A:visited, A:active
{	
	color: #5f5a36;
	text-decoration: none;
}

A:hover 
{
	text-decoration: underline;
	color: #8f8a66;
}

A.underline:link, A.underline:visited, A.underline:active
{
	color: #5f5a36;
	text-decoration: underline;
}

img
{
	vertical-align: middle;
}

img.logo
{
	border: 0px;
	float: right;
	vertical-align: middle;
	margin-right: 4px;
}

table.categorylist
{
	border-spacing: 10px;
}

table.records
{
	//border-spacing: 5px;
}

td.records
{
	border-bottom:1px solid #dfdac6;
	padding: 5px;
}

td.records-bold
{
	font-weight: bold;
	border-bottom:1px solid #dfdac6;
}

td.category-list
{
	width: 50%;
}

.indent
{
	margin-left: 10px;
}

#banner
{
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 740px;
	height: 86px;
	background-image: url(hia-banner.gif); 
	background-repeat: x-repeat;
}

#container
{
	width:720px;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#logo
{
	float: left;
	padding: 10px 0px 0px 4px;
}

#menu
{
	text-align: center;	
	background-color:#efead6;
	border:1px solid #6f6f6f;
	padding:3px;
	margin-top:10px;
	margin-bottom:10px;
}

#date
{
	padding: 10px 0px 0px 4px;
	float: right;
	text-align: right;
}

#flash
{
	clear: both;
	padding: 15px 0px 15px 0px;
}

#navigation
{
	margin-left: 4px;
	float: left;
	width: 130px;
	text-align: left;
}

#navigation ul
{
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
}

#navigation li
{
	margin: 2px 0px 0px;
}

#navigation a
{
	display: block;
	width:120px;
	padding: 2px 2px 2px 10px;
	/* border: 1px solid #000000; */
	background: #6699cc;
	text-decoration: none;
	color: #ffffff;
}

#navigation a:link, #list-menu a:active, #list-menu a:visited
{
	color: #ffffff;
}

#navigation a:hover
{
	/* border: 1px solid #000000; */
	background: #006699;
	color: #ffffff;
}

#content
{
	float: right;
	width: 560px;
	text-align: left;
}

#footer
{
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #888888;
	margin-bottom: 10px;
}

.centered
{
	text-align: center;
}