body {
font-size: 80%; 
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}
ul#tabs { 
list-style-type: none; 
margin: 30px 0 0 0; 
padding: 0 0 0.3em;
text-align:right;
}
ul#tabs li { 
display: inline;
 

  

}
ul#tabs li a { 
/*text-transform:uppercase;*/
color: #42454a; 
background-color: #dedbde; 
border: 1px solid #c9c3ba; 
border-bottom: none; 
padding: 0.3em 1em; 
text-decoration: none; 

-khtml-border-radius-topleft: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
-khtml-border-radius-topright: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
}
ul#tabs li a:hover { 
background-color: #f1f0ee; 
}
ul#tabs li a.selected { 
color: #000; 
background-color: #f1f0ee; 
font-weight: bold; 
padding: 0.3em 1em; 
}
div.tabContent { 
border: 1px solid #c9c3ba; 
padding: 1.5em; 
background-color: #f1f0ee; 
}
div.tabContent.hide { 
display: none; 
}
hr{
display:none;
padding:0;
margin:0;
}

#sf{
text-align:right;
}

#left-col{
width:200px;
float:left;
display:block;
text-align:center;
}
#main{
min-width:850px;
width:80%;
float:left;
display:block;
}