body {
	background-color: #cccccc;
	text-align: center;
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: Trebuchet MS, sans-serif, Helvetica, Arial;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1, h2, h3, p {
    color: #000000;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

a.style0 {
    color: #999999;
    text-decoration: none;
}

a.style0:hover {
    color: #999999;
    text-decoration: underline;
}

blockquote p:before, q:before { content: open-quote; }
blockquote p:after, q:after { content: close-quote; }
blockquote {
	border-left: 2px solid #40a040;
	padding: 0px 1em;
}
/*blockquote p { font-style: italic; }*/

#site_container {
	margin: 0px auto;
	text-align:left;
	padding: 0px;
    width: 795px;
	background-position: center center;
	height: 100%;
}

#site_container.cover {
	width: 560px;
}

#header {
    width: 780px;
	height: 165px;
}

#foot {
    width: 780px;
	float: left;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #aaaaaa;
	font-size: 12px;
	color: #ffffff;
}

#site_logo {
    width: 245px;
	height: 68px;
}

#theme {
    width: 560px;
	padding: 0;
	margin: 0;
	height: 236px;
}

.theme_btn {
	position: relative;
	left: 700px;
	top: 100px;
}

.w10b {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.wl10b {
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
}

.w18b {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.g10b {
	font-size: 10px;
	color: #00FF00;
	font-weight: bold;
}

.g11b {
	font-size: 11px;
	color: #00FF00;
	font-weight: bold;
}

.g12b {
	font-size: 12px;
	color: #00FF00;
	font-weight: bold;
}

.wl10 {
	font-size: 10px;
	color: #cccccc;
	font-weight: normal;
}

.g12 {
    font-size: 12px;
	color: #00FF00;
	font-weight: normal;
}

#menubar {
	font-size: 13px;
	
}

#menubar ul {
	color: black;
	margin: 0;
    list-style:none;
}

#menubar ul#nav {
	position: relative;
	float: right;
	/*left: 268px;
	width: 430px;*/
	top: 173px;
	padding-right: 1.0em;
}
* html #menubar ul#nav {  /* IE6 hack */
   top: 171px;
}
*+html #menubar ul#nav {  /* IE7 hack */
   top: 171px;
}

#menubar ul#nav.en {
	position: relative;
	/*left: 428px;
	width: 330px;*/
	float: right;
	padding-right: 1.0em;
}

#menubar ul li {
	display: inline;
	border-left: 1px solid #ddd;
	padding: 0 2px 0 8px;
}

#menubar ul li.first {
	border-left: none;
	padding-left: 0px;
}

#menubar ul li a {
	color: black;
	font-weight: bold;
	text-decoration: none;
    background: none;
}

#menubar ul li a:hover {
	background-color: #333399;
    color: #ffffff;
}


#sidemenu {
    /*float: left;*/
	padding-top: 0px;
    margin: none;
	padding: none;
	list-style:none;
	padding: 6px 0 6px 10px;
}

#sidemenu li {
    text-align: left;
    color: #000000;
	font-size: 12px;
    line-height: 23px;
    padding-left: 15px;
    background: url("../img/arrow_0.gif") transparent 0px 6px no-repeat;
}

* html #sidemenu li {  /* IE6 hack */
   padding-left: 0px;
}

*+html #sidemenu li {  /* IE7 hack */
   padding-left: 0px;
}

#sidemenu li a {
    color: #000000;
    text-decoration: none;
}

#sidemenu li a:hover {
    color: #000066;
}

#copyright {
	color: #cccccc;
	font-size: 10px;
	float: left;
}

#copyright.cover {
    text-align: right;
	float: right;
	margin-top: 10px;
	width: 560px;
    border-top: none;
}

#powered_by {
    color: #cccccc;
	font-size: 10px;
    float: left;
	padding-left: 10px;
}

#html_valid {
    color: #cccccc;
	font-size: 10px;
    float: left;
	padding-left: 10px;
}

#my_info {
    color: #cccccc;
	font-size: 10px;
    float: right;
	width: 250px;
	text-align: right;
	padding-left: 10px;
}

#my_pgp {
    float: right;
	color: #aaaaaa;
	font-size: 8px;
	font-family: "Courier New", Courier, monospace;
	width: 320px;
	margin-top: 15px;
    text-align: left;
}

#browser_info {
    float: right;
	color: #cccccc;
	font-size: 10px;
	/*font-family: "Courier New", Courier, monospace;*/
	width: 320px;
	margin-top: 3px;
    text-align: right;
}

#cssa_header {
    background: url("../img/header_theme.png") transparent 0 0 no-repeat;
	height: 197px;
}

#cssa_body {
    background: url("../img/body_bg.gif") transparent 0 0 repeat-y;
    margin: 0;
    height: 100% !important;
    height: 200px;
}

#fp_body {
    background: url("../img/body_bg.gif") transparent 0 0 repeat-y;
    margin: 0;
	height: 100%;
}

#cssa_footer {
    background: url("../img/footer.png") transparent 0 0 no-repeat;
	height: 34px;
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	padding-right: 18px;
	padding-top: 6px;	
}

#sidebox {
    padding: 0px 0px 5px 25px;
	/*border-right: 1px solid #cccccc;*/
	width: 185px;
	float: left;
	margin: 0;
	height: 100%;
}

* html #sidebox {  /* IE6 hack */
   padding-top: 15px;
}

*+html #sidebox {  /* IE7 hack */
   padding-top: 15px;
}

#sidebox .other_categories {
	font-size: 14px;
	color: black;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	margin-top: 25px;
}

#sidebox.fullwidth {
	padding-left: 0px;
	width: 220px;
}

#mainbox {
	padding-left: 15px;
    /*padding: 15px 15px 25px 25px;
	border-right: 1px solid #cccccc;*/
	border-left: 1px solid #cccccc;
	width: 555px;
	float: right;
	margin: 0;
	height: 100%;
}

#mainbox.static {
	font-size: 12px;
}

#mainbox.static h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0
}

* html #mainbox.static h4 {  /* IE6 hack */
   padding-top: 20px;
}

*+html #mainbox.static h4 {  /* IE7 hack */
   padding-top: 20px;
}

#mainbox.static p {
	margin-right: 25px;
}

#mainbox.static a {
	color: #000066;
    text-decoration: none;
}

#mainbox.static a:hover {
	color: #000066;
    text-decoration: underline;
}

#mainbox.static table {
	padding-bottom: 15px;
}

#mainbox.static table td {
	padding: 7px 5px 7px 5px;
}

table.borderless td {
	border: none;
}

#onecolumnbox {
	padding: 15px 0px 5px 25px;
	width: 740px;
	float: left;
	margin: 0;
	height: 100%;
}


#sidebox_header {
    background: url("../img/sidebox_header.gif") transparent 0 0 no-repeat;
	height: 30px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 9px;
	line-height: 30px;
	margin-top: 15px;
}

#sidebox_header_new {
    background: url("../img/sidebox_header_new.gif") transparent 0 0 no-repeat;
	height: 5px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 9px;
	/*line-height: 30px;*/
	margin: 0;
	margin-top: 15px;
}

#sidebox_header.no_deco {
	background: none;
	border-bottom: 1px solid #666666;
}

#sidebox_header_simple {
	background: url("../img/sidebox_header_simple.gif") transparent 0 0 no-repeat;
	height: 30px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 9px;
	line-height: 30px;
	margin-top: 15px;
}

#sidebox_header_simple a {
	color: #000066;
    text-decoration: none;
}

#sidebox_header_simple a:hover {
	color: #000066;
    text-decoration: underline;
}

#sidebox_body_text {
	padding-top: 10px;
	font-size: 14px;
	color: #000066;
}

#sidebox_body_text a {
    color: #000066;
    text-decoration: none;
}

#sidebox_body_text a:hover {
    color:#000066;
    text-decoration: underline;
}

#sidebox_body_text {
	padding-top: 10px;
	font-size: 14px;
	color: #00008B;
}

#sidebox_body0 {
    background: url("../img/sidebox_bg0.gif") transparent 0 0 repeat-y;
	padding-top: none;
}

#sidebox_body1 {
    background: url("../img/sidebox_bg1.gif") transparent 0 0 repeat-y;
	padding-top: none;
}

#sidebox_body10 {
    background: url("../img/sidebox_bg10.gif") transparent 0 0 repeat-x;
	width: 176px;
	height: 54px;
	position: relative;
	left: 2px;
}

#sidebox_body11 {
    background: url("../img/sidebox_bg11.gif") transparent 0 0 repeat-x;
	width: 176px;
	height: 101px;
	position: relative;
	left: 2px;
}

#sidebox_body12 {
    background: url("../img/sidebox_bg12.gif") transparent 0 0 repeat-x;
	width: 176px;
	height: 225px;
	position: relative;
	left: 2px;
}

#sidebox_body13 {
    background: url("../img/sidebox_bg13.gif") transparent 0 0 repeat-x;
	width: 176px;
	height: 143px;
	position: relative;
	left: 2px;
}

#sidebox_body14 {
    background: url("../img/sidebox_bg14.gif") transparent 0 0 repeat-x;
	width: 176px;
	height: 307px;
	position: relative;
	left: 2px;
}

#sidebox_body15 {
    background: url("../img/sidebox_bg15.gif") transparent 0 0 repeat-x;
	width: 176px;
	height: 389px;
	position: relative;
	left: 2px;
}

#sidebox_body16 {
    background: url("../img/sidebox_bg15.gif") transparent 0 0 repeat-x;
	width: 176px;
	height: 512px;
	position: relative;
	left: 2px;
}

#sidebox_body_h {
    background: url("../img/sidebox_bg_h.gif") transparent 0 0 repeat-y;
	width: 176px;
	/*height: 512px;*/
	position: relative;
	left: 2px;
}

#sidebox_body_new {
    background: url("../img/sidebox_bg_new.gif") transparent 0 0 repeat-y;
	padding: 0 10px 2px 15px;
	margin: 0;
	font-size: 12px;
}

#sidebox_body_new a {
	color: #eee;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 12px;
	background-color: #333399;
	background: url("../img/arrow_0.gif") transparent 0px 10px no-repeat;
}

#sidebox_body_new a:hover {
    color: #000066;
}

#sidebox_footer {
    background: url("../img/sidebox_footer.gif") transparent 0 0 no-repeat;
	height: 12px;
}

#sidebox_footer.simple_deco {
    background: url("../img/sidebox_footer_simple.gif") transparent 0 0 no-repeat;
	height: 12px;
}

#sidebox_footer_new {
    background: url("../img/sidebox_footer_new.gif") transparent 0 0 no-repeat;
	height: 8px;
}

#headnews {
    float: right;
	width: 520px;
	padding: 15px 0 20px 0;
	border-top: 1px dashed #cccccc;
	margin-right: 30px !important;
	margin-right: 15px;
}

#headnews.first {
	border-top: none;
}

#headnews_title {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

#headnews_title a {
    color: #000066;
    text-decoration: none;
}

#headnews_title a:hover {
    color: #000066;
    text-decoration: underline;
}

#headnews_date {
	font-size: 12px;
	color: #999999;
}

#headnews_content {
	font-size: 12px;
	color: #000000;
	padding-top: 8px;
}

#headnews_content img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

#sep {
	float: right;
	position: relative;
	left: -5px;
	padding-top: 10px;
}

#fp_newsbox {
	width: 250px;
	float: left;
	padding: 0 8px 20px 10px;
	list-style:none;
}

#fp_newsbox_cate {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	border-bottom: 1px solid #999999;
	padding-bottom: 3px;
	margin-bottom: 5px;
	/*background: url("../img/btn_more.gif") transparent 200px 0px no-repeat;*/
}

#fp_newsbox_cate a {
    color: #000066;
    text-decoration: none;
}

#fp_newsbox_cate a:hover {
    color: #000066;
    text-decoration: underline;
}

#fp_newsbox_cate img {
	position: relative;
	left: 130px;
	top: 3px;
}

#fp_newsbox li {
    text-align: left;
    color: #000000;
	font-size: 12px;
    line-height: 23px;
    padding-left: 15px;
    background: url("../img/arrow_1.gif") transparent 0px 6px no-repeat;
}

* html #fp_newsbox li {  /* IE6 hack */
   padding-left: 0px;
}

*+html #fp_newsbox li {  /* IE7 hack */
   padding-left: 0px;
}

#fp_newsbox li a {
    color: #000000;
    text-decoration: none;
}

#fp_newsbox li a:hover {
    color: #000066;
}

#bbs_sidebox {
	padding: 0 5px 5px 10px;
	list-style:none;
	padding-top: 5px;
}

#bbs_sidebox li {
    text-align: left;
    color: #000000;
	font-size: 12px;
    line-height: 23px;
    padding-left: 15px;
    background: url("../img/arrow_1.gif") transparent 0px 6px no-repeat;
}

#sidebox.fullwidth #bbs_sidebox li {
    padding-left: 40px;
    padding-bottom: 10px;
    background: url("../img/arrow_1.gif") transparent 25px 6px no-repeat;
}

* html #bbs_sidebox li {  /* IE6 hack */
   padding-left: 0px;
}

*+html #bbs_sidebox li {  /* IE7 hack */
   padding-left: 0px;
}

#sidebox.fullwidth #bbs_sidebox li.selected {
	background-color: #666666;
    text-align: left;
    color: #000000;
    font-weight: bold;
	font-size: 12px;
    line-height: 23px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 10px;
    background: url("../img/bg_sidebar_0.png") transparent 0px 0px no-repeat;    
}

* html #sidebox.fullwidth #bbs_sidebox li  {  /* IE6 hack */
   padding-left: 25px;
}

*+html #sidebox.fullwidth #bbs_sidebox li {  /* IE7 hack */
   padding-left: 25px;
}

* html #sidebox.fullwidth #bbs_sidebox li.selected  {  /* IE6 hack */
   padding-left: 25px;
}

*+html #sidebox.fullwidth #bbs_sidebox li.selected {  /* IE7 hack */
   padding-left: 25px;
}

#sidebox.fullwidth h3, h4 {
	padding-left: 25px;
}

#bbs_sidebox li a {
    color: #000000;
    text-decoration: none;
}

#bbs_sidebox li a:hover {
    color: #000066;
	text-decoration: underline;
}

#news_normal_box {
	width: 520px;
	float: left;
	padding: 0 0 20px 10px;
	list-style:none;
}

#news_normal_box_title {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	border-bottom: 1px solid #999999;
	padding-bottom: 3px;
	margin-bottom: 5px;
	/*background: url("../img/btn_more.gif") transparent 200px 0px no-repeat;*/
}

#news_normal_box_title img {
	position: relative;
	left: 332px;
	top: 3px;
}

#news_normal_box li {
    text-align: left;
    color: #000000;
	font-size: 12px;
    line-height: 23px;
    padding-left: 15px !important;
	padding-left: 2px;
    background: url("../img/arrow_1.gif") transparent 0px 6px no-repeat;
}

#news_normal_box li a {
    color: #000000;
    text-decoration: none;
}

#news_normal_box li a:hover {
    color: #000066;
	text-decoration: underline;
}

#news_normal_date {
	color: #999999;
	display: inline;
	padding-left: 10px;
}

#news_cate_title {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	border-bottom: 1px solid #999999;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 535px;
	/*background: url("../img/btn_more.gif") transparent 200px 0px no-repeat;*/
}

#news_cate_title a {
	color: #000066;
	text-decoration: none;
}

#news_cate_title a:hover {
	color: #000066;
	text-decoration: underline;
}

#news_cate_hot {
    float: right;
	width: 520px;
	padding: 15px 0 5px 0;
	border-bottom: 1px dashed #cccccc;
	margin-right: 30px !important;
	margin-right: 15px;
	margin-bottom: 15px;
}

#news_cate_hot_item {
    width: 160px;
	font-size: 12px;
	float: left;
	margin-right: 10px;
}

#news_cate_hot_item img {
	padding-bottom: 10px;
}

#news_cate_hot_item a {
	color: black;
	text-decoration: none;
    background: none;
}

#news_cate_hot_item a:hover {
    color: #000066;
	text-decoration: underline;
}

#paging {
	font-size: 12px;
	text-align: center;
	width: 520px;
	float: left;
}

#paging.cheese{
	width: auto;
	margin-left: 15px;
}

#paging .paginator {
	margin-top: 25px;
	margin-bottom: 20px;
}

#paging .paginator .this_page {
	border: none;
	background-color: none;
	padding: 2px 9px 2px 9px;
	font-weight: bold;
	color: #000000;
	display: inline;
}

#paging .paginator .grey {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 1px 8px 1px 8px;
	font-weight: normal;
	color: #cccccc;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

#paging .paginator a {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 1px 8px 1px 8px;
	font-weight: normal;
	color: #000000;
	display: inline;
	text-decoration: none;
	text-align: center;
}

#paging .paginator a:hover {
	background-color: #333399;
	border: 1px solid #000000;
    color: #ffffff;
}

#paging .paginator a.btn_nav {
	border: 2px solid #cccccc;
	margin-left: 15px;
	margin-right: 15px;
}

#paging .paginator a.btn_nav:hover {
	border: 2px solid #000000;
}

#news_item {
	padding: 10px 20px 25px 5px;
	float: left;
	width: 520px;
}

#news_item .cate {
	font-size: 12px;
	color: #000000;
	padding: 10px 0 5px 0;
	float: left;
	width: 100%;
}

#news_item .cate a {
	color: #000000;
	text-decoration: none;
}

#news_item .cate a:hover {
	color: #000000;
	text-decoration: underline;
}

#news_item .title {
    float: left;
	width: 100%;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}

#news_item .date {
    float: left;
	padding: 5px 10px 20px 0;
	font-size: 12px;
	color: #666666;
}

#news_item .clicks {
	float: left;
	padding: 5px 0 20px 0;
	font-size: 12px;
	color: #999999;
}

#news_item .abstract {
    float: left;
	width: 100%;
	padding: 0 0 25px 0;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	/*font-style: italic;*/
}

#news_item .content {
    float: left;
	width: 100%
	padding: 0 0 25px 0;
	font-size: 14px;
}

#news_item .content img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.clearbox {
border-top:1px solid transparent !important;
margin-top:-1px !important;
border-top:0;
margin-top:0;
clear: both;
visibility: hidden;
}

#error_body {
    background: url("../img/body_bg.gif") transparent 0 0 repeat-y;
    margin: 0;

    text-align: center;
    padding: 50px 50px 50px 50px;
}

#news_not_found {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

body.cheese {
	text-align: center;
	font-family: Trebuchet MS, sans-serif, Helvetica, Arial;
	width: 100%;
	background-color: #eeeeee;
}

#cheese_body {
	background: url("../img/cheese_bg.gif") transparent 0 0 repeat-y;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    height: 100% !important;
    height: 200px;
    background-color: #cccccc;
}

#cheese_body h1 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 15px 25px;
}

#cheese_body table {
	margin-left: 25px;
}

#cheese_body table th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #999999;
}

#cheese_body table td {
	font-size: 12px;
	font-weight: normal;
	padding: 3px 8px 3px 8px;
	border-bottom: 1px solid #aaaaaa;
}

#cheese_body table td a {
	color: #000066;
    text-decoration: none;
}

#cheese_body table th a {
	color: #000066;
    text-decoration: none;
}

#cheese_body table td a:hover {
	color: #000066;
    text-decoration: underline;
}

#cheese_body table th a:hover {
	color: #000066;
    text-decoration: underline;
}

#cheese_body_btn {
	font-size: 12px;
	color: black;
	font-weight: normal;
	margin-left: 25px;
	margin-bottom: 25px;
}

#cheese_body_btn a {
	color: black;
	text-decoration: none;
    border: 1px solid #999999;
	background-color: #eeeeee;
	padding: 1px 8px 2px 8px !important;
	padding: 4px 8px 2px 8px;
	margin-right: 10px;
}

#cheese_body_btn a:hover {
	background-color: #333399;
	border: 1px solid #000000;
    color: #ffffff;
}

#cheese_body_item {
	margin-left: 25px;
	padding: 0;
}

#cheese_body_item .name {
	font-size: 12px;
	font-weight: bold;
	width: 500px;
	display: inline;
}

#cheese_body_item .content {
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-left: 80px;
	position: relative;
	top: -16px;
	padding-bottom: 3px;
}

#cheese_body_item .error_message {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

#cheese_header {
	background: url("../img/cheese_header.gif") transparent 0 0 no-repeat;
    background-color: #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    width: auto;
    height: 25px;
}

#cheese_header img {
	float: left;
}

#cheese_header #cheese_title {
	float: left;
	margin-left: 25px !important;
	margin-left: 12px;
	font-weight: bold;
	font-size: 16px;
}

#cheesebar {
	float: right;
	font-size: 13px;
	padding-right: 10px;
}

#cheesebar ul {
	color: black;
	margin: 0;
	width: auto;
    list-style:none;
}

#cheesebar ul .iehack {
	margin-top: 2px;
	margin-bottom: 6px;
}

#cheesebar ul li {
	display: inline;
	padding: 0 2px 0 8px;
}

#cheesebar ul li a {
	color: black;
	font-weight: bold;
	text-decoration: none;
    border: 1px solid #999999;
	background-color: #eeeeee;
	padding: 1px 8px 2px 8px !important;
	padding: 4px 8px 2px 8px;
}

#cheesebar ul li a:hover {
	background-color: #333399;
	border: 1px solid #000000;
    color: #ffffff;
}

#cheese_footer {
	background: url("../img/cheese_footer.gif") transparent 0 0 no-repeat;
	background-color: #cccccc;
	font-size: 11px;
    padding: 16px 10px 0 0;
    width: auto;
    text-align: right;
    height: 30px;
}

#cheese_footer img {
	float: left;
	padding-left: 25px;
}

#calendar {
	margin-top: 10px;
	margin-bottom: 30px;
}

#mainbox #news_item .content table { border: 1px solid rgb(0, 0, 0); }

#mainbox #news_item .content table td { border: 1px solid rgb(0, 0, 0); padding: 7px 5px 7px 5px; }
