* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	background: #5F8000 url(../img/entire_background_gradiant.jpg) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}

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;}

.clearer {clear: both;}

.container {
	background:#FFFFFF;
	margin: 0 auto;
	width: 842px;
}

.top {
	background: #527100;
	font: normal 2.4em Verdana,sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 770px;
}
.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;
}

.header {
	background: url(../img/header3.jpg) no-repeat;
	height: 90px;
	margin: 0 auto;
	width: 770px;
}
.item {clear: both;}
.item .date {
	background: url(../img/bgdate.gif) no-repeat;
	color: #527100;
	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 {
margin-left:36px;
	float: left;
	width: 562px;
}
.item h1 {
	background: #527100;
	color: #FFF;
	line-height: 30px;
	padding-left: 16px;
}
.item h1 a {
	color: #FFF;
}
.item .body {padding: 12px 18px;}

.main {float: left;}

.navigation {
	float: left;
	margin-left: 0px;
	width: 208px;
}
.navigation h1 {
	background: #849635;
	color: #FFF;
	font-size: 1.3em;
	line-height: 30px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	background: #E8F6BF url(../img/bgnavigation.gif) repeat-x;	
	color: #553;
		padding: 8px 4px 8px 12px;

	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navigation li a {
	background: #E8F6BF url(../img/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 4px 4px 4px px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #F0FFC6;
	color: #553;
}

div.float {
  float: left;
  width:250px;
  
  }

div.activity_float {
  float: left;
  width:250px;
	font: normal 82.5% "Lucida Sans Unicode",sans-serif;
  }

div.smaller_float {
  float: left;
  width:175px;
  
  }

div.very_small_float {
  float: left;
  width:110px;
  
  }



div.blog_float {
  float: left;
  width:155px;
  background-color:#E8F6BF;
  border-bottom-color:#849635;
  border-bottom-style:solid;
  border-bottom-width:medium;
  margin-bottom:10px;
  margin-left:20px;
  }

div.main_blog_float {
  float: left;
  width:350px;

  }

div.main_blog_float_article {
  float: left;
  width:350px;
  background-color:#E8F6BF;
  border-bottom-color:#849635;
  border-bottom-style:solid;
  border-bottom-width:medium;
  margin-bottom:10px;
  margin-right:10px;
  }

div.news_float_article {
  float: left;
  width:230px;
  background-color:#E8F6BF;
  border-bottom-color:#849635;
  border-bottom-style:solid;
  border-bottom-width:medium;
  margin-bottom:10px;
  margin-right:10px;
  padding-left:2px;
  padding-right:2px;
  }

  
.float_right {
position:absolute;
	font: normal 0.8em Verdana,sans-serif;
	color: #ffffff;
  float: left;
  margin-top:10px;
  margin-left:400px;
  width:350px;
  height:35px;
  text-align:right;  
  }
  
.small_float_right {
  float: right;
  
  margin-top:10px;
  margin-left:10px;
  width:150px;
  }
  
div.float p {
   text-align: center;
   }

.footer {
	background: #527100;
	color: #cccccc;
	font-size: 1.1em;
	margin: 0 auto;
	width: 750px;
	height: 160px;
	padding:10px;
	margin-top:10px;
}


.footer a {color: #cccccc;}
.footer a:hover {color: #FAFCB0;}
