@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.68em;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 1.68em;
	background-color: #97CBFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}
a:hover {
	color: #00CC66;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 260%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
input {
	padding-left: 1px;
}
table {
}
.pagewidth {
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.container {
	padding: 10px;
}
.spaceleft {
	padding-left: 10px;
}
.spaceleft20 {
	padding-left: 20px;
}
.spaceright {
	padding-right: 15px;
}
.spaceside {
	padding: 15px;
}
.spacer {
	clear: both;
	float: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.text12px {
	font-size: 12px;
	line-height: 1.68em;
}
.text13px {
	font-size: 13px;
	line-height: 1.68em;
}
.text14px {
	font-size: 14px;
	line-height: 1.68em;
}
.center {
	text-align: center;
}
.block {
	display: block;
}
.red {
	color: #FF6600;
}
.green {
	color: #00CC66;
}
.gray {
	color: #999999;
}
.bold {
	font-weight: bold;
}
.ps10 {
	width: 10%;
}
.ps15 {
	width: 15%;
}
.ps20 {
	width: 20%;
}
.ps22 {
	width: 22%;
}
.ps25 {
	width: 25%;
}
.ps26 {
	width: 26%;
}
.ps30 {
	width: 30%;
}
.ps40 {
	width: 40%;
}
.ps50 {
	width: 50%;
}
.ps60 {
	width: 60%;
}
.ps70 {
	width: 70%;
}
.ps75 {
	width: 75%;
}
.ps80 {
	width: 80%;
}
.ps90 {
	width: 90%;
}
.ps100 {
	width: 100%;
}
.ohid {
	overflow: hidden;
}
.formlineh {
	line-height: 30px;
	text-align: right;
	margin-right: 10px;
}
#head {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bg_head {
	background-color: #FFFFFF;
	width: 100%;
}
#content {
	font-size: 100%;
}
#bg_content {
	background-color: #FFFFFF;
	background-image: url(images/bg_content.gif);
	width: 100%;
}
#foot
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; /*#FEA200  ;*/
	text-transform: capitalize;
	line-height: 1.6em;
	color: #97CBFF;
}
#bg_foot {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00CC66;
	width: 100%;
	background-color: #003366;
}
#head .left {
	float: left;
	width: 32%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#head .right {
	float: right;
	width: 68%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#head .headbox {
	height: 50px;
}
#banner {
	height: 120px;
	margin-right: 4px;
	margin-left: 4px;
}
#logo {
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/logo.gif);
}
#logo object {
	float: left;
}
#head .search {
	height: 30px;
	background-color: #003366;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 15px;
	text-align: right;
}
#navigator {
	margin-right: 15px;
	text-align: right;
	margin-top: 15px;
}
#navigator ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#navigator ul li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
#navigator li ul {
	margin: 0px;
	padding: 0px;
}
#navigator li li {
}
#navigator a {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}
#navigator a:hover {
	margin: 0px;
	color: #00CC66;
	text-decoration: underline;
}

.nav {
	BACKGROUND: url(../images/nav_bg.png) no-repeat 0px -36px;
	margin-right: 10px;
	margin-left: 10px;
}
.navinner {
	BACKGROUND: url(../images/nav_bg.png) no-repeat 100% -72px;
}
.navlist {
	BACKGROUND: url(../images/nav_bg.png) repeat-x 0px 0px; MARGIN: 0px 10px; OVERFLOW: hidden; LINE-HEIGHT: 36px; HEIGHT: 36px;
}
.nav LI {
	PADDING-RIGHT: 4px; DISPLAY: inline; PADDING-LEFT: 6px; BACKGROUND: url(../images/nav_bg.png) no-repeat 0px -108px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px -2px; PADDING-TOP: 0px;
}
.nav A {
	DISPLAY: block;
	FONT-SIZE: 110%;
	WIDTH: 76px;
	TEXT-ALIGN: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav A:link {
	COLOR: #FFFFFF;
}
.nav A:visited {
	COLOR: #FFFFFF;
}
.nav A.current {
	FONT-WEIGHT: bold; BACKGROUND: url(../images/nav_bg.png) no-repeat 50% -144px; COLOR: #FFFFFF;
}
.nav A:hover {
	FONT-WEIGHT: bold; BACKGROUND: url(../images/nav_bg.png) no-repeat 50% -144px; COLOR: #FFFF99;
}
.nav A:active {
	FONT-WEIGHT: bold; BACKGROUND: url(../images/nav_bg.png) no-repeat 50% -144px; COLOR: #FFFFFF;
}
UNKNOWN {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px;
}
.disable {
	DISPLAY: none;
}
.hidden {
	DISPLAY: none;
}

/* content style */
#contentleft {
	float: right;
	width: 30%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#contentright {
	margin: 0px;
	padding: 0px;
	width: 70%;
	float: left;
	overflow: hidden;
	font-size: 110%;
}
#themepic {
	height: 100px;
	width: 100%;
	display: none;
}
#themepic object {
	height: 100px;
	width: 100%;
}
#swfobject {
	height: 200px;
	width: 960px;
	background-color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}
#contenttitle {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	display: none;
}
#position {
	line-height: 25px;
	margin-top: 5px;
	background-image: url(../images/dotline_hz.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 5px;
}
#errorinfo {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#timetxt {
	font-size: 18px;
	font-weight: bold;
}
/* foot style */

#copyright {
	font-size: 11px;
	text-transform: capitalize;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	float: right;
	text-align: right;
}
#foot p {
}
#foot a {
	text-decoration: none;
	color: #97CBFF;
}
#foot #link {
	text-align: center;
	font-size: 12px;
	color: #D4E6F7;
	padding-top: 10px;
	float: left;
	padding-left: 15px;
}
#foot #link a {
	text-decoration: none;
}
#foot #link a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#foot #bottom {

}

.main {
}
.main a {
	text-decoration: none;
}
.main a:hover {
}
.main h4 {
	margin-bottom: 5px;
	width: 100%;
}
.main h4 a {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
.main h4 a:hover {
}
.main h4 span {
	font-size: 12px;
	color: #999999;
}

