/* CSS Document */

@import url("menu.css");

.topbanner {
	background-color: #000000;
	position: absolute;
	width: 760px;
	left: 0px;
	top: 0px;
	height: 120px;
	border: thin none #FFFFFF;
}
.mainbox {
	background-color: #990000;
	width: 760px;
	position: absolute;
	top: 120px;
	left: 0px;
	border: thin none #FFFFFF;
}
.maintextblock {
	position: relative;
	padding-bottom: 50px;
	background-color: #FFCC00;
	border: none;
	margin-left: 127px;

}

.ltcoltext {
	background-color: #990000;
	z-index: 5;
	padding: 15px;
	color: #FFFFFF;

}

.text {
	position: relative;
	background-color: #FFCC00;
	padding: 20px;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}
.title_box {
	height: 35px;
	width:100%;
	position: relative;
}
.title_box h1 {
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	float: left;
	display: inline;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}
.title_box h2 {
	margin: 11px 0px 0px 0px;
	padding: 0px 16px 0px 0px;
	float: right;
	display: inline;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
}
.ltmenu {
	position: absolute;
	width: 127px;
	left: 0px;
	top: 0px;
	background-color: #990000;
	z-index: 6;
}
.bottom {
	background-color: #990000;
	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;
}
#copyright {margin-top:15px; text-align:center; color:#fff}
#copyright a {color:#FFCC00}
#copyright a:hover {text-decoration:underline}
a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #333300;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-weight: bold;
	color: #CC0000;

}

