* {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
body {
	color: #FFFFFF;
	text-align: center;
	height: 100%;
	background: #010D55;
}
html, input, select, textarea {
	font-family: "Times New Roman", Times, serif;
	height: 100%;
}
table {
	border: none;
	border-collapse: collapse;
}
#maintable {
	width: 999px;
	text-align: left;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background: transparent;
	position: relative;
}
#mntbl {
	width: 999px;
	height: 227px;
	background: #202F88;
	padding-top: 12px;
	border-top: 1px solid #0D7ACE;
}
a:link, a:visited {
	color: #99CCFF;
	text-decoration: none;
}
a:hover {
	color: #99CCFF;
	text-decoration: underline;
}
a.lmenu:link, a.lmenu:visited {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.lmenu:hover {
	color: #99CCFF;
	text-decoration: none;
	display: block;
}
.mmenu {
	padding: 5px;
	padding-left: 20px;
}
.gbanner {
	padding: 10px 15px 10px 20px; /*background-color: #66b301;*/
	background: #009933;
}
.gbanner h3 {
	color: #FF0000;
	font: bold 16px "Times New Roman", Times, serif;
}
.content {
	margin: 10px 5px 20px 25px;
	float: left;
	width: 460px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	display: inline;
	line-height: 16px;
}
.contenttitle h1 {
	padding: 10px 1px 5px 30px; /*color: #f99408;*/
	color: #0D7ACE;
	font: bold 24px "Times New Roman", Times, serif;
}
.rblock {
	margin: 10px 6px 20px 10px;
	padding: 10px 10px 10px 20px;
	float: right;
	width: 200px;
	height: 90%;
	background: #003366;
}
.rblock h3 {
	color: #FF9900; /*color: #11f84c;*/
	font: bold 14px "Times New Roman", Times, serif;
}
img {
	border: none;
}
#topmenu {
	float: right;
	margin-right: 60px;
	margin-top: 30px;
}
a.topmenulink:link,
a.topmenulink:hover, 
a.topmenulink:visited {
	padding-right: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.bm {
	text-decoration: none;
}

p {
	margin-bottom: 16px;
}

.simg {
border: 1px solid #0D7ACE;
width:230px;
margin:0 auto;
margin-top:20px;
}