@charset "utf-8";
#banner {
	background-color: #FFFFFF;
	padding: 0px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma;
	color: #FFFFFF;
	text-indent: 5px;
	border: 5px ridge #FFFFFF;
}
body {
	margin: 0px;
	padding: 0px;
}

#banner h1 {
	margin-top: 0px;
	margin-left: 20px;
	padding: 0px;
	margin-bottom: 0px;
}
#main {
	color: #CCCCCC;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 1000px;
}
#leftcol {
	float: left;
	width: 200px;
	background-color: #3E6897;
	height: 275px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColHybLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat {
	clear: both;
}

#rightcol {
	float: right;
	width: 200px;
	background-color: #3E6897;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 365px;
}
#all {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
