body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin:0;
	border-top:0px solid #8BC159;
}

* {
	margin:0;
	padding:0;
}

#footer {
	padding:20px;
	text-align:left;
	//border-top:1px solid #eee;
	//border-bottom:5px solid #000000;
	margin:0;
	color:#999;
}

#header {
	//border-top:10px solid #000000;
}


#header h1 {
	margin:10px 0 0 0;
	padding:0px 0px 10px 0;
	border-bottom:1px solid #eee;
	font:1.6em Trebuchet MS;
}

h1 a {
	outline:none;
	text-decoration:none;
	color:#333;
}

#wrapper {
	width:760px;
	margin:0 auto;
	
}

#nav {
	//border-top:1px solid #eee;
	//border-bottom:1px solid #eee;
	padding:10px 0;
	margin-left:210px;
	height:28px;
}

#nav li {
	float:left;
	list-style:none;
	font-size: x-small;
}

#nav li a {
	color:#336699;
	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:#fff;
	color:#336699;
	text-decoration:underline;
	font-family: 1.6em Trebuchet MS;
}

#nav li a.active {
	background-color:#eee;
	color:#999;
	text-decoration:none;
}

.clear {
	clear:both;
}

#content {
	margin:0 275px 0 0 !important;
	margin:0 277px 0 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	padding:10px 25px 30px 15px;
}

#content p {
	line-height:18px;
	margin:25px 0;
	font-size:120%;
	word-spacing:2px;
	padding:0px 0px 0px 0px;
}

#content a {
	text-decoration:none;
	color:#336699;
	border-bottom:1px solid #eee;
}

#content a:hover {
	color:#336699;
	font-weight: underline;
}

#content h2 {
	font-family:"Times New Roman", Times, serif;
	color:#00cc33;
	font-size:2.8em;
	font-weight:normal;
	margin:15px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
}

#content h2 a {
	color:#444;
	text-decoration:none;
	border:none;
}

#sidebar {
	width:250px;
	float:right;
	padding:10px 10px 30px 10px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	margin-bottom:10px;
}

#sidebar h2 {
	letter-spacing:2px;
	font-size:1.4em;
	color:#00cc33;
	border-bottom:1px solid #f6f6f6;
	padding:0 0 5px 0;
}

#sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
}

#sidebar li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
}

#sidebar li a {
	color:#333;
	text-decoration:none;
}

#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	color:#000;
}

p.news {
	padding:10px;
	background:#ffffcc;
	margin:10px 0;
	color:#444;
	border-bottom:1px solid #E6E6E6;
	border-top:1px solid #E6E6E6;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

img {
	background:#FFF;
	padding:0px;
	/border:5px solid #eee;
}

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}

a.more {
	display:block;
	text-align:right;
	color:#00cc33;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

#page-wrap {
	width: 760px;
	background: white;
	padding: 0px 0px 0px 0px;
	//margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 500px;
	//margin: 10 0 0px;
}

#contact-area input, #contact-area textarea {
	padding: 9px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #eee;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #00cc33;
}

#contact-area input.submit-button {
	margin-right: 3px;
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
.Content_Bold {
	font-weight: bold;
	font-size: 110%;
	color: 336699;
	text-decoration: underline;
}

