body {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
}
#container {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	visibility: inherit;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 185px top;
	clear: both;
}
#left {
	font-family: Arial, Verdana;
	font-size: 11px;
	text-align: left;
	float: left;
	width: 185px;
	border-left-style: none;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-right: 5px;
	height: auto;
	background-image: url(http://www.hyperintel.com/images/leftbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 276px;
}
#right {
	font-family: Arial, Verdana;
	font-size: 11px;
	text-align: left;
	float: right;
	width: 600px;
	border-left-style: none;
	padding-top: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	background-image: url(http://www.hyperintel.com/images/bottomimages.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 27px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: baseline;
	clear: both;
	float: none;
	background-position: 8px top;
	letter-spacing: 0pt;
	font-family: Tahoma;
	padding: 0px;
}
a:link {
	font-weight: bold;
	color: #009999;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #009999;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}
a {
	font-weight: bold;
	color: #009999;
	text-decoration: none;
}
a:active {
	color: #009999;
font-weight: bold;
	text-decoration: none;
}
.halfmoon{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.halfmoon ul{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 570px;
}

.halfmoon li{
	display: inline;
	margin: 0;
	line-height: 20px;
	padding-top: 2px;
}

.halfmoon li a{
	text-decoration: none;
	margin: 0; /*distance between each tab*/
	border-left: 1px solid #DDD;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #99CC00;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 5px;
}

.halfmoon li a:visited{
color: #FFFFFF;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #009999;
color: #FFFFFF;
}

#tabcontentcontainer{
	width:570px; /*width of 2nd level content*/
	height:400px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	border: 1px solid #99CC00;
	padding: 10px;
	overflow: auto;
}

.tabcontent{
	display:none;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
