* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana;
}

body {
	padding: 20px 0;
	background-image: url('images/background_body.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ff9934;
}

a {
	outline: 0;
}

a img { border: 0; }

abbr {
	cursor: help;
}

div#center {
	margin: 0 auto;
	width: 936px;
	height: auto;
	padding: 10px;
	background-color: #ffffff;
}

div#header {
	width: 934px;
	height: 172px;
	
	border: 1px solid #CB362F;
	/*background-image: url('images/header_img.jpg');*/
	overflow: hidden;
}

div#clickpath {
	margin: 5px 0;
	font-size: 9pt;
}

div#clickpath a {
	color: #de5f12;
}

div#clickpath a:hover {
	color: #707070;
}

div#midpart {
	overflow: auto;
	font-size: 9pt;
}

div#midpart div#navigation {
	float: left;
	width: 135px;
	padding: 5px;
	padding-bottom: 140px;
	
	background-image: url('images/background_navigation.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #de5f12;
	color: #ffffff;
}

div#midpart div#navigation a {
	display: block;
	padding: 3px;
	
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}

div#midpart div#navigation a:hover {
	background-color: #ffffff;
	color: #de5f12;
	border-bottom: 1px dashed #de5f12;
}

div#midpart div#maincontent {
	float: left;
	margin: 0 10px;
	width: 540px;
}

div#midpart div#maincontent div.cbox {
	border-top: 1px solid #CB362F;
	padding-top: 5px;
	clear: both;
}

div#midpart div#maincontent div.cbox div.csc-textpic-imagewrap {
	margin-top: .5em;
}

div#midpart div#maincontent div.ebox {
	border-top: 1px dashed #CB362F;
	padding-top: 5px;
	margin-top: 5px;
	clear: both;
}

div#midpart div#rightcontent {
	float: left;
	width: 230px;
}

div#midpart div#rightcontent div.rbox {
	width: 219px;
	border: 1px solid #cb362f;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #ece3d5;
}

div#footer, div#footer a {
	text-align: center;
	font-size: 8pt;
	color: #ffffff;
}
div#footer {
	margin-top: 3px;
}

div.news-latest-item, div.news-list-item {
	border-bottom: 1px dashed #CB362F;
}

div.news-latest-item, div.news-list-item h3 {
	margin-top: 1em;
}