body {
	margin-top: 20px;
	padding: 0;
	background: #F6F6F6;
	font-size: 12px;
	text-align: justify;
	background-image: url(Images/pg-bg7.jpg);
}

body, th, td, input, textarea, select, option {
	font-family: Verdana;
	color: #83826A;
	
}

h1 {
	color: #336633;
}

p, ul, ol {
	line-height: 150%;
}

a {
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #34BA01;
}

hr {
	display: none;
}



/* Header */

#header {
	width: 780px;
	height: 100px;
	margin: 0 auto;
	background-image: url(Images/home_01.jpg);
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	padding: 0px;
	
}



/* Content */

#content {
	float: right;
	width: 590px;
	margin: 0;
	color: #000000;
	background-image:url(Images/home_08_2.jpg);
	background-repeat: no-repeat;
	height: 900px;

}

.post {
	padding: 20px 75px 10px 20px;
}

.title {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #003300;
	background-color: #99CC33;
	height: 16px;
	width: 500px;
}

.title a {
	text-decoration: none;
	color: #66A342;
}

.pagetitle {
}


.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding-bottom: 0px;
}

.entryleft {
	float: left;
	width: 300px;
	margin: 0;
	padding-bottom: 0px;
}

.entryright {
	float: right;
	width: 150px;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 0px;
}

.entrybold {
	color: #336633;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	margin-bottom: 0px;
	color: #000000;
	background-image: url(Images/home_03.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 900px;
}

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

#sidebar li {
	margin-top: 125px;
	padding: 0;
	
}

#sidebar li ul {
	margin-bottom: 40px;
	padding: 0px 15px;
	
	
}

#sidebar li li {
	margin: 0 0 0 0;
	padding: 0px 10px 20px 5px;
	background-image:url(Images/home_10.jpg);
	background-repeat:no-repeat;
}

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

#sidebar a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	width: 780px;
	margin: 0 auto;
	height: 24px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 50px;
}

#footer p {
	padding-top: 15px;
}

#footer p a {
	color: #86EA66;
}

img { border: none; }

img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

