/*Colors - #FF8C00 #FF6600 #607F00 #082600 #9DA600 */
 
 
 body {
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	background-color: #082600;
 }
 
 #photo {
	width: 900px;
	height: 230px;
	background-image: url(duckbanner4.jpg);
   
 }
 
 #top_nav {
   width: 900px; 
   background: yellow;  
 } 
 
 #body_wrapper {
   width: 900px; 
 }
 
 #left_nav {
    padding-top: 8px;
    width: 200px;
    float: left;
    margin: 0 auto;
 }
  
 #right_nav {
    padding-top: 8px;
    width: 200px;
    float: left;
    margin: 0 auto;
 } 
 
 #content {
    padding-top: 8px;
    width: 500px;
    float: left;
    margin: 0 auto;
 } 
 
 #footer {
   width: 900px;
   background: green;  
 }    
 
 
 
.box {
	width: 100%;
	background-color: #607F00;
}
.box_middle {
	width: 98%;
	background-color: #607F00;
}

.box_footer {
	width: 100%;
	background-color: #607F00;
}

.box_nav {
	width: 100%;
	background-color: #607F00;
}


/* box stuff for the main */

.boxtop { 
  height: 20px; 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 20px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  height: 20px; 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 20px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
	padding: 0px;
}

/* END box stuff for the main */ 
 

.boxtop_small { 
  height: 10px; 
  background: url(nes.gif) no-repeat top right; 
}
.boxtop_small div { 
  height: 10px; 
  background: url(nws.gif) no-repeat top left; 
}
.boxbottom_small { 
  height: 10px; 
  background: url(ses.gif) no-repeat bottom right; 
}
.boxbottom_small div { 
  height: 10px; 
  background: url(sws.gif) no-repeat bottom left; 
}
.boxcontent_small {
  padding: 0px 15px 0px 15px;
} 
 
h1 {
	font-size: 12pt;
	margin-top: 0px;
	color: #000000;
}
 
a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration: none;
} 

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 

img { border: 0px; }
 
/* THE TOP NAV BAR */
 
.mattblacktabs{
	/* width: 100%; */
overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	text-align: justify;
	border: 1px solid #FF6600;
}

.mattblacktabs ul{
	margin: 0;
	padding: 0; /*offset of tabs relative to browser left edge*/
	font: bold 12px Verdana;
	list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	letter-spacing: 2px;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #9DA600; /*background of tabs (default state)*/
	background-color: #000000;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}

.mattblacktabs li a:visited{
color: #9DA600;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-color: #9DA600;
	color: #000000;
}


/* THE TOP NAV BAR */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style4 {
	font-size: x-small;
	color: #FFFFFF;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.style6 {
	font-size: small;
	color: #FFFFFF;
}
.style8 {
	font-size: 24pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	padding-right: 10px;
	padding-left: 10px;
}
