@charset "utf-8";
#page {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5E5E5E;
	border-bottom-color: #5E5E5E;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#page2 {
	padding: 0px;
	height: 890px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5E5E5E;
	border-bottom-color: #5E5E5E;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
}
#menu {
	background-color: #333333;
	position: static;
	clear: both;
	padding-left: 12px;
	height: 27px;
}
#page #top {
	height: 88px;
	background-color: #5e5e5e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#page #main {
	width: 702px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5e5e5e;
}
#page #main_full {
	width: 1000px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg2.gif);

}
#page #sidebar {
	width: 297px;
	float: right;
}
#page #footer {
	clear: both;
	background-color: #5E5E5E;
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 11px;
	height: 125px;
}
#page #main #maincontent {
	clear: both;
	float: left;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 45px;
	padding-left: 35px;
}
#page #main_full #maincontent_full {
	clear: both;
	float: left;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 45px;
	padding-left: 35px;
	width: 930px;
}
#page #sidebar #sidecontent {
	padding: 35px;
}
#page #sidebar #sidecontentin {
	background-image: url(../images/right.jpg);
	padding-top: 190px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	background-repeat: no-repeat;
}
.rightcol {
	float: right;
	width: 289px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5e5e5e;
	padding-left: 35px;
	font-size: 11px;
}
.leftcol {
	width: 299px;
	padding-left: 0px;
	float: left;
	font-size: 11px;
}
h1 {
	font-size: 15px;
	color: #ff8c19;
}
h2 {
	font-size: 15px;
	color: #aedc3a;
}
a {
	color: #3f67a5;
	text-decoration: none;
}
.rightcol img {
	float: right;
	margin-top: 15px;
}
#page #homebg {
	background-image: url(../images/homebg.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	overflow:auto;
}
h3 {
	font-size: 15px;
	color: #3f67a5;
}
#page #footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
}
#page #top #logo {
	width: 272px;
	margin-left: 24px;
	top: 11px;
	position: relative;
}
#page #top #topnav {
	width: 125px;
	float: right;
	margin-top: 11px;
	text-align: right;
	margin-right: 24px;
}
#page #footer #copyw {
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	color: #9c9c9c;
	vertical-align: bottom;
}
#copyw img {
	float: right;
}
#page #footer #copyw p {
	padding-top: 20px;
}
#page #wrapfix {
	clear: both;
	overflow:auto;
}
#sidecontentin a {
	color: #FF8C19;
	padding-left: 5px;
}
#sidecontentin ul {
	list-style-image: url(../images/arrow_g.gif);
}
#sidecontentin ul ul {
	list-style-image: url(../images/arrow_b.gif);
	color: #AEDC3A;
}
#maincontent ul {
	list-style-position: outside;
	list-style-type: square;
}
#maincontent li {
}
.hilight {
	font-weight: bold;
	color: #3F67A5;
}
.tablehead {
	color: #FFFFFF;
	background-color: #3F67A5;
}
.tabledata {
	font-size: 11px;
}
.tablenames {
	font-size: 12px;
	font-weight: bold;
}
