@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #333;
	line-height:25px;
}
a:link {
	font-weight:bold;
	text-decoration: none;
	color:#000;
}

a:visited {
	text-decoration: none;
		font-weight:bold;

	color:#000;
}
a:hover {
	text-decoration: underline;
			font-weight:bold;

	color:#000;
}
a:active {
	text-decoration: none;
			font-weight:bold;

	color:#000;
}
body {
	background-color: #8CB70F;
	background-image:url(images/background.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#holder {
	width:928px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:928px;
	height:340px;
	display:block;
	position:relative;
	background-image:url(images/headerback.jpg);
	background-repeat:no-repeat;
}
#thebottom {
	width:928px;
	height:44px;
	display:block;
	position:relative;
	background-image:url(images/bottomback.png);
	background-repeat:no-repeat;	
}
#thecenter{
	width:928px;
	display:block;
	position:relative;
	background-image:url(images/centerback.png);

}
#innercontent{
	width:848px;
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#nav {
width:928px;
	height:44px;
	display:block;
	position:absolute;
	width:912px;
	height:112px;
	left:8px;
	bottom:5px;
	
}
#copyright {

width:880px;
text-align:right;
color:#FFF;
font-size:11px;
position:relative;
	margin-left:auto;
	margin-right:auto;
}
#bar1 {
	width:228px;
	height:235px;
	display:block;
	position:relative;
	background-image:url(images/bar1.jpg);
	background-repeat:no-repeat;
}
#bar2 {
	width:228px;
	height:65px;
	display:block;
	position:relative;
	background-image:url(images/bar2.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
}
#openh {
	width:150px;
	text-align:center;
	color:#FFF;
	position:absolute;
	top:10px;
	right:5px;
	font-size:16px;
	font-weight:bold;


}.newbold {
	font-weight: bold;
}
.aborder {
	border: 1px solid #CCC;
}

