body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin:0;
	border-top:2px solid #8BC159;
}

* {
	margin:0;
	padding:0;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:3.8em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

h1 a {
	text-decoration:none;
	color:#333;
}

.clear {
	clear:both;
}

#wrapper {
	width:760px;
	margin:0 auto;
	
}

#header {
	border-top:25px solid #BCE77C;
}

#header img {
	background:#ffffff;
	padding:0px;
	border: none;
}


#header .description {
	float:right;
	margin:45px 0 0 0;
	color:#222;
}

#header h1 {
	margin:15px 0 0 0;
	padding:25px 25px 40px 0;
	border-bottom:10px solid #fafafa;
}

#nav {
	border-bottom:1px solid #eee;
	padding:7px 0 15px 0;
	margin:0;
	border-top:1px solid #eee;
	height:28px;
}

#nav li {
	float:left;
	list-style:none;
}

/* used only for the | symbol which is used as a "splitter" between li items */
#nav li p {
	color:#999;
	padding:5px 1px 7px 1px;
	background:#fff;
	font:1.6em Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#nav li a {
	color:#999;
	padding:5px 5px 7px 5px;
	background:#fff;
	font:1.6em Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#eee;
	color:#333;
	text-decoration:none;
}

#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}

#sidebar {
	width:250px;
	float:right;
	padding:20px 10px 30px 10px;
/*	border-left:1px solid #eee;*/
/*	border-right:1px solid #eee;*/
/*	border-bottom:1px solid #eee;*/
}

#sidebar h2 {
	letter-spacing:2px;
	font-size:1.4em;
	color:#333;
	border-bottom:1px solid #f6f6f6;
	padding:0 0 3px 0;
}

#sidebar ul {
	list-style:circle;
	margin:0 10px 20px 0;
}

#sidebar li {
	padding:3px;
	margin:0 15px;
	border-bottom:1px solid #f6f6f6;
}

#sidebar li a {
	color:#333;
	text-decoration:none;
}

#sidebar li a:hover {
	background-color:#D7F0B2;
	color:#000;
}

#content {
	border-top:10px solid #fafafa;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:20px 25px 30px 25px;
}

#content-with-sidebar{
	margin:0 275px 0 0 !important;
	margin:0 277px 0 0;
}

#content p {
	line-height:20px;
	margin:25px 0;
	font-size:110%;
	word-spacing:2px;
}

#content a {
	text-decoration:none;
	color:#333;
	border-bottom:1px #000 dashed;
}

#content a:hover {
	color:#000;
	background-color:#D7F0B2;
}

#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.8em;
	font-weight:normal;
	margin:15px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
	line-height:23px;
}

#content h2 a {
	color:#444;
	text-decoration:none;
	border:none;
}

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
}


#content li{
	padding:5px;
	font-size:125%;
	border-bottom:none;
}

#content li.inlist-description-item {
	line-height:20px;
	margin-top:5px;
	margin-left:25px;
	margin-bottom:15px;
	font-size:125%;
	word-spacing:2px;
	list-style-type:none;
}

#footer {
	width:760px;
	padding-top:20px;
	padding-right:10px;
	text-align:right;
/*	border-top:1px solid #eee; */
	margin:0;
	color:#999;
}

#footer img {
	background:none;
	padding:0;
	border:none;
}

#footer a{
	text-decoration:none;
	border:none;
}

p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:0px 50px;
	background:#f6f6f6;
	margin:15px 0;
	border:1px solid #eee;
}

img {
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:10px;
}

img.clear-img {
	background:none;
	padding:0;
	border:none;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

