html, 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 0 auto;
	margin: 0 auto;
	line-height: 150%;
	padding: 10px;
	color: #333333;
	background-color: #eeeeee;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #582716;
	background-color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #455372;
	text-decoration: none;
	border: 1px solid black;
}



#container {
	position: static;
	top: 17px;
	left: 22px;
	float: left;
	text-align: left;  
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 950px;
	background-color: #455372;
	border: solid 1px #ffffff;
}


#title { 
	float: right;
	top: 5px;
	width: 200px;
	left: 140px;
	padding: 5px;
	color: #eeeeee;
	background-color: #455372;
}

#title a,
#title a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #eeeeee;
	background-color: #455372;
	text-decoration: none;
	border: 0px;
}

#leftbar {
	position: absolute;
	display: table;
	left: 33px;
	top: 2px;
	float: left;
	width: 140px;
	height: auto;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	border: solid 1px #000000;
}


#maincontainer {
	position: static;
	margin-top: 65px;
	margin-left: 170px;
	width: 770px;
	height: 800px auto;
	padding: 1px 1px 1px 1px;
	min-width: 100px;
	min-height: 400px;
}

#maincontent {
	min-width: 100px;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
	border: solid 1px #000000;
}


#indicator {
	position: absolute;
	top: 44px;
	left: 420px;
	text-align: center;
	font-weight: bold;
	width: 220px;
	padding: 5px;
	color: #eeeeee;
	background-color: #455372;
	border: solid 1px #455372;
}
#indicator.overlay .overlay {
	text-align: center;
}

#panel.module .hd {
	color: #eeeeee;
	font-weight: bold;
	background-color: #303b54;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#panel.module .bd {
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#panel.module .bd .image {
	text-align: center;
}

#panel.module .ft {
	color: #eeeeee;
	background-color: #303b54;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#banners {
	position: relative;
	float: bottom;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #455372;
}

#banners img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#banners a,
#banners a:hover {
	text-decoration: none;
	text-align: center;
	background-color: #455372;
	border: 0px;
}

.noscript {
	position:absolute;
	top: 0px;
	left: 0px;
	background-color: #455372;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.noscript .msg {
	position:absolute;
	top: 10%;
	left: 10%;
	width: 75%;
	height: auto;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: center;
	padding: 30px;
}


