body, html {
	margin:0 auto;
	padding:0;
	font:90% "Trebuchet MS", Arial, sans-serif;
	background: #fff;
	color:#3a3a3a;
	line-height: 150%;
	/*background:url(img/footer-bg.jpg) bottom repeat-x;*/
}
a {
	text-decoration:none;
}
a:hover, visited {
	text-decoration:underline;
}
h2 {
	font-size: 150%;
	color:#666;
	border-bottom:#999 double;
	margin: 0 0 5px 0;
	padding: 0;
}
#topspan{
	height:18px;
	background:#335f33;
}
#topwrapper {
	background:#648d64;
	margin:0;
	padding:0;
}
#header {
	width: 750px;
	height:70px;
	margin: 0 auto;
	background:url(img/top-bg.jpg) right no-repeat;
}
#header img {
	border:0;
}
#topmenu {
	width: 750px;
	margin: 0 auto;
}
#shieldwrapper {
	margin:0;
	padding:0;
	background:url(img/shield-bg.jpg) top repeat-x;
	text-align: center;
}
#mainwrapper {
	width: 750px;
	margin: 0 auto;
}
#content {
	width: 530px;
}
#content img {
	border:0;
}
#sidebar {
	width: 200px;
	float: right;
}
#sidebar ul, li {
	list-style: none;
}
#footer {
	width:750px;
	margin:0 auto;
	height:20px;
	padding-top:0px;
	padding-bottom:12px;
	font:85% Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
	border-top:double #999;
}
/**** tabs menu top ****/

#topmenu {
	padding: 0 0 0 0;
	width:750px;
	margin: 0px auto; 
	font: 97% "Trebuchet MS", Arial, sans-serif;
	z-index:1000;
	bottom:0px;
	background:#5ca86c;
	display:block;
}
#topmenu:after{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu li {
	margin: 0;
	padding: 0;
	display: inline;
}

#topmenu a {
	float: left;
	margin: 0;
	padding: 8px 12px 8px;
	display: block;
	color: #FFFFFF;
	border-right: 1px solid #648d64;
	text-decoration: none;
	text-transform: none;
}

#topmenu a:hover,
#topmenu a:active,
#topmenu a:focus {
	background:#476447;
	
}

#topmenu a span {
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {
	float: none;
}

/* End IE5-Mac hack */
#topmenu a:hover {
}

#topmenu a:hover span {
}

#topmenu li.active a,
#topmenu li.active a:hover,
#topmenu li.active a:active,
#topmenu li.active a:focus {
	background: #476447;
}

#topmenu li.active a span,
#topmenu li.active a:hover span,
#topmenu li.active a:active span,
#topmenu li.active a:focus span {
}