/* CSS Document */

@import url("menu.css");

.topbanner {
	background: #000000;
	position: absolute;
	width: 760px;
	left: 0px;
	top: 0px;
	height: 120px;
	border: thin none #FFFFFF;
}
.mainbox {
	background: #99CC00;
	width: 760px;
	position: absolute;
	top: 120px;
	left: 0px;
	border: thin none #FFFFFF;
}
.maintextblock {
	position: relative;
	padding-bottom: 50px;
	background: #FFFFFF;
 	border: none;
	margin-right: 185px;
	margin-left: 127px;
	width: 448;
}
.rtcoltext {
	position: absolute;
	top: 0px;
	width: 179px;
	z-index: 2;
	float: right;
	background: #99CC00;
	left: 575px;
	border: none;
}

.ltcoltext {
	background: #99CC00;
	z-index: 5;
	padding: 15px;
}

.text {
	position: relative;
	background: #FFFFFF;
	padding: 20px;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #000000;
}
.title_box {
	height: 35px;
	width:448px;
	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;
}
.iframe { background: #FFFFFF;}
.ltmenu {
	position: absolute;
	width: 127px;
	left: 0px;
	top: 0px;
	background: #99CC00;
	z-index: 6;
}
.bottom {
	background: #99CC00;
	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;
}
#copyright {margin-top:15px; text-align:center; color:#fff}
#copyright a {color:#fff}
#copyright a:hover {text-decoration:underline}
.rtcol {
	padding: 15px;
}
a:link {
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
}

.frame_block {
	position: relative;
	padding-bottom: 50px;
	background: #FFFFFF;
	border: none;
	margin-left: 0px;
    width: 448px;
}
.buttons {cursor:pointer; cursor:hand}

