/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

a:hover {
	color:#FF3300;
}
.bodytext {
margin-top:0px;
}

.csc-firstHeader {
font-size:16px;
margin-bottom:3px;
}
h1 {
font-size:14px;
margin-bottom:3px;
}
h2 {
font-size:14px;
margin-bottom:3px;
}
.leftlink {
padding-bottom:5px;
font-size:12px;
display:block;
width:180px;
background-color:#FFFFFF;
text-align:center;
}

#leftnav a, #copyright a {
	display:block;
	text-decoration:none;
	text-align:center;
}
#leftnav a:link, #copyright a:link {
text-decoration:none;
	display:block;
	background-color:#FFFFFF;
}
#leftnav a:hover, #copyright a:hover {
text-decoration:underline;
color:#FF3300;
}
#leftnav a:visited, #copyright a:visited {
text-decoration:none;
}


/* Form Area */

input,
textarea {
padding:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
border:1px solid #cccccc; /*#FF9C01;*/
background-color:#FFFFFF;
white-space:normal;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
background-color:#cccccc; /* #FF9C01;*/
color:#000000;
padding:2px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
cursor:pointer;
background-color:#CC3300;
color:#FFFFFF;
}
.csc-frame-frame1 {
font-size:110%;
width:250px;
}
.bold {
font-weight:bold;
}
.csc-mailform-field {
margin:0px;
padding:0px;
margin-bottom:6px;
width:300px;
float:left;
}
label {
font-weight:bold;
display:block;
}
fieldset {
margin:0px;
padding:0px;
border:0px none #FFFFFF;
}
legend {
display:block;
font-weight:bold;
margin-top:5px;
margin-bottom:5px;
}
.hidden {
display:none;
}
.error, .red {
color:#FF0000;
}
.notbold {
font-weight:normal;
}

label {
	width:100px;
	float:left;
	}


.formheader {
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:10px;
	float:left;
	width:360px;
	display:block;
	font-weight:bold;
	position: relative; 
	border-bottom-color:#CC3300;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
.csc-mailform label {
	font-weight:normal;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.csc-mailform input {
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	}