/* CSS Document */

.topbanner {
	background-color: #000000;
	position: absolute;
	width: 760px;
	left: 0px;
	top: 0px;
	height: 84px;
	border: thin none #FFFFFF;
}
.mainbox {
	background-color: #CC0000;
	width: 760px;
	position: absolute;
	top: 84px;
	left: 0px;
	border: thin none #FFFFFF;
}
.maintextblock {
	position: relative;
	padding-bottom: 50px;
	background-color: #FFFFFF;
	border: none;
	margin-left: 127px;

}

.ltcoltext {
	background-color: #CC0000;
	z-index: 5;
	padding: 15px;
	color: #FFFFFF;

}

.text {
	position: relative;
	background-color: #FFFFFF;
	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: #CC0000;
	z-index: 6;
}
.bottom {
	background-color: #CC0000;
	height: 100px;
	width: 633px;
	margin-left: 127px;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin #FFFFFF;
	border-left: thin solid #FFFFFF;
}
a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
}

