body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
#container { /* Holds it all in the center of the page */
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5f5f5e;
	background: #227E03 url('images/container_back.jpg') repeat-y top left;
}
#header { 
	width: 750px;
	height: 130px;
	background: #000000 url('images/top_header.jpg') no-repeat top left;
	float: right;
	text-align: right;
}
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		margin-right: 10px;
		margin-top: 10px;
		line-height: 65px;
	}
	#header span { 
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		color: #333333;
	}
		
	#header h2 { 
		font-family: "Times New Roman", Times, serif;
		font-size: 30px;
		color: #FFFFFF;
		letter-spacing: -1px;
		font-style: italic;
		line-height: 0px;
		margin-right: 10px;
	}
	
#header1 { 
	width: 750px;
	height: 130px;
	background: #FFFFFF url('images/top_header.jpg') no-repeat top left;
	float: right;
	text-align: right;
}

#left_green {
	width: 150px;
	min-height: 600px;
	background: #227E03 url('images/left_green.jpg') no-repeat top left;
	float: left
}
	.navcontainer { 
	 	width: 140px; 
		margin-top: 150px;
	}

	.navcontainer ul {
		margin-left: 0;
		margin-top: 0;
		padding-left: 2px;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	}

	.navcontainer a {
		display: block;
		padding: 3px;
		width: 140px;
		font-size: 0.9em;
	}
	
	.navcontainer a:link, #navlist a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.navcontainer a:hover {
		background: #000000 url('images/arrow.gif') no-repeat 96% 50%;
		color: #FFFFFF
	}
		
		
		.navcontainer2 { 
	 	width: 140px; 
		margin-top: 10px;
	}

	.navcontainer2 ul {
		margin-left: 0;
		margin-top: 0;
		padding-left: 2px;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	}

	.navcontainer2 a {
		display: block;
		padding: 3px;
		width: 140px;
		font-size: 0.9em;
	}
	
	.navcontainer2 a:link, #navlist2 a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.navcontainer2 a:hover {
		background: #000000 url('images/arrow.gif') no-repeat 96% 50%;
		color: #FFFFFF
	}
			
		
#core {
	width: 750px;
	min-height: 470px;
	background: #000000 url('images/core_back.jpg') no-repeat top left;
	float: right;
}

.core_text1 {
	width: 490px;
	float: right;
	padding: 5px;
	margin-right: 210px;
	_margin-right: 100px; /* IE HACK */
	margin-top: 29px;
}
	.core_text1 h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: lighter;
		letter-spacing: -2px;
		color: #FFFFFF;
		padding: 5px 10px 0px 5px;
	}
	.core_text1 p {
		padding: 5px;
		font-size: 0.8em;
		color: #FFFFFF;
	}
	.core_text1 a {
		color: #6ECA4F;
	}
	
#core2 {
	width: 750px;
	min-height: 470px;
	background: #000000 url('images/core_back.jpg') no-repeat top left;
	float: right;
}

.core_text2 {
	width: 490px;
	float: right;
	padding: 5px;
	margin-right: 210px;
	_margin-right: 100px; /* IE HACK */
	margin-top: 28px;
}
	.core_text2 h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: lighter;
		letter-spacing: -2px;
		color: #FFFFFF;
		padding: 5px 10px 0px 5px;
	}
	.core_text2 p {
		padding: 5px;
		font-size: 0.8em;
		color: #FFFFFF;
	}
	.core_text2 a {
		color: #6ECA4F;
	}
	
#core3 {
	width: 750px;
	min-height: 470px;
	background: #000000 url('images/core_back.jpg') no-repeat top left;
	float: right;
}

.core_text3 {
	width: 490px;
	float: right;
	padding: 5px;
	margin-right: 210px;
	_margin-right: 70px; /* IE HACK */
	margin-top: 29px;
}
	.core_text3 h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: lighter;
		letter-spacing: -2px;
		color: #FFFFFF;
		padding: 5px 10px 0px 5px;
	}
	.core_text3 p {
		padding: 5px;
		font-size: 0.8em;
		color: #FFFFFF;
	}
	.core_text3 a {
		color: #6ECA4F;
	}
	
	
.core_text {
	width: 170px;
	float: right;
	padding: 5px;
	margin-right: 10px;
	_margin-right: 8px; /* IE HACK */
	margin-top: -645px;
	background: #FFFFFF url('images/green_core_back.jpg') no-repeat top left;
}
	.core_text h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: lighter;
		letter-spacing: -2px;
		color: #6ECA4F;
		padding: 5px 10px 0px 5px;
	}
	.core_text p {
		padding: 5px;
		font-size: 0.6em;
		color: #666666;
	}
	.core_text a {
		color: #6ECA4F;
	}
		
#footer_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		color: #000000;
	}
	
#footer_copyright a {
	color:#FFFFFF;
	text-decoration: none;
	}
	
#footer {
	width: 900px;
	height: 320px;
	background: #227E03 url('images/footer.jpg') no-repeat top left;
	clear: both;
	text-align: center
}
	#footer p {
		padding: 3px;
		padding-top: 172px;
		margin: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		color: #000000;
	}
	#footer a {
		color: #FFFFFF;
		text-decoration: none;
	}