body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 64.8%;
	margin: 0px;
	padding: 0px;
}
/*********************/
/* MAIN CONTAINERS*/
/*********************/
#wrapper{
	width:996px;
	margin-right:auto;
	margin-left:auto;
	background-color:#007130;
	}
#banner{
	width:996px;
	height: 407px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#maincontainer{
	width:996px;
}


#navcontainer{
	width:996px;
	height: 8em;
	background-image: url(images/nav-bar-bg.jpg);
	background-color:#007130;
	background-repeat: no-repeat;
	background-position: top;
}
#footer{ width: 996px;
background-color:#FF7F00;
}

/*********************/
/* SUB CONTAINERS*/
/*********************/
p {color:#FFFFFF;}

.container1{width:996px; margin-bottom:20px;}
.picbox1{float:left; margin: 10px 0px 0px 45px;}
.logobox1{float:right; margin: 0px 0px 0px 35px;}
.logobox2{float:left; margin: 0px 10px 0px 45px;}
.rightcontainer{width: 560px;float:right; margin: 10px 15px 0px 0px;
}

.leftcontainer2{
	width: 45%;
	float:left; 
	margin: 10px 15px 0px 0px;
}

.rightcontainer2{
	width: 45%;
	float:left; 
	margin: 10px 15px 0px 0px;
}
.cl{clear:both;}

#maincontainer ul{
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 45px;
}

#maincontainer li{
		padding: 0px 0px 4px 20px;
		list-style:none;
		margin-left:0px;
		font-size:1.8em;
		line-height:1.4em;
		background: url(images/bullet.jpg) no-repeat 0 6px;
		color: #FFFFFF;
		}

/*********************/
/* NAVIGATION*/
/*********************/
#navcontainer ul {
 	margin-left:0px;
	margin-top: 15px;
	margin-right:0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	border-bottom: none;
	float: left;
	width: 100%;
}
#navcontainer a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #3333CC;
	text-align:center; 
	
	font-size: 1.8em;
	font-style: normal;
	font-weight:bold;
}
#navcontainer a:link, #navlist a:visited {
 	color: #ffffff;
 	text-decoration: none;
}
#navcontainer a:hover {
 	color: #FF7F00;
}
li.nav {
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
.navfiller{
	width: 40px;
	height:30px;
	float:left;
}

.nav{
	color: #FFFFFF;
}

/*********************/
/* FONTS*/
/*********************/

#maincontainer h1 {color:#FF7F00;margin: 0px 0px 0px 45px; font-size:2.4em}
#maincontainer h2 {color:#FF7F00;margin: 30px 0px 0px 45px; font-size:2.0em}
p.style1{margin: 0px 15px 0px 0px; font-size:1.8em; line-height:1.2em;}
p.style2{margin: 5px 15px 10px 45px; font-size:1.8em; line-height:1.2em;}
span.green{color:#007130;}
#footer p{color:#000000; text-align:center; font-size:1.2em; padding-top:20px; padding-bottom: 20px;}

#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}
#footer a:active {
	text-decoration: none;
	color: #000000;
}
	
	