body {
	font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-position: center top;
	background-color: #FDFCF9;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
}

a:link {
	color: #00304f;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #00304f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #edd000;
	text-decoration: none;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;	
	background-color: white;
	margin-top: 0px;
	background-position: top;
	padding: 0px;
	background-image: url(../images/hcriback2.jpg);
	background-repeat: no-repeat;
	border-top: solid 1px #3b5347;
	border-right: solid 1px #3b5347;
	border-left: solid 1px #3b5347;
	border-bottom: solid 1px #3b5347;
	text-align: left;
}

.content {
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;	
}

.footer {
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	font-size: 10px;
	width: 100%;		
	color: #935800;	
}

h1	{
	color: #935800;	
}
h2	{
	color: #935800;	
}
h3	{
	color: #935800;	
}
h4	{
	color: #935800;	
}
.printonly {
	display: none;	
}

/********* TOP MENU ***************/
.menu {
	padding: 0px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#menu {	
	
}

.menu ul {
	list-style: none;
	width: 750px;	
	padding: 0px;
	margin: 0px;
}

.menu ul li
{
	margin: 0px;
	float: left;
	padding-left: 5px;
	line-height: 20px;
	width: 90px;
	color: #00304f;
	font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
}

.menu ul li a
{
	float: left;
	width: 90px;
	margin: 0px;
	line-height: 20px;
	color: #935800;
	font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
	background:url(../images/button.png) no-repeat left top;
	background-position:0% -5px;
}
.menu ul li a:hover {
	background-position:0% -30px;	
}

.menu ul li a:visited
{
	float: left;
	margin: 0px;
	line-height: 20px;
	color: #935800;
	font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
}


.menu ul li a:hover
{
	float: left;
	margin: 0px;
	line-height: 20px;
	color: #ff0000;
	font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
}

#currenttab a
{
	background-position:0% -30px;
	float: left;
	margin: 0px;
	line-height: 20px;
	color: #935800;
	font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
}