body {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #2D3333;
	margin: 0px;
	padding: 0px;
}

#header {
	position: absolute;
	background-color: #565b5b;
	width: 760px;
	height: 70px;
	top: 1px;
	left: 1px;
	border: 1px solid #D2D4D4;
}

#header .logo {
	position: relative;
	left: 4px;
	top: 5px;
	width: 150px;
	height: 60px;
}

#navbox {
	position: absolute;
	left: 1px;
	top: 77px;
	width: 140px;
	height: 50px;
	overflow: visible;
}

#navbox .heading {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 13px;
	background-color: #565b5b;
	border: 1px solid #D2D4D4;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#navbox a.item {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 13px;
	border: 1px solid #D2D4D4;
	border-top: none;
	color: #D2D4D4;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #848484;
}

#navbox a.item:hover {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 13px;
	border: 1px solid #D2D4D4;
	border-top: none;
	color: #D2D4D4;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #2D3333;
}

#content {
	position: absolute;
	top: 77px;
	left: 147px;
	width: 615px;
	font-size: 10px;
	color: #333344;
	overflow: visible;
}

#content .title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 609px;
	border: 1px solid #D2D4D4;
	background-color: #565b5b;
	font-size: 10px;
	color: #FFFFFF;
	height: 13px;
	font-weight: bold;
	padding-left: 5px;
}

#content .box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 594px;
	height: auto;
	border: 1px solid #D2D4D4;
	border-top: none;
	color: #D2D4D4;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	display: block;
	background-color: #848484;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: visible;
	padding-right: 10px;
}
