#banner {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	border: thin dotted #CCCCCC;
	position: relative;
	width: 100%;
}
#leftnavpanel {
	float: left;
	width: 150px;
	border: thin none #CCCCCC;
	position: relative;
	height: auto;
	text-align: left;
}
#rightnavpanel {
	float: right;
	width: 150px;
	border: thin dotted #CCCCCC;
	position: relative;
	height: auto;
	background-color: #006600;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 925px;
	font-size: 14px;
	height: auto;
	top: 5px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	margin-bottom: 10px;
}
#leftnavpanelslot {
	float: none;
	width: 148px;
	border: thin solid #CCCCCC;
	position: relative;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #ACAB51;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	clear: none;
	float: left;
	border: thin none #0000CC;
	position: relative;
	margin: auto;
	height: 100%;
	padding: 2px;
	top: 5px;
}
#contentBox {
	font-family: Arial, Helvetica, sans-serif;
	clear: none;
	float: left;
	border: thin dotted #0000CC;
	position: relative;
	width: auto;
	height: auto;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: auto;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: 5px;
	text-align: left;
	display: block;
}
#rightnavpanelslot {

	float: none;
	width: 148px;
	border: thin none #FF0000;
	position: relative;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #006600;
}
