@import url(contact.css);



body {
	background-color:#FFF;
	margin:26px auto 20px auto;
	padding:0px;
	width:960px;
}

.mainContainer {
	width:960px;
}

.mastContainer {
	width:960px;
	height:141px;
}

.logoContainer {
	width:60px;
	height:60px;
	float:left;
}

.navContainer {
	width:900px;
	height:63px;
	float:left;
	text-align:right;
	padding-top:40px;
	font-family:Palatino Linotype, Palatino, serif;
	font-size:13px;
}

a.navContainerLink {
	text-decoration:none;
	color:#000000;
}

a.navContainerLink:hover {
	text-decoration:underline;
	color:#000000;
}

.flashContainer {
	width:960px;
	height:376px;
}


.bodyCopyContainer {
	width:449px;
	padding-right:40px;
	float:left;
	font-family:Palatino Linotype, Palatino, serif;
	font-size:12px;
	color:#000000;
}

.imageContainer {
	width:471px;
	float:left;
}

.bodyContainer {
	width:960px;
	height:376px;
}

a.bodyLink {
	text-decoration:none;
	color:#000000;
}

a.bodyLink:hover {
	text-decoration:underline;
	color:#000000;
}

.footerContainer {
	width:960px;
	height:76px;
	padding-top:30px;
	font-family:Palatino Linotype, Palatino, serif;
	font-size:11px;	
}

a.footerLink {
	text-decoration:none;
	color:#000000;
}

a.footerLink:hover {
	text-decoration:underline;
	color:#000000;
}

form {
	margin:0px;
}
h1, h3, h4, p, ul, li {
	margin:0px;
	padding:0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0; 
    clear: both;
    visibility: hidden;
}