body {
	font-family:arial, sans-serif;
	font-size:12pt;
	color:#404040;
	margin:0px;
	background:#96918d;
	}

a {
	color:#01a4a6;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#96918d;
	text-decoration:underline;
	font-weight:bold;
	}
	
h1 {
	font-family:arial, sans-serif;
	font-size:17pt;
	color:#01a4a6;
	/*font-weight:bold;*/
	line-height:150%;
	padding:0px 20px 0px 20px;
	}
h2 {
	font-family:arial, sans-serif;
	font-size:15pt;
	color:#96918d;
	/*font-weight:bold;*/
	line-height:100%;
	padding:0px 20px 0px 20px;
	}
	
	
li {
	color:#01a4a6;
	line-height:130%;
	
	}
#outerwrapper	{
	display:block; /*Block across the page*/
	position:relative; /*Goes where it goes! It will go in next place it is supposed to go*/
	width:960px;/*width:1160px;*/
	height:854px;
	margin:0px auto;
	padding-top:20px;
	}

#header {
	display:block; 
	position:relative; 
	width:960px;
	height:197px;
	margin:0px auto;
	/*background:orange;*/
	background:url(../assets/jackHuntheader.gif) no-repeat;
	}	
	
#nav {
	display:block; 
	position:relative; 
	width:960px;
	height:23px;
	margin:0px auto;
	font-size:0.57em; /**/
	text-align:center;
	background:#96907c;/*#01a4a6; dark turq*/
	}	
#nav_holder{
	display:block;
	position:relative;
	width:710px;
	height:23px;
	margin:0px auto;	
	text-align:center;
	background:#96907c;   /* white  Coment out later */
	}
#nav a {
	display:block;
	position:releative;
	height:18px;
	text-decoration:none;
	background:#96907c;
	float:left;
	margin-right:1px;
	margin-left:1px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	color:white;
	}	
	
#nav a:hover {
	/*background:#ffa56a;*/
	color:black;
	background:#c4e4df;
	}
#nav a:active {
	background:#01a4a6;
	}
	
#innerwrapper {
	display:block; /*Block across the page*/
	position:relative; /*Goes where it goes! It will go in next place it is supposed to go*/
	width:960px;
	height:811px;
	margin:0px auto;
	}	
	
#main {
	display:block; /*Block across the page*/
	position:relative; /*Goes where it goes! It will go in next place it is supposed to go*/
	width:678px;
	height:811px;
	font-size:0.75em;
	line-height:120%;
/*	padding-left:22px;
	padding-right:22px;*/
	float:left;
	background: #ffffff url(../assets/swirl.gif);
	background-position: 75% 25%;
	background-repeat: no-repeat;
}



#right {
	display:block; /*Block across the page*/
	position:relative; /*Goes where it goes! It will go in next place it is supposed to go*/
	width:282px;
	height:811px;
	font-size:0.77em;
	line-height:140%;
	float:left;
	background:#01a4a6;
}
#rightlogo {
	display:block; /*Block across the page*/
	position:relative; /*Goes where it goes! It will go in next place it is supposed to go*/
	width:282px;
	height:110px;
	float:left;
	background:url(../assets/logo.gif) no-repeat;
	
}
.textgreen {
     color:#01a4a6;
	 
	}
 
#footer {
	display:block; 
	position:relative; 
	width:960px;
	height:23px;
	margin:0px auto;
	background:#01a4a6;
	}
	
.padded {
	color:black;
	padding:0px 20px 0px 20px;
	}
.paddedbiggertext {
	color:black;
	font-size:10pt;
	line-height:120%;
	padding:0px 20px 0px 20px;
	}
.paddedbiggergreen {
	color:#01a4a6;
	font-size:10pt;
	font-weight:bold;
	line-height:120%;
	padding:0px 20px 0px 20px;
	}
