/* standard elements */
* {
	margin: 0;
	padding: 0;
	line-height: 110%;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	background: #5F8000 url(../images/bg.gif) repeat-y center top;
	color: #4A4A4A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 12px;
	padding-bottom: 1.2em;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	outline-color: #F7FBF3;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(../images/li.gif);}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

.floatLeft {
  float: left;
  margin: 5px 10px 10px 0
}

.floatRight {
  float: right;
  margin: 5px 0 10px 10px
}

/* structure */
.container {
	background: url(../images/bgcontainer2.gif) repeat-y;
	margin: 0 auto;
	width: 750px;
}

/* top */
.top {
	font: normal 2.4em Verdana,sans-serif;
	height: 40px;
	margin: 0 auto;
	width: 630px;
	background-color: #567300;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 40px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #688B00;
	color: #FFF;
}

/* header */
.header {
	background: url(../images/header.jpg) no-repeat;
	height: 250px;
	margin: 0 auto;
	width: 750px;
}

.header2 {
	background: #679944;
	height: 13px;
	margin: 0 auto;
	width: 750px;
	float: left;
}

/* item */
.item {clear: both;}
.item .date {
	color: #FDD;
	float: left;
	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: 500px;
	margin-left: 20px;
}
.item h1 {
	background: #679944;
	color: #B52B46;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {
	float: left;
	width: 541px;
}

/* navigation */
.navigation {
	float: right;
	margin-left: 0px;
	width: 208px;
}
.navigation h1 {
	background: #d9eec3;
	color: #6C7F3F;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {
	margin: 0;
	padding: 0;
	line-height: 120%;
}
.navigation li {
	list-style-image: url(../images/li2.gif)
	border-bottom: 0px;
	list-style: none;
	text-align: left;
}
.navigation li a {
	color: #FF7800;
	display: block;
	padding: 6px 4px 6px 12px;
	text-decoration: none;
	background-color: #F7FBF3;
}
.navigation li a:hover {
	background: #F7FBF3;
	color: #FF9900;
	line-height: 110%;
}

/* footer */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 15px;
	margin: 0 auto;
	text-align: center;
	width: 750px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
