/* CSS Document */

body{font-family:Verdana, Arial, Helvetica, sans-serif;}

#content{width:800px; border:1px solid black; margin:auto;}

.navigation{

width: 100%;

overflow: hidden;

border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/

}

h1{font-size:24px;}

.navigation ul{

margin: 0;

padding: 0;

padding-left: 10px; /*offset of tabs relative to browser left edge*/

font: bold 12px Verdana;

list-style-type: none;

}



.navigation li{

display: inline;

margin: 0;

}



.navigation li a{

float: left;

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: #414141; /*background of tabs (default state)*/

}



.navigation li a:visited{

color: white;

}



.navigation li a:hover, .mattblacktabs li.selected a{

background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */

}



#text{ font-size:12px; margin:40px; text-align:justify; }

#footer{border-top:1px solid black; height:20px; background-image:url(../images/bg.jpg); text-indent:1.2em; font-variant:small-caps; font-size:10px; font-weight:bold;}

#address{border-bottom:1px solid black; margin-top:10px; height:35px; font-size:11px; text-align:center;}



a{ text-decoration:underline; color: #999966; font-weight:bold;}

a.toplink{ text-decoration:underline; color: #666666;}
