@import url(layout.css);
@import url(cta.css);
@import url(navigation.css);
@import url(footer.css);








body {
	background-color:#FFF;
	margin:0px auto 0px auto;
	padding:0px;
	width:950px;
	font-family:verdana;
	font-size:11px;
	color:#000;
}



.suppliersContainer {
	height: 145px;
	width: 950px;
	clear:both;
}

.centralTitle {
	font-family:verdana;
	font-size:14px;
	color:#f15b1c;
	font-weight:bold;
	text-decoration:none;
}

a.footerLinks {
	font-family:verdana;
	font-size:10px;
	color:#485965;
	text-decoration:none;
}

a.footerLinks:hover{
	font-family:verdana;
	font-size:10px;
	color:#485965;
	text-decoration:underline;
}
.flashContainer {
	height: 378px;
	width: 950px;
}
.formContainer {
	height: 378px;
	width: 475px;
	background-color:#99abb9;
	float:left;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:0px 1px 0px 0px;
	border-right:1px;
}
.pictureContainer {
	background-image: url(../images/1_large.jpg);
	background-repeat: no-repeat;
	height: 378px;
	width: 474px;
}
.rightColContainer {
	height: 378px;
	width: 474px;
	background-color:#99abb9;
	float:right;
}


.mainFormContainer {
	width: 950px;
}

.bodyCopy {
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
}

a.bodyCopy {
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.bodyCopy:hover {
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

.bodyHighlight {
	font-family:verdana;
	font-size:11px;
	color:#f15b1c;
	text-decoration:none;
}

a.Links {
	font-family:verdana;
	font-size:11px;
	color:#2e2e84;
	text-decoration:none;
	padding-left:15px;
}

a.Links:hover{
	font-family:verdana;
	font-size:11px;
	color:#2e2e84;
	text-decoration:underline;
	padding-left:15px;
}

a.BodyLink {
	font-family:verdana;
	font-size:11px;
	color:#2e2e84;
	text-decoration:none;
}

a.BodyLink:hover{
	font-family:verdana;
	font-size:11px;
	color:#2e2e84;
	text-decoration:underline;
}

a.contactLinks {
	font-family:verdana;
	font-size:11px;
	color:#2e2e84;
	text-decoration:none;
}

a.contactLinks:hover{
	font-family:verdana;
	font-size:11px;
	color:#2e2e84;
	text-decoration:underline;
}