/*** HTML  **************************************/
body, html {
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
}
input, textarea {
	color: #8f8983;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	border: 1px solid #8f8983;
	background-color: #fff;
}
select {
	color: #8f8983;
	font-size: 11px;
	border: 1px solid #8f8983;
	background-color: #fff;
}
fieldset {
	border: none;
}
.csc-textpic-caption {
	font-size: 10px;
	text-align: right;
}
/*** LAYOUT  ***********************************/
#main {
	position: relative;
	color: #000;
	margin: 1em auto;
	width: 960px;
	margin-top: 20px;
	padding: 0px;
}
#header {
	height: 92px;
	padding: 31px 0px 0px 328px;
	background-image: url(../images/bg_header.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#header img{
	border: none;
}
#cHolder {
	min-height: 480px;
	padding: 10px 45px 0px 328px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}
#sMenu{
	padding: 10px 45px;
	text-align: right;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}
#sMenu img {
	border: none;
	padding-left: 8px;
	vertical-align: middle;
}
#cLeft {
	position: absolute;
	top: 35px;
	left: 40px;
	z-index: 1;
}
#footer {
	clear: both;
	color: #999;	
	text-align: center;
	padding: 10px 20px 0px 20px;
	background-image: url(../images/bg_footer.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#footer a{
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #7099bf;
	text-decoration: underline;
}
.headerImg {
	height: 388px;
	width: 261px;
	background-image: url(../images/cImage_shadow.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.headerImg img {
	border: none;
}

.breadCrumb {
	color: #818084;
	padding-bottom: 10px;
}
.breadCrumb a{
	color: #818084;
	text-decoration: none;
}
.breadCrumb a:hover{
	color: #7099bf;
}
.clearer, .clear{
	clear: both;
}
.wko {
	width: 55px;
	float: left;
}
.wko img{
	border: none;
}

.button{
}

/** ContentBox Global ****************/
.cElement {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	color: #666;
	line-height: 140%;
}

.cElement h1{
	font-size: 18px;
	color: #7099bf;
	margin-top: 0px 0px 5px 0px;
}
.cElement h2{
	font-size:14px;
	color: #7099bf;
	margin-top: 0px;
	margin-bottom: 5px;

}
.cElement h3{
	font-size:12px;
	color: #888;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cElement h4{
	font-size:11px;
	color: #888;
	margin: 0px
	margin-bottom: 5px;
}
.cElement td{
	font-size: 11px;
	color: #888;
	margin: 0px;
}
.cElement a {
	color:#6f99bf;
	text-decoration: underline;
}
.cElement a:hover{
	color: #6f99bf;
	text-decoration: none;
}
.cElement img a {
	background-image: none;
}
.cImg img{
	margin: 0px 5px 5px 0px;
}
.cImg a {
	background-image: none;
	padding: 0px;
}
.cHidden {
	display: none;
}
p{
	margin: 0px;
	padding 0px;
}