@charset "UTF-8";
/* CSS Document */

	html,body {
		font-family:Arial, Helvetica, Verdana, Sans-serif;
		font-size:12px;
		color:#333;
		background:#27388e url(images/contentbg.jpg) center repeat-y;
		margin:0;
		padding:0;
	}
	
	#pagecontainer {
		width:1000px;
		background:#fff;
		margin-left:auto;
		margin-right:auto;
	}
	
	#header {
		background:#fff url(images/header.jpg) no-repeat;
		height:265px;
		margin-left:auto;
		margin-right:auto;
	}
	
/*** NAVIGATION
-----------------------------*/
	
	#navigation {
		width:996px;
		height:55px;
		background:#007740;
		margin:auto;
		border:#fff solid 2px;
	}
	
	#navigation ul{
		margin-top:8px;
		padding:0;
		list-style-type:none;
		width:auto;
	}

	#navigation ul li{
		display:block;
		float:left;
		margin:0;
		}

	#navigation ul li a{
		display:block;
		float:left;
		color:#fff;
		text-decoration:none;
		padding:11px 5px 0 20px;
		height:20px;
	}

	#navigation ul li a:hover,#navigation ul li a.current{
		color:#27388e;
	}
	
/*** CONTENT
-----------------------------*/
	
	#content {
		width:1000px;
		min-height:400px;
		background:#fff url(images/contentbg.jpg) repeat-y;
	}
	
/*** RIGHT COLUMN
-----------------------------*/
	
	#right {
	float:right;
	width:540px;
	line-height:25px;
	}
	
	#right .padding {
	padding:25px 25px 0 25px;
	}
	
	#right h2 {
	color:#007F44;
	font-size:18px;
	margin:0;
	padding:0 0 15px;
	}
	
	#right H3 {
	color:#283991;
	font-size:14px;
	margin:0;
	padding:0 0 15px;
	}
	
	#right h4 {
	color:#007F44;
	font-weight:bold;
	display:inline;
	}
	
	#right p {
	color:#333;
	margin:0;
	padding:0 0 15px;
	}
	
	#right a:link, #right a:visited {
		color:#333;
		text-decoration:underline;
	}
	
	#right a:hover {
		color:#283991;
		text-decoration:underline;
	}
	
/*** RIGHT2 COLUMN
-----------------------------*/

	#right2 {
	float:right;
	width:200px;
	line-height:25px;
	}
	
	#right2 .padding {
	padding:25px 25px 0 25px;
	}
	
	#right2 h2 {
	color:#007F44;
	font-size:18px;
	margin:0;
	padding:0 0 15px;
	}
	
	#right2 H3 {
	color:#283991;
	font-size:14px;
	margin:0;
	padding:0 0 15px;
	}
	
	#right2 p {
	color:#333;
	margin:0;
	padding:0 0 15px;
	}
	
	#right2 a:link, #right2 a:visited {
		color:#333;
		text-decoration:underline;
	}
	
	#right2 a:hover {
		color:#283991;
		text-decoration:underline;
	}
	
/*** LEFT COLUMN
-----------------------------*/
	
	#left {
	float:left;
	width:250px;
	line-height:25px;
	}
	
	#left .padding {
	padding:25px 20px 0 50px;
	}
	
	#left h2 {
	color:#fff;
	font-size:15px;
	margin:0;
	padding:0 0 15px;
	}
	
	#left h3 {
	color:#fff;
	font-size:13px;
	margin:0;
	padding:0 0 15px;
	}
	
	#left p {
	color:#fff;
	margin:0;
	padding:0 0 15px;
	}
	
	#left a:link {
		color:#fff;
		text-decoration:underline;
	}
	
	#left a:hover {
		color:#ccc;
		text-decoration:underline;
	}
	
/*** FOOTER
-----------------------------*/
	
	#footerOuter {
		width:100%;
		height:151px;
		background:#006938 url(images/footerbg.jpg) repeat-x top;
		clear:both;
	}
	
	#footerInner {
		width:1000px;
		height:151px;
		background:#006938 url(images/footer.jpg) no-repeat top;
		margin:auto;
	}
	
	#footerInner2 {
	padding-top:50px;
	width:740px;
	float:right;
	text-align:center;
	}
	
	#footerInner2 a:link, a:visited, p {
		color:#fff;
	}
	
	#footerInner2 a:hover {
		color:#666;
	}
	
