body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(bg_darky.jpg) center top no-repeat #000000;
}
#split_header{
	height:1px;
	background:url(split_hor.gif) left center repeat-x;
}
.redbox{
	height:13px;
	width:21px;
	background:url(ico_red.gif) right center no-repeat;
}
.redboxend{}
.searchbox{
	width:80px;
	height:13px;
	background-color:#333333;
	border:1px solid #ffffff;
	font-size:9px;
	color:#FFFFFF;
	margin-right:5px;
}
#subnavigation{
	margin-bottom:10px;
}
.navspace{ height:1px; }
.nav1{ text-align:left; }
.nav2{ background-image:url(split_vernav.gif); background-repeat:repeat-y; }
#mainnavi tr td{ text-align:left; }
.maincontentcontainer{
	margin-top:50px;
	background-color:#FFFFFF;
	border:19px solid;
}
.maincontent{
	color:#000000;
	padding:15px;
	height:200px;
}
.footertext{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
	text-align:right;
}
.footertext a{
	text-decoration:none;
	color:#CCCCCC;
}
.maincontent h1{ font: bold 28px "Trebuchet MS", Arial, Verdana; color:#7F1527; line-height:28px; margin:10px 0px 15px 0px; text-align:left; }
.maincontent h2{ font: bold 22px "Trebuchet MS", Arial, Verdana; color:#7F1527; line-height:22px; margin:10px 0px 10px 0px; text-align:left; }
.maincontent h3{ font: bold 20px "Trebuchet MS", Arial, Verdana; color:#7F1527; line-height:20px; margin:10px 0px 8px 0px; text-align:left; }
.maincontent h4{ font: bold 18px "Trebuchet MS", Arial, Verdana; color:#7F1527; line-height:18px; margin:10px 0px 6px 0px; text-align:left; }
.maincontent h5{ font: bold 16px "Trebuchet MS", Arial, Verdana; color:#7F1527; line-height:16px; margin:10px 0px 4px 0px; text-align:left; }
.maincontent h6{ font: bold 14px "Trebuchet MS", Arial, Verdana; color:#7F1527; line-height:14px; margin:10px 0px 2px 0px; text-align:left; }

.csc-mailform {
	background-color:#ffebcc;
	border: 1px solid #ff9900;
}

.csc-mailform-forum {
	background-color:#fff5e5;
	border: 1px solid #ff9900;
}

.csc-mailform-field {
	display: block;
	margin: 10px;
	padding: 10px;
}

.csc-mailform label, .csc-mailform-forum label{
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin: 2px 5px;
	padding:0;
}


.csc-mailform input {
	font-family: Verdana,Arial,Helvetica;
	color: #000000;
	background-color:white;
	border: 1px solid #ff9900;
	width: 200px;
	padding: 2px 6px;
	font-size: 8pt;
}

.csc-mailform textarea {
	font-family: Verdana,Arial,Helvetica;
	color: #000000;
	background-color:white;
	border: 1px solid #ff9900;
	width: 100%;
	padding: 2px 6px;
	font-size: 8pt;
}

.csc-mailform input.csc-mailform-submit{
	float: right;
	width: 120px;
	cursor:hand;
}

.csc-mailform form input.csc-mailform-submit:hover{
	background-color:#ff9900;
	border: 1px solid white;
	color: white;
	
}