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;	
}
.screenonly {
	display: none;
}
.menu {
	display: none;	
}