.body {
	font-family:Verdana;
	font-size:9px;
	color: #5E4E00;
	line-height:16px;
	margin-top: 0px;
	padding-top: 0px;

}

a.bodylinks {
	font-family:Verdana;
	color:#A8B700;
	font-size:11px;
	text-decoration:underline;
	line-height:18px;
	font-weight: bold;

}

a.bodylinks:hover {
	font-family:Verdana;
	color: #A8B700;
	font-size:11px;
	text-decoration:underline;
	line-height:18px;
	font-weight: bold;

}


.lightgreen {
	font-family:Verdana;
	color: #A8B700;
	font-size:14px;
	line-height:18px;
	font-weight: bold;

}
.tabletop {
	background-image: url(images/table_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.tablemiddle {
	background-image: url(images/table_bg.jpg);
	background-repeat: repeat;
	font-family:Verdana;
    font-size:11px;
    color: #5E4E00;
    line-height:18px;
}
.tablemiddet {
	background-image: url(images/table_mid_det.jpg);
	background-repeat: no-repeat;
	font-family:Verdana;
    font-size:11px;
    color: #5E4E00;
    line-height:18px;
}
.tablebottom {
	background-image: url(images/table_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tablebottomspecial {
	background-image: url(images/table_bg_bottom_special.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tablebottomdet {
	background-image: url(images/table_bottom_det.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.splashtop {
	background-image: url(images/splash_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.splashmiddle {
	background-image: url(images/splash_mid.jpg);
	background-repeat: repeat;
	font-family:Verdana;
    font-size:11px;
    color: #5E4E00;
    line-height:18px;
}
.tabletopdet {
	background-image: url(images/table_top_det.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.statename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: lowercase;
	color: #A9B700;
	font-weight: bold;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #352815;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF4C9;
	line-height: 10px;
	font-style: normal;
	text-decoration: none;
}

.highlight {
	color: #FF0000;
	font-weight: bold;
}
#logo {
	width: 238px;
	height: 47px;
}
#logo a {
	display: block;
	width: 238px;
	height: 47px;
	text-indent: -9999em;
	position: absolute;
	top: 23px;
	left: 19px;
	background: url(images/img-logo.jpg) no-repeat;
}
#header {
	width: 800px;
	background: #352815 url(images/bkg-header-top.jpg) no-repeat top center;
	font-family: arial, helvetica, sans-serif;
	position: relative;
	height: 95px;
	min-height: 95px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	border-radius-topleft: 12px;
	border-radius: topright: 12px;;
}
#mainnav {
	position: absolute;
	right: 20px;
	top: 16px;
	padding: 0 30px;
	width: 441px;
	text-align: left;
}

	.nav {
		margin: 11px 0;
		padding: 5px 0;
	}
	.nav li {
		background: url(images/dot.gif) no-repeat left -2px;
		padding-left: 15px;
		float: left;
		width: 80px;
		margin: 0;
		list-style-type: none;
	}
	.nav a, .nav li {
		color: #FFF4C9;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 10px;
	}
	.nav a:hover {
		color: #AABBDD;
		text-decoration: underline;
	}
	.social-link {
		display: block;
		width: 16px;
		height: 14px;
		background-repeat: no-repeat;
		background-position: 0 0;
		text-indent: -9999em;
	}
	.social-link {
		text-decoration: none;
		margin-right: 3px;
	}
	.social-li {
		width: 125px !important;
		margin-right: 3px;
	}
		.social-li a {
			color: transparent;
			background: none;
		}
		.social-li img {
			border: none;
			padding: 0;
		}
		.social-li a:hover {
			color: transparent;
			background: none;
		}
	.social-li, .social-link {
		float: right;
	}
.navline {
	width: 13px;
	height: 60px;
	background: url(images/nav-line.jpg) no-repeat;
	position: absolute;
	top: 0;
}
#navleft {
	left: 0;
}
#navright {
	right: 0;
}
.clear {
	clear: both;
}