@CHARSET "UTF-8";
/* Main CSS Below */
* { margin: 0px; padding: 0px; }
body { font-size: 10pt; background-color: #e1e0d9; }
.bold { font-weight: bold; }
input {
background-color:#9EA08F;
	border:1px solid #FFD531;
	color:#000000;
	font-family:Verdana;
	font-size:14pt;
}
textarea {
	background-color:#9EA08F;
	border:1px solid #FFD531;
	font-family:Verdana;
}
.small { font-size: 8pt; }
.italic { font-style: italic; }
a {
	color: #FFD531;
	font-weight: bold;
}
a:hover { color: #ece8de; }
.right { text-align: right; }
img { background-color: transparent; }
.clear { clear: both; }

#contentWrapper {
	width: 1000px;
	margin: auto;
	/* border: 1px solid #000000; */
}
#contentWrapper .mainContent {
	marign: auto;
	background-color: #e5e5e5;
	float: left;
	width: 844px;
	min-height: 400px;
	border: 1px solid #929799;
	margin-left: 4px;
}
#contentWrapper .module1 {
	width: 425px;
	float: left;
}
#contentWrapper .menu {
	width: 150px;
	float: left;
	background-color: #949a9b;
	border: 1px solid #575b5c;
	margin-right: 2px;
}
#contentWrapper .underMenu {
	width: 150px;
	float: left;
	background-color: #949a9b;
	border: 1px solid #575b5c;
	margin-right: 2px;
	margin-top: 5px;
}
#contentWrapper .sidebar{
	width: 150px;
	float: left;
}
#contentWrapper .infoTop {
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
}

#header {
	font-size: 24pt;
	margin-top: 10px;
	background-image: url(../images/headerbg.png);
	margin-bottom: 5px;
	border: 1px solid #929799;
}
#footer {
	font-size: 8pt;
	text-decoration: italic;
	text-align: center;
	background: #cdccc5;
	margin-top: 10px;
}

#betaWarning {
	width: 100%;
	min-height: 30px;
	position: fixed;
	top: 0;
	background-color: #f9f3b6;
	text-align: center;
	font-weight: bold;
	color: red;
	border-bottom: 1px dashed #000000;
}