@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "None Verdana", Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	top: auto;
	list-style-type: 10px;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0px 222px;
	overflow: hidden;
	background-image: url(images/tallback.jpg);
	height: auto;
} 
.twoColFixLtHdr #header {
	padding: 3px 10px 0 7px;
	height: 220px;
	margin: 0px;
	background-image: url(images/blankBanner.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/aboutusBanner.jpg);
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 7px 10px 15px 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	min-height: 100%;
	color: #FFD378;
	font-weight: lighter;
	font-style: oblique;
	line-height: 1.3;
	text-transform: none;
	height: 100%;
	background-image: url(images/tallback.jpg);
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 245px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 445px;
	table-layout: fixed;
	line-height: 1.1px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	height:auto;
	font-size: 1px;
	line-height: 0px;
	width: 360px;
	float: right;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: top;
	line-height: 1.4;
	margin: 0px;
	padding: 5px 0px 5px 12px;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111416;
}
a:link {
	color: #00507B;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
}
a:visited {
	color: #A83B24;
}
a:active {
	color: #A83B24;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	color: #111416;
}


