body {
	margin: 0px;
	padding: 0px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: url(images/page_bg.gif) repeat-x;
}
.callout {
	font: 125% Georgia, "Times New Roman", Times, serif;
	color: #678DC2;
}
h1 {
	font: 135% Georgia, "Times New Roman", Times, serif;
	color: #678DC2;
	margin-left: 10px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;

}
#sidebar {
	background: url(images/grn_gradient.gif) repeat-x left top;
	float: right;
	width: 270px;
	
}


#maintextcolumn p {
	margin-left: 10px;
	font-size: 75%;
	line-height: 200%;
	color: #666666;
	margin-right: 20px;
}
#navbar {
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-left: 0px;
	padding: 0px;
	margin-right: 5px;
	list-style: none;
}

#navbar ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
	list-style-type: none;
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
}
#navbar ul li a{
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;
	border-bottom: 1px solid #8BC53F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #8BC53F;
	border-right-color: #8BC53F;
	border-left-color: #8BC53F;
	color: #999999;
	font-weight: normal;
}
#navbar ul li a:visited  {
	font-weight: normal;
	color: #666666;
}
#navbar ul li a:hover  {
	background-color: #E7FFC3;
	font-weight: normal;
	color: #666666;
}
#header {
	background: #8BC53F;
}
#maintextcolumn {
	width: 365px;
	float: right;
	margin-top: 20px;
}
#content{
	background: url(images/footer.gif) no-repeat center bottom;
	padding-bottom: 150px;
}
#sidebar p {
	color: #FFFFFF;
	padding: 0px 10px;
	margin-top: 15px;
	font: 100%/130% Georgia, "Times New Roman", Times, serif;
}
#contentwrapper {
	background: url(images/greensidebar.gif) repeat-y right;
}
.clear {
	clear: both;
}
#sidebar ul {
	color: #FFFFFF;
	padding: 0px 0px 0px 15px;
	font: 100%/150% Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	list-style: none;
}
#sidebar a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	font-weight: bold;
	color: #678DC2;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #678DC2;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #678DC2;
	text-decoration: none;
}

