* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #879003 url(images/page_bg.jpg) repeat-x;
}
body, h1, h2, h3, h4, h5, h6, p, td, th, div, a {
	font-size: 12px;
	color: #565656;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 780px;
	margin: 0px auto;
	text-align: left;
}
#logo {
	padding: 25px 0px 10px 0px;
}
#container_i {
	padding: 5px;
	background: #BFCC02 url(images/container_bg.jpg) repeat-x;
}
#container_i_i {
	padding: 5px;
	background: #FFFFFF;
	min-height: 450px;
}
* html #container_i_i {
	height: 450px;
}
#header {
	width: 650;
	height: 140px;
	background: #838E03 url(images/header_bg.jpg) right no-repeat;
}
#searchbox {
	padding-top: 50px;
	padding-left: 25px;
}
#searchbox label {
	color: #000000;
	font-weight: bold;
	display: block;
}
#navtop {
	margin: 5px 0px;
	text-align: center;
	height: 25px;
	background: #F3F3F3 url(images/navtop_bg.jpg) repeat-x;
	border: 1px #A39F9C solid;
}
#navtop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navtop ul li {
	display: inline;
}
#navtop ul li a {
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/navtop_buller.jpg) top left no-repeat;
	padding-left: 15px;
	margin: 0px 15px;
}
#sidebar {
	width: 180px;
	padding: 0px 10px;
	float: right;
	overflow: hidden;
}
#contents {
	float: none;
	margin-right: 200px;
	background: url(images/separator_vertical.jpg) right repeat-y;
}
#pathway, #pathway a, #links .url {
	font-size: 10px;
	color: #999999;
}
#footer {
	clear: both;
	height: 35px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	color: #000000;
}
#footer, #footer a {
	color: #000000;
}
#footer a {
	text-decoration: underline;
}
.clr {
	clear: both;
}
.textbox{
	font-family: inherit;
	font-size: inherit;

}
.button{
	background: #3E6C00;
	margin-left: 2px;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	font-weight: bold;
}
h2 .count, h2 a, #sidebar a, #links a {
	color: #FF9900;
	text-decoration: none;
}
h2.maincat, #sidebar a {
	background: url(images/maincat_bullet.jpg) top left no-repeat;
	padding-left: 20px;
	font-weight: bold;
}
h2.maincat a:hover, #sidebar a:hover {
	/*color: #0099CC;*/
}
p.subcats a {
	color: #515151;
	font-size: 10px;
}
#links table {
	margin: 5px 0px;
}
