@charset "utf-8";
body {
	background-color: #000000;
}
#container {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	width:100%;
}
a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active{
	color:#CCCCCC;
	text-decoration: underline;
}

#container #main {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/midcontbg.jpg);
	background-repeat: no-repeat;
	width: 981px;
	margin-left: 8px;
	margin-right: 8px;
}
#container #header {
	background-image: url(images/iTopBG.jpg);
	height: 95px;
	width: 1000px;
}
#container #header #rcurve {
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	width: 400px;
	font-weight:bold
}
#container #header #rcurve #topright {
	margin-top: 15px;
}
#container #main #leftBox {
	height: 300px;
	width: 280px;
	padding-top: 30px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#container #main #rightBox {
	padding-top: 30px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	height: 300px;
	width: 280px;
}
#container #main  h2 {
	font-size: 18px;
	color: #53A8FD;
	font-weight:normal;
}
.style1 {
	font-size: 20px;
	font-weight: bold;
}
#container #main #rightBox select {
	background-color: #B8DBFE;
	font-size: 12px;
	font-weight: bold;
	width: 280px;
}
.mainContent {
	font-size: 12px;
	font-weight: normal;
}
#container #footer {
	clear: both;
}
