/* CSS Document */

*, html, body {
	margin: 0;
	/*border: 0; */
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
	background: url('../images/page_bkg.gif') repeat-y left;
}


#contentwrapper p {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	font-size: 0.8em;
	line-height: 1.3;
}

#contentwrapper ul, #contentwrapper ol {
	font-size: 0.8em;
	margin-left: 1.5em;
}

#contentwrapper dl {
	font-size: 0.8em;
}

#contentwrapper h1, #contentwrapper h2, #contentwrapper h3 {
	color: #2c3c1f;
}

img {
	border: 0;
}

.hidden {
	display: none;
}

#header {
	background: url('../images/header_bkg.jpg') no-repeat left;
	width: 920px;
	height: 80px;
}

#logo {
	padding: 20px 0 0 20px;
	width: 185px;
	float: left;
}

#toolmenu {
	background: url('../images/toolsmenu_bkg.gif') no-repeat 20% 80%;
	padding: 8px 10px 0 0;
	float: right;
	width: 410px;
	height: 20px;
} 

#menu {
	margin: 2px 0 0 15px;
	font-size: 11px;
	line-height: 11px;
	float: left;
	display: inline;
}

#menu a {
	color: #2c3c1f;
	text-decoration: none;
}

#menu a:hover {
	color: #717438;
	text-decoration: underline;
}

#searchbox {
	float: right;
	margin: 0px;
	height: 18px;
}

#searchbox form {
	margin: 0px;
	padding: 0px;
}

#searchbox input.search {
	width: 88px;
	background: url('../images/searchbox.gif') top no-repeat;
	height: 18px;
	border: 0;
	padding: 2px 7px 0 5px;
	font-size: 11px;
	float: left;
}

#searchbox input.button {
	width: 43px;
	background: url('../images/searchgo.gif') top no-repeat;
	height: 18px;
	border: 0;
	margin-left: 6px;
	padding: 0 4px 0 4px;
	font-size: 12px;
	float: left;
	font-weight: bold;
	color: #2c3c1f;
}

#menuarea {
	width: 920px;
	height: 24px;
	background: #717438;
}

#mainmenu {
	padding-left: 20px;
	float: left;
	font-size: 12px;
	line-height: normal;
}

#mainmenu ul {
    margin:0;
    padding:0;
    list-style:none;
    }
#mainmenu li {
    float:left;
	background: url('../images/mainmenu_right.gif') no-repeat right top;
    margin:0;
    padding:0;
}

#mainmenu a {
    display:block;
	background: url('../images/mainmenu_left.gif') no-repeat left top;
	padding: 7px 10px 2px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu .act {
	background: url('../images/mainmenu_right_curr.gif') no-repeat right top;
}

#mainmenu .act a {
	background: url('../images/mainmenu_left_curr.gif') no-repeat left top;
	color: #2c3c1f;
}

#mainmenu a:hover {
	color: #000;
}

#status {
	padding: 8px 10px 0;
	float: right;
	color: #fff;
	font-size: 11px;
}
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.pagebottom {
	padding-bottom: 15px;
}

#footer {
	margin: 0;
	width: 920px;
	height: 24px;
	background: #828841;
}

#copyright {
	margin-left: 20px;
	margin-top: 6px;
	float: left;
	font-size: 0.8em;
	color: #fff;
	display: inline;
	width: 400px;
}

#copyright a{
	color: #fff;
}

#copyright a:hover {
	text-decoration: none;
	border-top: 1px solid #fff;
}

#developer {
	margin-right: 10px;
	margin-top: 6px;
	float: right;
	width: 170px;
	display: inline;
}

#developer img {
	float: left;
	padding-left: 5px;
}

.pubdate {
	font-size: 0.75em;
	font-style: italic;
	padding: 3px 0 3px 0;
}
