/* CSS Document */

/********************
 * Layout
 ********************/

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background: transparent url(images/bg4.jpg) 50% 0 repeat-y;
	font-size:12px;
	color:#525252;
}
a {
	color:#FF8B00;
	outline-style: none;
}

p {
	line-height: 16px;
}

h1,h3 {
	font-size: 12px;
	font-weight:bold;
}

.siteblock {
	width:953px;
	margin:0 auto;
	text-align:left;
}
.siteblock_inner {
	margin:0 7px 0 6px;
}
* html .siteblock_inner {
	margin: 0 6px 0 7px;
}
.top {
	position:relative;
}
.logo {
	width:699px;
	height:102px;
	margin-left: 1px;
}

.sysnav {
	position: absolute;	
	width: 200px;
	right: 0px;
	top: 8px;
	font-size: 11px;
}

.topimage {
	height:125px;
	overflow:hidden;
	background:#FFEBD2;
	position:relative;
}
.topimage-textbox {
	float:right;
	width:238px;
	color:#626262;
	position:absolute;
	top: 0;
	right: 1px;
}
.topimage-text {
	font-size:11px;
	line-height:11px;
	margin:12px 6px 12px 22px;
}
.menu {
	height:24px;
	line-height:24px;
	padding-left:12px;
}
.menu a {
	display:block;
	float:left;
	padding:0 9px;
	line-height:24px;
	height:24px;
	color:#626262;
	font-weight:bold;
	outline: 0;
}
.menu a:hover , .menu a.act {
	background:#FF8B00;
	color:#fff;
	text-decoration:none;
}
.contentblock {
	border-top:1px solid #CCC;
}
.contentblock .leftmenu {
	width:208px;
	float:left;
	margin-top:22px;
}
.contentblock .maincontent {
	width:408px;
	float:left;
	overflow:hidden;
	margin-top:22px;
}
.contentblock .rightcontent {
	width:238px;
	float:right;
	background:#E1E1E1;
}
.contentblock .rightcontent h1 {
	margin:22px 12px 10px 22px;
	font-size: 18px
}
.clearer {
	clear: both;
}
.footer {
	margin:10px 0 0 208px;
	width:408px;
	border-top:1px solid #ccc;
	font-size:11px;
	height: 30px;
}
.formoption label {
	float:left;
	text-align:left;
	width:11em;
}

.formoption textarea {
	width: 270px;
}
/**********************
 *	SEARCH BOX
 **********************/
h3 {
	margin:0;
	padding:0;
}
.search {
	font-size: 11px;
	height:25px;
	width:218px;
	margin-bottom:5px;
	color:#626262;
	position:absolute;
	bottom:0px;
	right:0px;
}
.search-box {
}
.search-box label {
	margin-right: 5px;
	margin-top: 3px;
	float: left;
}

.search-box .box {
	width:80px;
	color:#333333;
	color:#666666;
	border:1px solid #666666;
	padding-left:5px;
	float: left;
	margin-right: 11px;
}
	
.search .options {
	margin-top:30px;
	float:left;
	font-size:8pt;
}

.search-box .button {
	outline-style: none;
	float: left;
	margin-top: -2px;
}

.searchbutton {
	outline-style: none;
	background-color: #AAAAAA;
	color: #FFFFFF;
	font-weight: bold;
}

ul.browsebox {
	margin: 6px 0 6px 0;
}

.contenttable {
	text-align: left;
}
/*
.contenttable tbody td {
	border-bottom: 1px solid #cccccc;
}*/
.news-single-author {
	display:none;
}
.news-list-item {
	margin-bottom:15px;
}
.news-latest-date {
	font-weight:bold;
}
.news-latest-item p {
	margin:0;
}
.news-latest-morelink {
	margin:0 0 1em;
}
.news-latest-container {
	margin:22px 12px 12px 22px;
}
.startcontent {
	width:308px;
	float:left;
	margin:10px 10px 0 0;
	text-align:justify;
}
.startcontent .csc-header {
	margin:0;
}
.startcontent h2 {
	padding:8px;
	background:#E4E4E4;
	text-align:center;
	font-size:16px;
}
.startcontent h1, .startcontent h3 {
	margin-top:15px;
	font-size:12px;
	margin-bottom:0;
}
.startcontent.last {
	margin:10px 0 0 0;
}

.news-single-img {
	width: 200px;
	float:right;
	margin-left: 5px;
}