@CHARSET "UTF-8";

body {
	background:url('body-background.gif') repeat-x 0px 0px #fff;
	margin:0px;
	padding:0px;
}

.three_columns_dup {
	margin:10px 0px 20px 0px;
}


.three_columns_dup .bodytext {
	width:auto;
	margin:0px 5px 10px 5px;
}

.three_columns_dup .csc-textpic-text {
	width:auto;
}

.csc-header {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 30px;
	vertical-align:middle;	
}


.csc-header h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

table {
	border-spacing:0px;
	border-collapse: collapse;
}

tr, td {
	margin:0px;
	padding:0px;
}

td.td_header_right,
td.td_header_middle,
td.td_header_left {
	background-color:#9e9e9e;
	font-weight: bold; 
	font-size: 18px; 
	height:24px;
	color: white; 
	font-style: italic;
	padding:4px 10px 0px 10px;
}

td.td_header_middle {
	background-color:#848484;
}

td.td_header_right {
	background-color:#717171;
}

#logo_container {
	position:relative;
}

#headerText {
	position:absolute;
	color:#ccc;
	font-style:italic;
	font-weight:bold;
	top:24px;
	left:210px;
	font-size:14px;
	width:400px;
}

#headerText a,
#headerText a:hover {
	color:#ccc;
	text-decoration:none;
}

.csc-mailform-radio fieldset label,
.csc-mailform-radio {
	display:inline;
	float:none;
	line-height:26px;
	width:auto;
}

.formField input,
.formField textarea {
	width:300px;
}

.formfield input.csc-mailform-submit,
.formfield input.csc-mailform-radio {
	width:auto;
}


.csc-mailform-submit { margin-left:0px\9 }
