@charset "utf-8";
/* CSS Document */

 body {
  background: url(../images/fondo.gif);
  font-family: Tahoma, Verdana;
  font-size: 10pt;
 }
 
 #photo {
   width: 900px;
   height: 94px;
   background: url(../images/header_image2.jpg);  
   
 }
 
 #top_nav {
   width: 900px; 
   background: #CCCCCC;  
 } 
 
 #body_wrapper {
   width: 900px; 
 }
 
 #left_nav {
    padding-top: 8px;
    width: 200px;
    float: left;
    margin: 0 auto;
 }

 
 #content {
    padding-top: 8px;
    width: 700px;
    float: left;
    margin: 0 auto;
 } 
 
 #footer {
   width: 900px;
   background: #99CC66;  
 }    
 
 
 
.box { 
 width: 98%;
  background: url(../images/fondodiv.gif);  
}
.box_middle { 
 width: 98%;
  background: #FFFFFF;
}

.box_footer { 
 width: 100%;
  background: url(../images/fondodiv.gif); 
}

.box_nav { 
 width: 100%;
  background: url(../images/fondodiv.gif); 
}


/* box stuff for the main */

.boxtop { 
  height: 20px; 
  background: url(../images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 20px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  height: 20px; 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 20px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 15px 0px 15px;
}

/* END box stuff for the main */ 
 

.boxtop_small { 
  height: 10px; 
  background: url(../images/nes.gif) no-repeat top right; 
}
.boxtop_small div { 
  height: 10px; 
  background: url(../images/nws.gif) no-repeat top left; 
}
.boxbottom_small { 
  height: 10px; 
  background: url(../images/ses.gif) no-repeat bottom right; 
}
.boxbottom_small div { 
  height: 10px; 
  background: url(../images/sws.gif) no-repeat bottom left; 
}
.boxcontent_small {
  padding: 0px 15px 0px 15px;
} 
 
h1 {
 font-size: 12pt;
 color: darkblue; 
 margin-top: 0px;
}
 
a:link, a:visited, a:active {
 color: #000000; 
 text-decoration: none;
} 

a:hover {
 color: #333399; 
}  

img { border: 0px; }
 
/* THE TOP NAV BAR */
 
.mattblacktabs{
/* width: 100%; */
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*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;
padding: 7px 8px; /*padding inside each tab*/
border-right: 5px solid #FFFFFF; /*right divider between tabs*/
color: white;
background: #333399; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: darkblue; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* THE TOP NAV BAR */
