 body {
  background: #3399FF;
  font-family: Tahoma, Verdana;
  font-size: 10pt;
 }
 
 #photo {
   width: 900px;
   height: 175px;
   background: url(header_image.jpg);  

 }
 #photo h1, #photo p {
  float: left;
  margin: 0;
  padding: 100px 0 0 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
 }

 #photo h1 {
   color: #FFB71C;
   font-size: 44px;
 }

 #photo p {
  padding: 115px 0 0 10px;
  font-size: 16px;
  color: #FFFFFF;
 }
   
 
 #top_nav {
   width: 900px; 
   background: yellow;  
 } 
 
 #body_wrapper {
   width: 900px; 
 }
 
 #left_nav {
    padding-top: 7px;
    width: 200px;
    float: left;
    margin: 0 auto;
 }
  
 #right_nav {
    padding-top: 7px;
    width: 200px;
    float: left;
    margin: 0 auto;
 } 
 
 #content {
    padding-top: 20px;
    width: 500px;
    float: left;
    margin: 0 auto;
 } 
 
 #footer {
   width: 900px;
   background: green;  
 }    
 
 
 
.box { 
 width: 98%;
  background: #BFCFFF; 
}
.box_middle { 
 width: 90%;
 background: white;
 border-style: solid;
 border-width: 5px;
 border-color: #FFCC00;
}

.box_footer { 
 width: 100%;
  background: #BFCFFF; 
}

.box_nav { 
 width: 100%;
  background: #BFCFFF; 
}

/* 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 15px 0px 15px;
  text-align: justify;
  background: white;
}

/* 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: 20px 15px 0px 15px;
  color: white;
} 
 
h1 {
 font-size: 12pt;
 margin-top: 0px;
 color: #6078BF;
}
 
a:link, a:visited, a:active {
 color: #6078BF; 
 text-decoration: none;
} 

a:hover {
 color: #FFF6E6; 
} 

img { border: 0px; }
 
/* THE TOP NAV BAR */
 
.mattblacktabs{
	float: center;
	width: 900px;
	height: 50px;
	background: #99CC00 url(img05.gif);
}

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

.mattblacktabs li{
display: inline;
}

.mattblacktabs li a{
letter-spacing: 2px;
float: left;
display: block;
text-decoration: none;
text-transform: none;
margin: 0;
padding: 0px 8px; /*padding inside each tab*/
color: #FFFFFF;
}

.mattblacktabs li a:visited{
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #FF9900; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* THE TOP NAV BAR */
#left_nav .boxed {
        width: 200px;
	padding-top: 0;
	padding-bottom: 2em;
	padding-left: 0;
	padding-right: 0;
        background: #FFCC00 url(img04.gif) no-repeat left bottom;
}

#left_nav .boxed h2 {
        height: 40px;
	padding: 10px 0 0 10px; 
        background: url(img03.gif) no-repeat;
        font-size: 1.2em;
        color: #FFFFFF;
}

#left_nav .boxed .content {
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 1em;
        color: #FFFFFF;
}

#left_nav .boxed ul {
}

#left_nav .boxed li {
}

#left_nav .boxed a {
     text-decoration: none;
     color: #3399FF;
}

#left_nav .boxed a:hover {
     color: #FF9900;
}

#left_nav .boxed a:visited {
}

#right_nav .boxed {
     width: 200px;
     padding: 0 0 3em 0;
     background: #FFCC00 url(img04.gif) no-repeat left bottom;
}

#right_nav .boxed h2 {
     height: 40px;
     padding: 10px 0 0 10px;
     background: url(img03.gif) no-repeat;
     font-size: 1.2em;
     color: #FFFFFF;
}

#right_nav .boxed .content {
     padding-left: 30px;
     padding-right: 10px;
     padding-bottom: 15px;
     text-align: left;
     font-size: 1em;
     color: #FFFFFF;
}

#right_nav .boxed ul {
}

#right_nav .boxed li {
}

#right_nav .boxed a {
     text-decoration: none;
     color: #3399FF;
}

#right_nav .boxed a:hover {
     color: #FF9900;
}
