body {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	background-color:#00171a;
	padding:0;
	margin:0;
	color:#e3e1d8;
}


a {
	text-decoration:none;

	color:#e3e1d8;
}


a.web-dev {
	border:none;
	text-decoration:none;
	color:#003239;
}

a:hover.web-dev {
	color:#acb282;
}


div.header-all {  /* surrounds all header divs */
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
/*	width:797px; */
	width:1000px;
	position:relative;
}


div.header-flash  {  /* New Design 12/6/2007 - contains embedded Flash */
	width:800px;
	height:510px;
	margin:25px auto 0px auto;
}


div.header-left {    /* old design - STILL USED IN NON_FLASH PAGE - Left "overhang" image on header */
	float:left;
	width:43px;
	height:350px;
	
}

div.header-right { /* Old design- Left "overhang" image on header */
	float:left;
	width:43px;
	height:350px;
	
}

div.header-box  {  /* Old-design - All boxes in the header */
	float:left;
	width:177px;
	height:350px;
}


#first-box {		/* old design - first box is slightly wider */
	width:180px;
}


div.header-bar {   /* old-design -  "Real" portion of logo */
	position:relative; 
	width:797px;
/*	height:50px;  54 width is hack for IE6... see below */
	height:54px;
	clear:both;
	color:#acb282;
	margin:0;
}


div.todd {
	position:absolute;
	top:22px;
	left:445px;
	text-align:right;
	width:300px;
	vertical-align:bottom;
	z-index:10;
}

span.registered {
	font-size:12px;
}

div.nav-box  {  /* old design - All boxes in the header */
	float:left;
	width:173px;
	height:350px;
	border:#474e25 3px solid;
	border-left:0px;
	height:64px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:20px;
	padding-top:10px; 
	margin-top:-4px;	/* hack for IE 6 */
	z-index:2;				/* hack for IE 6 */
}


#zeroth-nav-box { /* old design - placekeeper image */
	width:43px;
	background-color:#00171a;
	border:none;
}


#first-nav-box  {
/*	margin-left:43px; */
	width:177px;
	border-left:#474e25 3px solid;
	background-color:#202631;
	cursor:pointer;
}

#second-nav-box  {
	background-color:#302825;
	cursor:pointer;
}

#third-nav-box  {
	background-color:#2b2f22;
	cursor:pointer;
}

#fourth-nav-box  {
	background-color:#2d3034;
	cursor:pointer;
}


#higlight-nav-box  {  /* old design - this mereley stores color choices for a highlighted nave bar */
/*	background-color:#ccd2ce;  */
	background-color:#29464a;
	color:#ffffff;
	visibility:hidden;  
}	



div.footer {
	clear:both;
	margin-top:60px;
	margin-left:80px;
	width:710px;
	text-align:center;
	font-size:14px;
}

span.footer-nav-item {
	float:left;
	margin-left:10px;
	margin-right:10px;
	height:20px;
}

#first-nav-item {
	margin-left:auto;
}

#last-nav-item {
	margin-right:auto;
}


div.spacer {
	clear:both;
}


div.copyright {
	margin-top:15px;
	margin-bottom:3px;
	font-size:10px;
/*	color:#acb282; */
	color:#003239;
	clear:both;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:500px;
}

.copyright span a {
	color:#003239;
	margin:0px 12px;
}

.copyright span a:hover {
	color:#acb282;
}

div.web-dev {
	margin-top:3px;
	font-size:10px;
	color:#003239;
	clear:both;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}


