/* SID5 */
#contentColOnly {
	background-color: #000000;
	width: 930px;
	margin: 0 auto;
	min-height:400px;
}
#contentDiv{
	padding:0px;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#barDiv{
	width: 928px;
	background-color:#000000;
	height:10px;
}
.borderCheckBg {
	background-image: url(/images/borderCheckBg.png);
	background-color: #000000 ;
	width:908px;
	border-right:10px solid #000000;
	border-left:10px solid #000000;
	border-bottom:10px solid #000000;
	float:left;
	clear:left;
}
.borderCheckInner{
	background-image: url(/images/stripeBg.jpg);
	margin: 2px;
	border: 1px solid #000000;
}
#holder{
	width:928px;
	margin-right:auto;
	margin-left:auto;
	background-color:#000000;
}

#colLft{
	padding:15px;
	float:left;
	width:592px;
	min-height:177px;
}
#colRt{
	float:right;
	width:280px;
}

#contactForm{
	font-size:10px;
}
#contactForm input{
	background-color:#666666;
	color:#FFFFFF;
	border:1px solid #999999;
	
	margin-bottom:5px;
}

#contactFormColLft{
	width:288px;
	float:left;
}
#contactFormColRt{
	width:288px;
	float: right;
}

.formfield_block {
	/*padding: 12px 0px 12px 0px;*/
	width: 288px;
}
.formfield_col_left {
	width: 139px; 
	float: left;
}
.formfield_col_right {
	width: 139px; 
	float: right; 
}
.formfield_col_both {
	width: 288px;
	float: center;
}
.formfield_name {
	font-weight: bold;
}
.contactInputSm {
	width: 63px;
	height:24px;
}
.contactInputMed {
	width: 139px;
	height:24px;
}
.contactInputLg {
	width: 288px;
	height:24px;
}
SELECT.contactInput {
	width: 200px;
}

.hdr{
	font-weight:bold;
	letter-spacing:-1px;
	font-size:18px;
	color:#FFD305
}
.hdr2{
	font-weight:bold;
	letter-spacing:-1px;
	font-size:15px;
	color:#CCCCCC;
}
