.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*/
border-bottom: 1px solid #929492;
}

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

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 0; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font: bold 14px Verdana;
background: #ECEEEC url(tabright.gif) top right no-repeat;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	padding: 1em;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
}

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

.halfmoon li a:hover, .halfmoon li a.current{
	background-color: #CDDADA;
	color: #003399;
}

#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.*/
	margin-left: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.tabcontent{
	display:none;
	/*font-weight: bold;
	color: #003399;*/
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}


p, li{
	font-size: 12px;
	line-height: 1.5em;
}
.container_body {
	padding-top: 1em;
	height: 500px;
}
.right_box {
	background-color: #FFFFCC;
	padding: 1em;
	float: right;
	width: 210px;
	margin-left: 1em;
}
