html, body {
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.7;
	background: #e9e9e7;
	color: #000;
}

a {
	text-decoration: none;
	color: #111;
}

a:hover {
	text-decoration: none;
	color: #cc0000;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

form * {
	font: 11px arial;
}

input, textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 3px;
}

.inputtext {
	width: 250px;
}

.inputselect {
	width: 258px;
}

p {
	margin: 5px 0;
	padding: 0;
}

table {
}

table tr td.key {
	text-align: right;
	font-weight: bold;
}

.tablelist thead tr {
	background: #7C839C;
	color: white;
	padding: 3px 3px;
	text-align: center;
}

.tablelist tbody tr.odd {
	background: #F4F4F4;
}

.tablelist tbody tr.even {
	background: #ECEAEC;
}

.tablelist tbody tr td {
	padding: 3px 3px;
	border-bottom: 1px dotted #BCBCBC;
}

.tablelist tbody tr td a {
	color: #003399;
	text-decoration: underline;
}

.tablelist tbody tr td a:hover {
	color: #CC0000;
}

#webpage {
	margin: 0px;
	padding: 10px 0;
	width: 100%;
	min-width: 1000px;
	text-align: left;
}

.main {
	width: 920px;
	margin: 0;
	padding: 15px;
}

.notify {
	color: #CC0000;
}

.info {
	color: #003399;
}

#header {
	background: url(img/bg_top_banner.jpg) no-repeat center bottom;
}

#header .main {
	background: #fbfbfa url(img/bg_top_banner_inner.jpg) no-repeat center bottom;
	margin: 0 auto;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#header h2 {
	color: green;
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
	margin: 5px 0;
}

#banner {
	background: #e9e9e7;
}

#banner .main {
	background: #093c73 url(img/banner.jpg) no-repeat center;
	border: 10px solid #fff;
	height: 280px;
	margin: 0 auto;
	width: 930px;
	padding: 0;
	position: relative;
}

#left_banner {
	float: left;
	height: 280px;
	width: 230px;
}

#left_banner a {
	float: left;
	height: 280px;
	width: 230px;
}

#right_banner {
	float: left;
	height: 280px;
	width: 370px;
}

#right_banner a {
	float: left;
	height: 280px;
	width: 370px;
}

#menu {
	float: left;
	height: 190px;
	width: 280px;
	padding: 50px 25px 45px;
}

ul.main_menu li {
}

ul.main_menu li a {
	color: #000;
	font-size: 17px;
	letter-spacing: 1px;
	border-left: 4px solid #00567d;
	padding:  2px 2px 2px 13px;
	font-family: Tahoma;
}

ul.main_menu li a:hover {
	color: #FFFFFF;
	border-left: 4px solid #80d8ff;
}

ul.main_menu li.active a {
	color: #FFFFFF;
	border-left: 4px solid #fff;
}

#intro_text {
	bottom:10px;
	color: green;
	font-size: 13px;
	position: absolute;
	right: 0;
	width: 715px;
}

#content {
	background: url(img/bg_bottom_banner.jpg) no-repeat center top;
	/*color: #003399;*/
}

#content .main {
	background: #fbfbfa url(img/bg_bottom_banner_inner.jpg) no-repeat center top;
	margin: 0 auto;
	min-height: 200px;
}

#content h2 {
	color: #cc0000;
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 1px;
	border-bottom: 1px solid #999;
	text-align: right;
	margin: 5px 0;
}

#content .paginator {
}

#content .paginator span {
}

#content .paginator span.current {
	padding: 1px 5px;
	border: 1px solid #666666;
	background: #7C839C;
	color: white;
}

#content .paginator a {
	padding: 1px 5px;
	border: 1px solid #666666;
}

#content .paginator a:hover {
	text-decoration: none;
}

#content .paginator span a {
	padding: 1px 5px;
	border: 1px solid #666666;
}

#content .paginator span a:hover {
	text-decoration: none;
}

#content .tabinfo {
	background: #7C839C;
	color: white;
	font-weight: bold;
	padding: 5px 5px;
}

a.readmore_link {
	color: green;
	text-decoration: none;
}

a.readmore_link:hover {
	color: #cc0000;
	text-decoration: none;
}

#footer {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#footer a {
	color: #222;
}

#footer a:hover {
	color: #cc0000;
}

#footer .main {
	background: #e5e9ec url(img/bg_footer.jpg) no-repeat bottom center;
	padding: 5px 15px;
	margin: 0 auto;
}

ul.footer_menu li {
	display: inline;
	padding: 0 5px;
	border-right: 1px dotted #999;
}