body {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background-color: #c0c0c0;
	background: url(files/bg.gif);
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

h1, h2, h3 {
	color: #333333;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.css {
	background-image: url(banhead.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

.ok {
	font-family: verdana;
	font-size: 10;
	text-decoration: none;
	padding-bottom: 5px;
}

#main {
	margin: 0px auto;
	text-align: left;
	width: 656px;
	background: #00509c;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: black;
	padding: 10px 10px 0px 10px;
}

#header {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
}

#banner {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
	height: 92px;
}

#menu {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #666666;
	padding: 0px 0px;
	text-align: left;
	background-color: #00509c;
	height: 23px;
	margin-left: 0px;
	margin-top: 2px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px 6px;
	padding: 0px 0px;
	display: inline;
	background-color: #5698fc;
	line-height: 18px;
}

#menu .menu_item {
	float: left;
	width: 170px;
	background-color: #5698fc;
	height: 23px;
	line-height: 23px;
	padding-left: 0px;
	background: url(files/menubg.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

#menu .marked {
	background: url(files/menubg_marked.gif);
	background-repeat: no-repeat;
}

#menu .last {
	width: 146px;
}

#menu .menu_text {
	margin-left: 35px;
}

#menu a {
	font-family:arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
}

#container {
	padding: 0px 0px;
}

#content {
	padding: 1px 7px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #666666;
	background-color: #ffffff;
}

#footer {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #666666;
	text-align: center;
	padding: 4px 0px;
	background-color: #00509c;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #9f9d7e;
}

.rounded_up {
	height: 6px;
	font-size: 1px;
	background-color: #00509c;
	background: url(files/round-up.gif);
}

.rounded_down {
	height: 6px;
	font-size: 1px;
	background-color: #00509c;
	background: url(files/round-down.gif);
}

.navContainer {
	position: relative;
	width: 800px;
	height: 552px;
}

.navBackground {
	position: absolute;
	left: 0px;
	top: 0px;
}

.polyContainer {
	position: absolute;
	left: 0px;
	top: 0px;
}

.navNum {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* MOUSEOVER */

.absolute {
	position: absolute;
	left: 0px;
	top: 0px;
}

.hidden {
	display: none;
}

.infoLeft {
	float: left;
	width: 70px;
	font-weight: bold;
	border-style: solid;
	border-color: #DCDCDC;
	border-width: 0px 0px 1px 0px;
	line-height: 16px;
}

.infoRight {
	float: left;
	width: 100px;
	border-style: solid;
	border-color: #DCDCDC;
	border-width: 0px 0px 1px 0px;
	line-height: 16px;
}

/*************/

.headerContainer {
	width: 776px;
	height: 151px;
	position: relative;
	background-image: url(banhead.jpg);
	margin: 0px auto;
}

.menuContainer {
	top: 101px;
	left: 6px;
	height: 24px;
	width: 774px;
}

.menuItem {
	height: 24px;
	line-height: 24px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #666666;
	margin-right: 5px;
	cursor: pointer;
}

.menuItem a {
	color: #666666;
}

.activeItem {
	background-color: #ffffff;
	color: #037CC1;
}

.activeItem a {
	color: #037CC1;
}

.backbutton  {
	top: 125px;
	left: 6px;
	height: 25px;
	line-height: 25px;
}

/****/

table.hyror {
	width: 500px;
	border-spacing: 0px;
}

table.hyror th, table.hyror td {
	text-align: left;
}

table.hyror tr.even {
	background-color: #dddbdc;
}

table.hyror tr.odd {
	background-color: #ffffff;
}