@charset "UTF-8";
#MainContent {
	background-color: #FFF;
	padding: 5px;
	color: #000;
	margin: 5px;
}
.mainbody_left {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 55%;
	padding: 5px;
	margin: 0px;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #333;
}
.mainbody_right {
	background-color: #FFF;
	height: auto;
	width: 35%;
	float: right;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.mainbody_base {
	background-color: #FFF;
	clear: both;
	height: auto;
	padding: 5px;
	margin: 5px;
}
#titlebar {
	padding: 0px;
	height: auto;
	clear: none;
	position: center;
	bottom: 0px;
	font-size: 0.9em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #124400;
}
.holder {
	float: left;
	height: 15px;
	width: 118px;
	background-color: #999;
	padding: 5px;
	color: #124400;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
	position: relative;
	bottom: 0px;
	border-left-style: inset;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: inset;
	border-top-color: #124400;
	border-right-color: #124400;
	border-bottom-color: #124400;
	border-left-color: #124400;
}
.current {
	float: left;
	height: 15px;
	width: 118px;
	background-color: #CCC;
	padding: 5px;
	color: #124400;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
	position: relative;
	bottom: 0px;
	border-left-style: inset;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: inset;
	border-top-color: #124400;
	border-right-color: #124400;
	border-bottom-color: #124400;
	border-left-color: #124400;
	text-decoration: none;
}

