@charset "utf-8";
/* CSS Document */
.thrColHybHdr #header {
	background-color: #009933;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 367px;
	width: 1100px;
} 
.twoColHybLtHdr #header {
	background-color: #00CC33;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(/images/heading/header_1100x367_3.jpg);
	height: 367px;
	width: 1100px;
} 
.thrColLiqHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #00CC33;
	background-image: url(/images/heading/header_1100x367_3.jpg);
	width: 1100px;
	height: 367px;
} 
.center {
	text-align: center;
}

