#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 5px;
border: 2px solid #333333;
border-bottom: none;
background: #F5ECCE;
}

.tablistmargin {
margin-left: 45px;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background: #F5ECCE;
}

#tabcontentcontainer{
width: 667px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 2px solid black;
margin-left:auto;
margin-right:auto
}

.tabcontent{
display:none;
}

/***********************************************
* Tab Content script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
