body {
	margin: 0px;
	padding: 0px;
	background-color:#acb65f;
	background-image: url(images/green_background.gif);
	background-repeat:repeat-x;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 0px;
}


h1 {
	font-size: 18px;
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	font-style: normal;
	font-weight:normal;
	color: #8CA74A;
}

h2 {
	font-size: 18px;
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	font-style: normal;
	font-weight:normal;
	color: #666;
}

h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 10pt;
	color:#666;
	font-stretch:expanded;
}
p, ol, ul {
	line-height: 160%;
	font-size: 10pt;
	text-align: justify;
	text-indent: 0px;
	font-weight: normal;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #666;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 900px;
	height: 200px;
	margin: 0px auto;
	background-image:url(images/header_2.jpg);
}

#header a {
	text-decoration: none;
	color: #666;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 40px 0px 0px 0px;
}

#logo p {
	text-indent: -99999px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 120px 60px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
	color: #666;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px 6px 10px;
	background: url(images/img10.gif) no-repeat left 50%;
}

#menu a:hover {
	text-decoration: underline;
	color: #333;
}

#menu .active {
	color: #000;
	font-weight:bolder;
}

#menu .active a {
	color: #000;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	background-image:url(images/img06_2.jpg);
	background-position:bottom right;
	background-repeat: no-repeat;
}

#header-pic {
	background: url(images/img05.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: left;
	width: 450px;
	margin-left: 70px;
	padding-top: 20px;
}

.floating-box {
	float: left;
	width: 220px;
	margin: 0px;
	font-size: 110%;
	padding-top: 0px;
}

.floating-box .heading {

}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 160%;
	font-size: 9pt;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/*float left*/
.left
{
        float: left; /*left in our text*/
        margin: 0px 20px 10px 0px; /*space around the image*/
}

.post {
	background: #FFFFFF;
	margin: 0px 0px 60px 0px;
	color: #000;
	font-size: 12pt;
}

.post .title {
	margin: 0px;
	font-size: 14pt;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
}

.post .title h1 {
}

.post .entry {
	padding: 0 0px;
	font-weight: bold;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin-right: 60px;
	margin-top: 20px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
}

#sidebar-content {
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-right: 10px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	font-size: 1.4em;
	text-indent: 15px;
	letter-spacing: 1pt;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}

#sidebar a {
	text-decoration: none;
	color:#666;
}

#sidebar a:hover {
	text-decoration: underline;
	color:#333;
}

#sidebar .active {
	color: #000;
	font-weight: bolder;
}
#sidebar .active a {
	color: #000;
}


.indented
   {
   padding-left: 30px;
   padding-right: 20px;
   }

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 40px;
	margin: 0px auto 40px auto;
	background-color:#424238;
}

#footer p {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #CCC;
}
#footer p {
	color: #ccc;
}

