/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(img/bkgr_body.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
	}

h1, h2 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #458803 /* #666666 */; 
	}

h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #59af03 /* #666666 */;
	line-height: 150%; /* added */
	}

h1 {
	font-size: 197%;
	}

h2 {
	font-size: 136%;
	}

h3 {
	font-size: 100%;
	font-weight: bold;
	}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 175%;
	}

p {
	}

blockquote {
	font-style: italic;
	}


ul {
	}

ol {
	}


a {
	text-decoration: none;
	color: #72a60a;
	}

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

small {
	}

hr {
	display: none;
	}

img {
	border: 0px /* 1px solid #B2B2B2; */
	}

img.left {
	float: left;
	align: default; /* added */
	margin: 0 15px 0 0;
	}

img.right {
	float: right;
	margin: 0 0 0 15px;
	}
	
img.align-top {
	align: default;
	margin: 0 15px 0 0;
	display: block;
	}
	
	
/* header */

#header {
	width: 730px;/* 770 */
	height: 100px;
	margin: 0 auto;
	background: #fff url(img/bkgr_header.gif) no-repeat right bottom;
	}


/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 100px;
	}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
	}

#logo h2 {
	font-size: 12px;
	}

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



/* Menu */

#menu {
	width: 730px;/* 770 */
	height: 70px;
	margin: -30px /* -30 */auto 0 auto;
	}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li {
	float: left;
	display: block;
	height: 40px;
	}

#menu li:hover {
	background: #edffca; /* #F9F8F1; */
	}

#menu a {
	display: block;
	width: 80px; /* 60 */
	height: 35px;
	padding: 5px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #7F7772;
	}

html>body #menu a {
	width: auto;
	}

#menu li.active {
	background: #ccff66 /* #EDEBD5 */ url(img/menu_LHS.gif) no-repeat;
	}

#menu li.active a {
	background: url(img/menu_RHS.gif) no-repeat right top;
	}

/* Page */

#page {
	width: 730px;/* 770 */
	margin: 0 auto 20px auto;
	background: url(img/bkgr_page.gif) repeat-y 240px/* 260 */ 0;
	}

/* Content */

#content {
	float: right;
	width: 470px;/* 490 */
	}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
	}

.twocols {
	}

.twocols .col1 {
	float: left;
	width: 220px;
	}

.twocols .col2 {
	float: right;
	width: 220px;
	}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

.list li {
	padding-left: 20px;
	margin-left: 0.2em;
	line-height: 175%; /* added */
	background: url(img/list_bullet.gif) no-repeat left top;
	}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;/* 240 */
	}

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

#sidebar li {
	padding: 15px;
	background: url(img/sidebar_top.gif) no-repeat;
	}

#sidebar li ul {
	}

#sidebar li li {
	padding: 10px 0;
	background: url(img/sidebar_underline.gif) repeat-x left bottom;
	line-height: 150%; /* added */
	}

#sidebar h2 {
	border-bottom: 1px solid #ccff99; /* #EDEBD5;*/
	font-size: 114%;
	font-weight: bold;
	}

#sidebar h3 {
	margin: 0;
	line-height: 150%; /* added */
	}

#sidebar p {
	margin: 0;
	line-height: 150%;
	}

#sidebar a {
	text-decoration: none;
	}

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

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #EDEBD5 url(img/bkgr_footer.gif) repeat-x;
	}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
	}