/* CSS Document */
#centertab{
width:275px;
margin-top:-2.4em;
margin-left:auto;
margin-right:auto;
text-align: left;

}

.halfmoon{
margin-bottom: 4px;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/

}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{

text-decoration: none;
padding-left: 3px;
padding-right:3px;
padding-top: 3px;
padding-bottom:3px;
margin-left: -5px;
font: bold 12px Verdana;
background-image:url(img/bluetab.png);
background-repeat: no-repeat;
text-align: center;

}


.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-image:url(img/orangetabover.png);
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
border-bottom: 1px solid #929492;
text-align: center;
}

.tabcontent{
display:none;
font: bold 12px Arial;
}

