@charset "utf-8";

body {
	margin:0;
	padding:0;
	background:url('images/mainbg.png') top center repeat-y;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
p {
	margin:0;
	padding:0;
	margin-bottom:15px;
}
a:link, a:visited {
	color:#488b23;
}
a:hover, a:active {
	color:#333333;
}
#main {
	margin:0 auto;
	width:986px;
}
#headertop {
	font-size:10px;
	text-align:right;
	line-height:40px;
}
#footerbottom {
	font-size:10px;
	text-align:center;
	line-height:15px;
}
#headermain {
	position:relative;
}
#headermain .leftcolumn {
	width:724px;
}
#headermain .rightcolumn {
	position:absolute;
	top:0px;
	left:725px;
	width:262px;
}
#headermain .rightcolumn .quotecontainer {
	background:#2492e0 url('images/homepageheaderlowerright.png') no-repeat;
	width:235px;
	height:91px;
	margin:0;
	margin-top:13px;
	padding:12px 14px 14px 12px;
	color:#FFFFFF;
}
#headermain .rightcolumn .quotecontainer .quote {
	position:relative;
	padding:14px 22px 0 22px;
	font-size:16px;
}
#headermain .rightcolumn .quotecontainer .quote .leftquote {
	position:absolute;
	top:-7px;
	left:-2px;
	font-size:40px;
}
#headermain .rightcolumn .quotecontainer .quote .rightquote {
	position:absolute;
	right:-2px;
	bottom:-28px;
	font-size:40px;
}
#headermain .rightcolumn .quotecontainer .quotefooter {
	text-align:right;
	font-style:italic;
	font-size:13px;
	margin-top:8px;
}
#menucontainer {
	position:relative;
	height:44px;
	margin:15px 0 15px 0;
	background:#3b761f url('images/menubg.png') top repeat-x;
	line-height:42px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
}
#menucontainer #menuleft {
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	height:44px;
	background:url('images/menuleft.png') no-repeat;
}
#menucontainer #menuright {
	position:absolute;
	top:0px;
	right:0px;
	width:12px;
	height:44px;
	background:url('images/menuright.png') no-repeat;
}
#menucontainer #menu a {
	padding:11px 23px 11px 23px;
}
#menucontainer #menu a:link, #menu a:visited {
	color:#ffffff;
	text-decoration:none;
}
#menucontainer #menu a:hover, #menucontainer #menu a:active, #menucontainer #menu a.currentpage  {
	background-color:#3b761f;
}
#menucontainer #menu:hover a.currentpage {
	background:none;
}
#menucontainer #menu a.currentpage:hover {
	background-color:#3b761f;
		
}
#content {
	position:relative;
	margin-bottom:15px;
}
#content .leftcolumn {
	width:690px;
	padding:0 29px 0 5px;
	background:url('images/contentdivider.png') top right repeat-y;
}
#content .leftcolumn h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#488b23;
	margin:0 0 15px 0;
	padding:0;
}
#content .rightcolumn {
	position:absolute;
	top:0px;
	left:725px;
	width:231px;
	padding:0 20px 0 11px;
}
#content .rightcolumn h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#1586d6;
	margin:0;
	padding:0;
}
#content ul {
	list-style-image:url('images/bullet.png');
	margin:0 0 15px 17px;
	padding:0;
}
#content li {
	margin-top:7px;
}
#content .last {
	margin-bottom:0px;
}
.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #50A5E1;
}
a.subheadline:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #50A5E1;
	text-decoration: underline;
}
a.subheadline:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #50A5E1;
	text-decoration: underline;
}
a.subheadline:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #50A5E1;
	text-decoration: underline;
}
a.subheadline:active {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #50A5E1;
	text-decoration: underline;
}
