* { margin: 0; padding: 0; }

body { 
font-size: 13px; 
font-family: "Sans", "sans-serif"; 
background-color: #FFF; 
color: #000;
width: 960px;
}

a:link, a:visited { text-decoration: none; color: #547700; }
a:hover { text-decoration: underline; color: #000; }

#line {
	width: 100%;
	height: 20px;
}


#logoTop {
	background: url(img/logo_top.png) left no-repeat;
	height: 24px;
	width: 100%;
	background-color: #FFF;
}

#logoMiddle {
	background: url(img/logo_middle.png) left no-repeat;
	height: 30px;
	width: 30%;
	background-color: #FFF;
	float: left;
}

#menuMiddle {
	background: url(img/corner.png) left no-repeat;
	height: 30px;
	width: 70%;
	background-color: #616161;
	float: left;
}

#logoLine {
	background: url(img/logo_line.png) left no-repeat;
	background-color: #c1e36b;
	height: 3px;
	width: 30%;
	float: left;
}

#menuLine {
	background-color: #c1e36b;
	height: 3px;
	width: 70%;
	float: left;
}

#logoBottom {
	background: url(img/logo_bottom.png) left no-repeat;
	height: 26px;
	width: 30%;
	background-color: #FFF;
	float: left;
}

#menuBottomMiddle {
	height: 26px;
	width: 150px;
	background-color: #FFF;
	float: left;
}

#menuBottomRight {
	height: 26px;
	width: 150px;
	background-color: #FFF;
	float: left;
}

#history {
	width: 100%;
	height: 50%;
	background-color: #f8f7f5;
	text-align: right;
}

#content {
	padding: 3% 2% 2% 4%;
	height: auto;
	float: left;
	width: 70%;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content ul {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 45px;
}

#footer {
        clear: both;
        margin: 80px;
        padding: 0;
}
#footer ul { list-style: none; }
#footer ul li { display: inline; padding-right: 10px; }


.Box { width: 80%; padding: 8px; }
.Box h3 { padding: 8px 0 8px 8px; background-color: #f8f8f8; }
.Box ul { background-color: #f8f8f8; list-style: none; padding-bottom: 8px; }
.Box ul li { padding: 4px 10px 0 10px; font-size: 12px; width: 60%; }

#search { background-color: #f1f1f1; padding: 3% 0 3% 3%; margin-bottom: 10px; }


h3.news { border-bottom: 1px dotted #95cc15; padding-top: 15px; }
.searchField { padding: 2px; width: 70%; border: 1px solid #CCC; } 
.searchButton { background-color: #a0db17; color: #FFF; border: 1px solid #a0db17; padding: 1px 5px 1px 5px; }
.clear { clear: both; }
.date { float: right; font-size: x-small; padding-top: 15px; }



