body{
	margin:0px;
	padding: 0px;
	text-align:center;
	font-size: 11px;
}
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body, h1, h2, h3, h4, h5, h6, p, td, th, div, a {
	color: #565654;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form{
	margin:0px;
	padding:0px;
}
td {
	vertical-align: top;
}
#container{
	width:800px;
	background-color:#ffffff;
	margin: 0px auto;
	text-align: left;
}
#top{
	background: url(images/logo_bg.jpg) repeat-x;
	height:79px;
}
#logo{
	padding: 10px;
	}
#searchbox{
	padding:20px 10px;
		float:right;
}
#headerimg{
	background: url(images/header_bg.jpg) repeat-x;
	margin-top: 1px;
	height: 154px;
	text-align:center;
}
#navbar{
	background: url(images/nav_bg.jpg) repeat-x;
	margin-top: 1px;
	height: 24px;
	text-align: center;
}
#navbar ul{
	margin:0px;
	padding: 0px;
	list-style: none;
}
#navbar ul li{
	display: inline;
}
#navbar ul li a{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
	padding: 0px 20px;
	font-weight: bold;	
	background: url(images/nav_arrow.jpg) center left no-repeat;
}
#contents{
	background: #F3F3EB url(images/bg_body.jpg) repeat;
	margin-top: 1px;
	padding: 5px;
	color: #333333;
	width: 600px;
}
#sidebar{
	background: #F3F3EB url(images/bg_body.jpg) repeat;
	border-left: 1px #494A45 solid;
	width: 190px;
	padding: 5px;
	color: #333333;
	overflow: hidden;
}
#footer{
	background: url(images/footer_bg.jpg) repeat-x;
	height: 29px;
	margin-top:1px;
	font-size: 0.95em;
	padding: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #CCCCCC;
}
#pathway, #pathway a, #links .url {
	font-size: 10px;
	color: #999999;
}
.clr{
	clear: both;
}
.textbox{
	font-family:inherit;
	font-size:inherit;
	background: #FFFFFF;
	border: 1px #C1C1C1 solid;

}
.button{
	background: #494A45;
	margin-left:1px;
	padding: 1px;
	height: 18px;
	color: #FFFFFF;
	font-weight:bold;
	border: 1px solid #FFFFFF;
}
h2.maincat {
	background: url(images/content_arrow.jpg) center left no-repeat;
	padding-left: 25px;
	height: 18px;
	margin: 3px 0px;
}
h2.maincat, h2.maincat a {
	font-weight: bold;
}
#sidebar a {
	color: #003399;
}
p.subcats a {
	font-size: .9em;
}
#links table {
	margin: 5px 0px;
}
#links a {
	font-weight: bold;
}