
body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.gif) 0 0 repeat-x;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #444;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
  clear: both;
}

h1, h2, h3 {
	font-weight: normal;
	color: #2c902b;       
}

p, ol, ul {
	line-height: 200%;
}

a { 
  color: #2c902b;
  text-decoration: underline;
}

a:hover {
  text-decoration: none; 
}

img {
	border: none;
}

img.left {
	float: left;
	padding: 5px 20px 0 0;
}

img.right {
	float: right;
	padding: 5px 0 0 20px;
}

#linkright {
	color: #FF0000; 
	float:right; 
	text-decoration:none;
	font-size: 15px; 
	font-weight:bold;
}

#colmnone {float:left; width:50%; margin:5px 0;}

#colmntwo {float:right; width:50%; margin:5px 0;}

#pagetable {margin: 0 0 0 0;}

#Even_table_row {background-color: #eee; align: left;}
#Even_table_row a{font-weight: bold; float:left;}

#Odd_table_row {align: left;}
#Odd_table_row a{font-weight: bold; float:left;}

#imglogo {float:left; padding:2px 2px 2px 2px; border: 3px double #C0C0C0 }


#wrapper {
  width: 960px;
  margin: 0 auto;
}

#head .logo {
  float: left;
  padding: 0 0 0 0;
}


#head {
  height: 65px;
  width: 920px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

#head h1, #head h1 a {
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-size: 40px;
}

#head .subdesc {
 	color: #fff;  	
    font-size: 12px;
    text-align: left;
    padding: 0 10px;
}

#head ul {
  float: right;
  padding: 0 0 0 0;
}

#head ul li {
  display: inline;
  list-style: none;
  font-size: 13px;   
  padding: 0 10px;  
  border-right: 1px solid #5cb53c;
}

#head ul li a {
  color: #f4fdf2;
}

#head ul li.active a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}


#subheader {
	height: 40px;
	margin: 0 0 20px 0;
}

#menu {
	float: left;
	height: 40px;
	padding: 0 20px;
}

#menu li {
	display: block;
	float: left;
}

#menu li.active, #menu li:hover {
	display: block;
	float: left;
	background: url(../images/active.gif) 0 0 repeat-x;
}

#menu li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #53a82a;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
}

#menu li a:hover, #menu li.active a {
  text-decoration: underline;
}

#content {
	float: right;
	width: 670px;
}

.post {
	margin-bottom: 20px;
}

.post .title , .post .title a  {
  	padding: 0 0 0 10px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 23px;
	margin: 0 0 -10px 0;
}

.post .entry .title, .post .entry .title a
{
  	padding: 20px 0 0 0;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 23px;
	margin: 0 0 0 0;
}


.post .headrow {
background: #eee;
}

.post .entry {
	border-top: 1px solid #ddd;
  	margin: 20px;
  	padding: 10px 0;  
  	line-height: 200%;
}

.post .entry .disclosure {
padding: 5px 0;
color: #2c902b;
}

.post .entry ul {
  padding: 15px;
  color: #333;
}

.post .entry ul li {
  list-style: none;
  background: url(../images/list.gif) left center no-repeat;
  padding: 0 0 0 16px;
  line-height: 220%;
}

#sidebar {
	float: left;
	width: 240px;
	padding: 20px;
}

#sidebar .disclosure {
padding: 0 0 10px 0;
color: #2c902b;
line-height: 200%;
}


#sidebar ul, #sidebar p {
  margin: 10px 0 10px 0;
  padding: 0 10px;
}

#sidebar ul li {
  list-style: none;
  background: url(../images/list.gif) left center no-repeat;
  padding: 0 0 3px 16px;
  margin: 0 0 3px 0;  
  border-bottom: 1px solid #ddd;
}

#sidebar ul li:hover {
  border-bottom: 1px solid #ccc;
}

#sidebar ul li a {
  color: #444;
  text-decoration: none;
}

#sidebar ul li a:hover {
	background-color:#eee;
	border-bottom: 1px solid #ccc;
}

#sidebar .title {
  font-size: 20px;
}

.footer-top {
  height: 13px;
  width: 920px;
  margin: 0 auto;
  background: url(../images/footer.gif) 0 0 no-repeat;
}

.footer {
	width: 920px;
	height:140px;
	margin: 0 auto;
	padding: 0;
	background: #eee;
}

.footer-bottom {
	width: 920px;	
	margin: 0 auto;
	padding: 0;
	background: #eee;
	text-align: center;
}

#footermenu {
	float:left; 	 
	padding:0px 30px 0px 10px;	
}

#footermenu ul {
	margin:0;padding:0;
}

#footermenu li {
	list-style:none;	
 }

#footermenu li a {	  	
  	padding:0px 0px 3px 0px; 
  	display:block;  	
}

#footermenu li a:hover {
	background-color:#fff;
}
