/* standard elements */
* {
	padding: 0;
}
body {
	background: #5F8000 url(img/bg.gif) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1,h2,h3 {color: #567300;}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1 {font-size: 2.0em;}

/* navigation */
.navigation {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 208px;
	background-color: #81AC00;
}
.navigation h1 {
	background: #81AC00;
	color: #FFF;
	font-size: 1.3em;
	line-height: 10px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navigation li a {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #D5E8AD;
	color: #553;
}
/* item */
.item {clear: both;}
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: right;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 422px;
}
.item h1 {
	background: #81AC00;
	color: #FFF;
	line-height: 18px;
	padding-left: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.item .body {padding: 12px 18px;}
/* top */
.top {
	background: #567300;
	font: normal 2.4em Verdana,sans-serif;
	height: 50px;
	margin: 0 auto;
	width: 630px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #688B00;
	color: #FFF;
}
a {  color: #000000; text-decoration: underline; font-weight: bold}
a:hover {  color: #333333; text-decoration: none}
a.menuslink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana,sans-serif;
	font-size: normal 2.4em;
}
a.menuslink:hover {  color: #FFFFFF; text-decoration: none};
a.menuslinkact { font-family: Verdana,sans-serif; font-size: normal 2.4em; color: #FFFFFF; text-decoration: none; font-weight: bold };
/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFFFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	width: 315px;
}
.footer a {color: #FFFFF;}
.footer a:hover {color: #FAFCB0;}
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}

/* misc */
.clearer {clear: both;}
.heading {font-size: 2em};
