/* CSS Document */

.topbanner {
	background-color: #000000;
	position: absolute;
	width: 760px;
	left: 0px;
	top: 0px;
	height: 84px;
	border: thin none #FFFFFF;
}
.mainbox {
	background-color: #330099;
	width: 760px;
	position: absolute;
	top: 84px;
	left: 0px;
	border: thin none #FFFFFF;
}
.maintextblock {
	position: relative;
	padding-bottom: 50px;
	background-color: #99CCFF;
	border: none;
	margin-right: 185px;
	margin-left: 127px;
}
.rtcoltext {
	position: absolute;
	width: 179px;
	z-index: 2;
	float: right;
	background-color: #330099;
	left: 575px;
	border: none;
}

.ltcoltext {
	background-color: #330099;
	z-index: 5;
	padding: 15px;
}

.text {
	position: relative;
	background-color: #99CCFF;
	padding: 20px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}
.ltmenu {
	position: absolute;
	width: 127px;
	left: 0px;
	top: 0px;
	background-color: #330099;
	z-index: 6;
}
.bottom {
	background-color: #330099;
	height: 100px;
	width: 448px;
	margin-left: 127px;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin #FFFFFF;
	border-left: thin solid #FFFFFF;
}
.rtcol {
	padding: 15px;
}
a:link {
	color: #330099;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
}
