*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body{
	margin:0px;
	padding:0px;
	text-align:center;

}
form {
	margin: 0px;
	padding: 0px;
}
#container{
	width:780px;
	margin: 0px auto; /*to align contents in center */
	text-align: left;
}
#logo{
	margin: 20px 0px;
}
#navtop{
	height:24px;
	width: 450px;
	margin: 0px auto;
}
#navtop ul{
	margin:0px;
	padding: 0px;
	list-style: none;
}
#navtop ul li{
	float: left;
}
#navtop ul li a{
	height: 24px;
	width: 100px;
	background: url(images/bg_topnav.jpg) repeat-x;
	display:block;
	line-height:24px;
	margin: 0px 5px;
	border: 1px #97BA2C solid;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#searchbox{
	clear:both;
	background:url(images/bg_search.jpg) repeat-x;
	height: 33px;
	margin-bottom: 10px;
	padding-top: 15px;
	text-align: center;
}
#searchbox, #searchbox form {
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar {
	float: right;
	width: 30%;
	overflow: hidden;
}
#contents-wide, #contents {
	
}
#contents {
	float: none;
	margin-right: 30%;
	padding-right: 5px;
}
h2.caption {
	background: url(images/dir_bg_center.jpg) repeat-x;
	width: 40%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
}
h2.caption span {
	background: url(images/dir_bg_left.jpg) left no-repeat;
	display: block;
}
h2.caption span span {
	background: url(images/dir_bg_right.jpg) right no-repeat;
	height: 28px;
	line-height: 28px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar h2.caption {
	width: 60%;
}
#footer {
	clear: both;
	margin: 5px 0px;
	border-top: 2px #618BC7 solid;
	padding: 5px 0px;
}
#sidebar a {
	color: #EBBC00;
	background: url(images/arrow_icon.jpg) center left no-repeat;
	padding-left: 15px;
}
div.contentsbox {
	border: 1px #618BC7 solid;
	padding: 10px;
}
.clr{
	clear:both;
}
.textbox{
	font-family:inherit;
	font-size:inherit;

}
.button{
	background: url(images/btn_search.jpg);
	margin-left:2px;
	border: none;
	height: 20px;
}
h2, h2 .count, h2 a, #sidebar a {
	color: #4B8ACD;
}
h2.maincat {
	background: url(images/folder_icon.jpg) center left no-repeat;
	padding-left: 25px;
}
h2.maincat a, p.subcats a, #sidebar a {
	text-decoration: none;
}
h2.maincat a:hover, p.subcats a:hover, #sidebar a:hover {
	text-decoration: underline;
}