body {background-color: #83a3aa;
}

#sm {
   font-family: "tahoma";
   font-size: 8pt;
   color: #747474;
}

a:link {text-decoration: none; color: #0860c3;}
a:visited {text-decoration: none; color: #0860c3;}
a:active {text-decoration: none; color: #0860c3;}
a:hover {text-decoration: underline; color: #0860c3;
}

html, body, #nav, {
   margin: 0 auto;
   padding: 0;
   border: 0;
   text-align: left;
   font-family: "tahoma";
   font-size: 11pt;
}

#main {
   margin: 0;
   width:900px;
   background-color:#ffffff;
   font-family: "tahoma";
   font-size: 10pt;
   color: #000000;
}

#all {
   margin: 0;
   width:100%;
   font-family: "tahoma";
   font-size: 8pt;
   color: #ffffff
}
#nav {
   margin: 0;
   width:900px;
   height:138px;
   background-color: #ffffff;
}
html, body, #main {
   margin: 0;
   padding: 0;
   border: 0;
   text-align: left;
}
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: 10pt arial;
width: 100%;
overflow: hidden;
background: black url(blockdefault.png) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 14px 22px;
text-decoration: none;
border-right: 0px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(blockactive.png) center center repeat-x;
}