html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../img/background.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:center;
	margin:0px;
	padding:0px;
}
a{
	color:#000000;
}
img{
	border:none;
}
#holder{
	width:860px;
	margin:0px auto 0px auto;
	text-align:left;
	background-image:url(../img/contentShadow.png);
	background-position: center center;
	background-repeat:repeat-y;
	position:relative;
}
#innerHolder{
	width:820px;
	margin:0px auto 0px auto;
	position:relative;
	background-image:url(../img/contentbackground.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	min-height:654px;
}
#header{
	height:222px;
}
#logo{
	position:absolute;
	left:35px;
	top:18px;
}
#imageArea{
	position:absolute;
	top:0px;
	right:0px;
}
#mainNav{
	height:43px;
	overflow:hidden;
	background-image:url(../img/mainNavBack.gif);
	background-position: left top;
	background-repeat:repeat-x;
	padding-left:27px;
}
#twoCol{
}
#mainContent{
	width:606px;
	float:right;
	margin: 0 27px 0 0;
	line-height:150%;
}
#mainContent h1{
	font-size:20px;
	font-family:Times;
	color:#B9AE2A;
	font-weight:normal;
}
.csc-firstHeader{
	margin-top:0px;
	padding-top:0px;
}
#leftCol{
	width:141px;
	margin: 30px 0 0 27px;
}
#subNav{
}
#loginArea{
}
#contentFooter{
	clear:both;
}
#footer{
	background-image:url(../img/footerBack.png);
	background-position: center top;
	background-repeat:no-repeat;
	height:55px;
	text-align:center;
}
#footerNav{
	width:793px;
	color:#ffffff;
	text-align:right;
	padding:40px 27px 0 0;
	margin:0 auto 0 auto;
}
#footerNav a{
	color:#ffffff;
}
/* ------------ forms ------------ */
.csc-mailform{
}
fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
.csc-mailform label{
	display: block;
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select{
	border: 1px solid #5A6263;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.csc-mailform input:hover, .csc-mailform textarea:hover, .csc-mailform select:hover{
	background-color:#F0EDBF;
}
.csc-mailform input, .csc-mailform textarea{
	width: 300px;
}
.csc-mailform select{
	width: 302px;
}
.csc-mailform-submit{
	width: 302px !important;
	margin-top: 4px;
}
*+html .csc-mailform-submit{
	width: 305px !important;
}
* html .csc-mailform-submit{
	width: 305px !important;
}
.csc-mailform-checkholder{
	position: relative;
}
.csc-mailform-check{
	width: auto !important;
	margin-bottom: 4px;
	border: none !important;
}
.csc-mailform-checkholder label{
	position: absolute;
	top: 0px;
	left: 25px;
}
* html .csc-mailform-checkholder label{
	left: 10px;
	top: 1px;
}
*+html .csc-mailform-checkholder label{
	left: 10px;
	top: 1px;
	width: 300px;
}
* html .csc-mailform-checkholder label{
	left: 10px;
	top: 1px;
	width: 300px;
}
/* ------------ forms end ------------ */
