<style type="text/css">
<!--


body {
  margin: 20px 20px 20px 20px;
  padding: 20px;  
  
}


p { 
color : #666666; 
font-family : verdana; 
font-size: 12px;
line-height: 14pt;
margin-left: 10pt; 
}

h1 { 
color : #000099; 
font-family : Trebuchet MS; 
font-size: 18px; 
}

h2 { 
color : #ffffff; 
font-family : Trebuchet MS; 
font-size: 28px; 
}

h3 {
color: #000099;
font-family: arial;
font-size: x-small;
}


ul {
font-family: Verdana;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #666666;
text-decoration: none;
text-indent: 5px;
list-style-position: outside;
list-style-image: url(arrow.gif);
list-style-type: square;
padding: 6px;
margin: 20px;
}


.box { 
  background: #FF6600; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 20px 0px 20px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
 width: 800px ;
  margin-left: auto ;
  margin-right: auto ;
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 1px 0 ; 
  border-color: #999999 ; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-right: 0px; /*offset of tabs relative to browser right edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #666666; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


#header {
  background: #fff;
  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;

}  

#content {
  background: #fff;
  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;
  
} 

#footer {
  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;
  border-style: solid;
  border-width: 1px 0 0 0px ; 
  border-color: #999999 ;
  
} 
-->
</style>