html, body, form, div, img, table, p, h1, h2, h3, h4, h5, h6, ul, li { 
	padding: 0;
	margin: 0;
	border: 0;
}

ul {
	list-style: none;
}

html {
	height: 100%;
}

body {
	font: normal 12px "Times New Roman", Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	color: #383564;
	background: #FFFFFF;
	line-height: 1.2;
	height: 100%;
}

img {
	border: 0;
	outline: 0;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

.fleft {
	float: left;
}

a {
	text-decoration: none;
	color: #3d3433;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

a.inv {
	text-decoration: underline;
}

a.inv:hover {
	text-decoration: none;
}

span.starrequired {
	color: red;
}

span.bold {
	font-weight: bold;
}

span.normal {
	font-weight: normal;
}

input.field {
	border: 1px solid #989792;
}

input.submit {
	background: none;
	border: none;
	font-size: 12px;
	color: #66665A;
	cursor: pointer;
	padding: 0;
	margin: 0;
	overflow: visible;
}

#container {
	width: 100%;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1065?'1065px':'');
	min-width: 1065px;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url('/img/body-bg.gif') repeat-y 100% 0;
}

#prefooter {
	height: 85px;
	overflow: hidden;
}

#header {
	height: auto !important;
	height: 176px;
	min-height: 176px;
	background: #E6E6DA;
	position: relative;
}

#header .logo {
	width: 224px;
	height: 87px;
	position: absolute;
	top: 33px;
	left: 36px;
	font-size: 12px;
	color: #313268;
}

#header .logo a {
	display: block;
	width: 64px;
	height: 87px;
	position: absolute;
	background: url('/img/logo.jpg') no-repeat 0 0;
}

#header .logo strong {
	display: block;
	padding-left: 79px;
	font-weight: normal;
}

#header .expand {
	padding: 26px 0 0 260px;
}

#header .expand h1 {
	height: auto !important;
	height: 95px;
	min-height: 95px;
	font-size: 28px;
	line-height: 32px;
}

#header .expand .panel {
	position: relative;
	height: 54px;
	color: #66665A;
}

#header .expand .panel .user {
	width: 250px;
	height: 52px;
	position: absolute;
	right: 0;
	background: url('/img/bg-brown.gif') repeat-x 0 0;
	padding-top: 2px;
	margin-right: 20px;
}

#header .expand .panel .user table {
	width: 100%;
}

#header .expand .panel .user table td.legend {
	width: 50px;
}

#header .expand .panel .user table td.field {
	width: 115px;
}

#header .expand .panel .user table td.field input.field {
	width: 100px;
	font-size: 12px;
	padding: 2px;
	line-height: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#header .expand .panel .user table td.register a {
	color: #66665A;
}

#header .expand .panel .user .authorized {
	padding-top: 2px;
	line-height: 1.4;
}

#header .expand .panel .menu {
	padding: 0 315px 0 0;
	height: 54px;
}

#header .expand .panel .menu .search {
	background: url('/img/bg-brown.gif') repeat-x 0 0;
}

#header .expand .panel .menu .search form {
	background: url('/img/bg-brown.gif') repeat-x 0 100%;
	padding: 2px 0;
}

#header .expand .panel .menu .search form input {
	vertical-align: middle;
}

#header .expand .panel .menu .search form input.field {
	width: 200px;
	font-size: 12px;
	padding: 2px;
	line-height: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#header .expand .panel .menu .search form input.submit {
	font-size: 12px;
	line-height: 12px;
	padding-top: 2px;
}

#header .expand .panel .menu .links {
	padding: 6px 0 0 0;
}

#header .expand .panel .menu .links table {
	width: 100%;
	/*text-align: center;*/
}

#header .expand .panel .menu .links table td {
	padding-right: 15px;
}

#header .expand .panel .menu .links table td a {
	color: #66665A;
}

#header .expand .panel .menu .links table td.selected {
	font-weight: bold;
}

#main {
	width: 100%;
}

#main .main-center {
	width: 100%;
	float: left;
	background: url('/img/bg-gray.gif') repeat-x 0 0;
}

#main .main-center .content {
	margin: 0 315px 0 260px;
	height: 1%;
	padding: 40px 0 20px 0;
}

#main .main-center .content .block {
	padding: 10px 0 24px 0;
	background: url('/img/bg-green.gif') repeat-x 0 0;
	height: 1%;
	font-size: 14px;
}

#main .main-center .content .block .video-detail .flash {
	text-align: center;
	padding: 20px 0;
}

#main .main-center .content .block .video-detail .archive {
	padding: 10px 0 0 0;
}

#main .main-center .content .block ul {
	list-style: disc;
	padding-left: 30px;
	margin: 10px 0;
}

#main .main-center .content .block p {
	margin: 10px 0;
}

#main .main-center .content .block h2 {
	font-size: 22px;
	line-height: 22px;
	padding: 0 0 16px 0;
}

#main .main-center .content .block h2 a {
	color: #383564;
}

#main .main-center .content .block .item {
	position: relative;
}

#main .main-center .content .block .item .picture {
	width: 110px;
	position: absolute;
	top: 0;
	padding-bottom: 16px;
}

#main .main-center .content .block .item .text {
	text-align: justify;
	padding: 0 0 16px 0;
}

#main .main-center .content .block .img {
	height: auto !important;
	height: 112px;
	min-height: 112px;
}

#main .main-center .content .block .img .text {
	padding-left: 110px;
}

#main .main-center .content .block .item .text h3 {
	font-size: 17px;ight: 17px;
}

#main .main-center .content .block .item .text a.detail {
	font-size: 13px;
	font-weight: bold;
}

#main .main-center .content .block .news-detail {

}

#main .main-center .content .block .news-detail a.picture {
	width: 190px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}

#main .main-center .content .extralinks {
	color: #979797;
	text-align: justify;
	clear: both;
}

#main .main-center .content .navigation .navpage {
	padding: 10px 0 0 0;
	font-size: 14px;
}

#main .main-center .content .navigation .navpage {
	padding: 0 5px 0 0;
}

#main .main-left {
	width: 190px;
	overflow: hidden;
	float: left;
	margin-left: -100%;
	padding: 40px 35px 40px 35px;
}

#main .main-left .menu {
	padding: 10px 0 40px 0;
	background: url('/img/bg-green.gif') repeat-x 0 0;
}

#main .main-left .menu .heading {
	font-size: 22px;
	font-weight: bold;
	color: #9A9A9A;
	line-height: 22px;
}

#main .main-left .menu ul.items {
	padding: 10px 0 0 0;
}

#main .main-left .menu ul.items li {
	line-height: 14px;
	padding: 3px 0;
}

#main .main-left .menu ul.items li.selected {
	font-weight: bold;
}

#main .main-left .menu ul.items li a {
	color: #5F5F5F;
}

#main .main-right {
	width: 250px;
	overflow: hidden;
	float: left;
	margin-left: -290px;
	padding: 40px 20px 40px 20px;
	background: #333365 url('/img/bg-blue.gif') repeat-x 0 0;
	color: #FFFFFF;
	font-size: 13px;
}

#main .main-right a {
	color: #feff95;
}

#main .main-right .news {
	padding-bottom: 20px;
}

#main .main-right .news .heading {
	font-weight: bold;
	padding-bottom: 20px;
}

#main .main-right .news .item {
	padding-bottom: 20px;
}

#main .main-right .news .item span.date {
	font-weight: bold;
	color: #e5b096;
	display: block;
}

#main .main-right .video .heading {
	font-weight: bold;
	padding-bottom: 15px;
}

#main .main-right .video .flash {
	text-align: center;
	padding-bottom: 15px;
}

#main .main-right .video .description {
	padding-bottom: 20px;
}

#main .main-right .video .archive {
	padding-bottom: 20px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	padding: 15px 0 0 0;
}

#footer .container {
	position: relative;
	height: 70px;
	overflow: hidden;
}

#footer .container .counters {
	width: 250px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	right: 0;
	padding: 0 20px 0 20px;
	color: #FFFFFF;
}

#footer .container .counters a {
	color: #FFFFFF;
}

#footer .container .counters .item {
	float: left;
	padding: 0 4px 4px 0;
}

#footer .container .copyright {
	padding: 35px 0 0 0;
	margin: 0 315px 0 35px;
	text-align: center;
	color: #666666;
	background: url('/img/bg-green.gif') repeat-x 0 0;
}

#footer .container .copyright a {
	font-size: 11px;
	color: #5F5F5F;
}