* {
    margin: 0;
    padding: 0;
}

body {
    font: normal 12px Arial, Verdana, sans-serif;
    background: url(images/bg_body.gif) #2e75ad repeat-x;
}

#footer {
	clear: both;
	width: 916px;
}

#footer #foot_text {
	padding: 10px 0 10px 35px;
    color: #FFF;
}

#mother {
	width: 916px;
	margin: 10px auto;
	background: url(images/header_1.jpg) no-repeat;
}

#header {
    width: 916px;
    height: 118px;
    background: url(images/header00.jpg) no-repeat;
}

#header .headercontent {
    margin-left: 745px;
    padding-top: 95px;
    font-size: 10px;
}

#header .headercontent a {
    text-decoration: none;
    color: #2e75ad;
}

#header .headercontent a:hover {
    text-decoration: none;
    color: #0099FF;
}

#child {
    width: 916px;
    padding: 0 8px;
    background: url(images/bg_child.gif) repeat-y;
}

#body_content {
    width: 900px;
    background: url(images/bg_bodycontent.gif) #FFF repeat-x;
}

#body_left {
	float: left;
	width: 203px;
	padding-left: 20px;
}

#body_left ul li {
    list-style-type: disc;
    margin-left: 15px;
}

#body_left ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

#body_left #promo {
	background: url(images/bg_promo.gif) no-repeat;
    height: 165px;
    margin-bottom: 15px;
}

#body_left #promo .content {
    padding: 10px;
}

#body_left #promo h1 {
    color: #2e75ad;
    font-size: 16px;
    margin-bottom: 5px;
}

#body_left #promo h2 {
    font-size: 12px;
}

#body_left .sidebox .sb_head{
}

#body_left .sidebox .sb_body{
    height: 120px;
}

#body_left .sidebox #sb_body1{
    background: url(images/bg_sidebox.gif) repeat-y;
}

#body_left .sidebox #sb_body2{
    background: url(images/bg_sidebox2.gif) repeat-y;
}

#body_left .sidebox .sb_content {
    width: 175px;
    padding: 0 15px;
}

#body_left .sidebox .sb_foot{
    margin-bottom: 10px;
}

#body_right {
	float: right;
	width: 665px;
}

#body_right h1 {
	font-size: 16px;
	color: #333;
	padding: 0 15px 15px 15px;
	font-family: Arial;
}

#body_right h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #333;
	padding: 2px 5px;
	font-family: Arial;
}

#body_right h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #333;
	padding: 10px 15px;
	font-family: Arial;
}

#body_right #flashbox {
	background: url(images/bg_topbar.gif) no-repeat;
    height: 165px;
}

#body_right #flashbox #flashcontent {
	padding: 12px 35px 0 0;
    text-align: right;
}

#body_right #flashbox #flashcontent #realflash {
	width: 615px;
    height: 135px;
}

#body_right #contentbox {
	margin-top: 20px;
    width: 646px;
}

#body_right #contentbox .cb_content {
	background: url(images/bg_content.gif) #EFEFEF repeat-x;
}

#body_right #contentbox .cb_content img {
	border: 0;
}

#body_right #contentbox .cb_content2 {
	background: url(images/bg_content.gif) #EFEFEF repeat-x;
    padding: 0 10px;
}

#body_right #contentbox .cb_content2 ul li {
    list-style-type: disc;
    margin-left: 15px;
}

#body_right #contentbox .cb_content2 ol li {
    list-style-type: disc;
    margin-left: 20px;
}

#body_right #contentbox .cb_content2 img {
    border: 0;
}

#body_right #contentbox .cb_content img {
	padding: 0;
}

#body_right #contentbox .cb_shortcut {
    margin: 18px 8px 0 0;
    float: left;
	background: url(images/bg_shortcut.gif) no-repeat;
    width: 210px;
    height: 140px;
}

#body_right #contentbox .cb_shortcut .cb_scontent {
    padding: 10px;
}

.nav_menu {
}

.nav_menu .nav_link {
	margin: 3px 2px;
}

.nav_menu .nav_link a {
	border-bottom: 1px dashed #CCC;
	display: block;
	font-size: 11px;
	font-family: verdana;
	color: #FFF;
	text-decoration: none;
	padding: 2px 5px 2px 17px;
	width: 150px;
	background: url(images/menu_arrow.gif) 2px no-repeat;
}

.nav_menu .nav_link a:hover {
	border-bottom: 1px dashed #FFF;
	color: #FFEE00;
	text-decoration: none;
    font-weight: bold;
	padding: 2px 5px 2px 17px;
	background-color: #6699FF;
	background: url(images/menu_arrow.gif) 2px no-repeat;
}

.nav_menu .nav_sub_link a {
	display: block;
    font-size: 11px;
	font-family: verdana;
	color: #EEE;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	width: 150px;
}

.nav_menu .nav_sub_link a:hover {
	color: #FFEE00;
	text-decoration: none;
	padding: 2px 5px 2px 7px;
	background-color: #6699FF;
    font-weight: bold;
}

.ym_pres {
    color: #FFF;
    margin: 5px;
}


.ym_pres img {
	margin: 5px 0 0 5px;
}

#welcome {
    padding: 5px 10px;
    line-height: 15px;
}

#welcome table {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-bottom: 2px;
}

#welcome th {
    border-right: 1px solid #ccc;
}

#welcome tr {
    vertical-align: top;
}

#welcome td {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    border-right: 1px solid #ccc;
}

#welcome ul li {
    list-style-type: disc;
    margin-left: 15px;
}

#welcome ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

#welcome img {
    border: 0;
}

#welcome a {
    text-decoration: none;
    border-bottom: 1px dashed #0099FF;
    color: #666;
}

#welcome a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #00CCFF;
    color: #999;
}

#welcome2 {
    padding: 5px 10px;
    line-height: 15px;
}

#welcome2 ul li {
    list-style-type: disc;
    margin-left: 15px;
}

#welcome2 ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

#welcome2 a {
    text-decoration: none;
    border-bottom: 1px dashed #0099FF;
    color: #666;
}

#welcome2 a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #00CCFF;
    color: #999;
}

#tbl_chr_head {
    background: url(images/bg_tbl_head.gif) repeat-x;
}

#tbl_chr_head2 {
    background: url(images/bg_tbl_head2.gif) repeat-x;
}

#tbl_chr_head3 {
    background: url(images/bg_tbl_head2.gif) repeat-x;
}

#tbl_chr_head4 {
    background: url(images/bg_tbl_head2.gif) repeat-x;
}

#tbl_chr_head5 {
    background: url(images/bg_tbl_head2.gif) repeat-x;
}

#tbl_chr_head6 {
    background: url(images/bg_tbl_head2.gif) repeat-x;
}

.news_block {
    width: 220px;
    padding: 10px 5px;
}

.news_title {
    font-weight: bold;
}

.news_title a {
    text-decoration: none;
    color: #666;
}

.news_title a:hover {
    text-decoration: none;
    color: #999;
}

.news_date {
    color: #999;
    font-size: 9px;
}

.news_content {
    padding: 5px 0;
    line-height: 16px;
}

.news_content a {
    text-decoration: none;
    border-bottom: 1px dashed #0099FF;
    color: #666;
}
.news_content a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #00CCFF;
    color: #999;
}

.news_more {
    border-bottom: 1px solid #CCC;
    padding: 5px 0;
    clear: both;
}

.news_more a {
    text-decoration: none;
    color: #FF6600;
}

.news_more a:hover {
    text-decoration: none;
    color: #FFCC00;
}

/**/
.main_news_block {
    padding: 10px 10px 0 10px;
}

.main_news_title {
    font-weight: bold;
    font-size: 12px;
}

.main_news_title a {
    text-decoration: none;
    color: #666;
}

.main_news_title a:hover {
    text-decoration: none;
    color: #999;
}

#regform {
    padding: 5px 10px;
    line-height: 15px;
}

#regform table {
    margin-bottom: 10px;
    padding-bottom: 2px;
    width: 100%;
}

#regform tr {
    vertical-align: middle;
}

#regform tr:hover {
    background-color: #f5fafa;
}

#regform td {
    padding: 5px;
}

#regform input, select {
    padding: 2px;
}

#regform input:focus {
    background-color: #F5F5F5;
    border: 2px solid #FFCC00;
    padding: 2px;
}

#regform h2 {
    font-size: 14px;
    font-weight: bold;
    color: #3399FF;
    border-bottom: 2px solid #CCC;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#regform .bt {
    border: 2px solid #999;
    background: url(images/bg_btn.gif) repeat-x;
    margin: 0 5px;
}

#regform p {
    margin-top: 5px;
    color: #FFF;
}

.warntext2 {
    background-color: #990000;
    color: #FFF;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 2px;
}

.notetext {
    background-color: #FFCC00;
    color: #333;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 2px;
}

.lback {
    padding-top: 10px;
}

.lback a {
    text-decoration: none;
    color: #FF6600;
}

.lback a:hover {
    text-decoration: none;
    color: #FFCC00;
}

#paging {
    margin: 5px 0;
}

#paging #pageresult {
    margin: 2px 0;
}

#paging a {
    text-decoration: none;
    font-weight: bold;
    color: #999;
}

#paging a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #CCC;
}

#logobank {
    text-align: center;
    margin-top: 10px;
}

#logobank img {
    margin: 5px 0;
    border: 2px solid #FFCC00;
}

.banner1 {
    text-align: center;
    margin-bottom: 20px;
}

.banner1 img {
    border: 1px solid #000;
}

.banner1 a {
    text-decoration: none;
}

.clearer {
    clear: both;
}

.clearer2 {
    padding-top: 10px;
    clear: both;
