body {
	background-image: url(images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 10px;
	color:#000000;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}
.footer {
	font-size: 10px;
	color:#000000;
	margin: 0px;
}
.heading {
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
.bold {
	font-size: 10px;
	color:#000000;
	font-weight: bold;
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	color: #333333;
}

a:link {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
a:active {
	font-size: 10px;
	color: #FF0000;
	text-decoration:none;
}
a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
A.imgbord:link {
	color: #000000;
	}
A.imgbord:active {
	color: #000000;
}
A.imgbord:visited {
	color: #000000;
}
A.imgbord:hover {
	color: #000000;
}
#wrapper {
	width:800px;
	margin:auto;
	background-color:#FFFFFF;
}
#container {
	background: url('images/contbg.jpg');
	margin: 0px auto;
	width: 850px;
}
#nav {
	background-color: #009A9A;
	width: 800px;
	font-size: 12px;
	font-weight: bold;
}
#contents {
	float: right;
	width: 800px;
}
#footer {
	width: 800px;
	font-size: 10px;
	font-weight:bold;
}
#links {
	position:	relative;
}
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url('images/menudefault.jpg') center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url('images/menuactive.jpg') center center repeat-x;
}
