@charset "utf-8";
/* CSS Document */

#topBanner {
	height: 67px;
	width: 750px;
	clear: both;
}
#topLeft {
	float: left;
	height: 67px;
	width: 125px;
	background-color: #CE9F00;
	background-image: url(img/contact-side1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#topMiddle {
	float: left;
	height: 67px;
	background-color: #E6B100;
	width: 27px;
}

#topContainer {
	background-color: #FFC300;
}
#leftColumn {
	float: left;
	height: 100%;
	width: 123px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFC300;
	background-image: url(img/contact-side.gif);
	background-repeat: no-repeat;
	background-color: #C7C7C7;
	display: block;
}
#contact   #midBanner {
	background-image: url(img/contact-side2.gif);

}
a {
	color: #CE9F00;
}
a:hover {
	color: #999999;
}
