@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;
	font-family: "None Verdana", Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	top: auto;
}
.twoColFixLtHdr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background-color: #AEBABF;
	background-repeat: repeat-y;
	background-position: 0px 222px;
	overflow: hidden;
	background-image: url(images/tallback.jpg);
	font-size: 12px;
	text-align: left;
} 
.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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFD378;
	font-weight: 100;
	font-style: normal;
	line-height: 1.4;
	text-transform: none;
	letter-spacing: 0.05em;
	filter: DropShadow(Color=#ff0000, offx=5em, offy=5em, positive=true);
	padding: 45px 9px 15px 15px;
	height: 100%;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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: 19px 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: 460px;
	table-layout: fixed;
	line-height: 1.4;
	list-style-type: square;
	list-style-position: outside;
	white-space: normal;
} 

.twoColFixLtHdr #footer {
	float: none;
	position: relative;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	line-height: 1.4;
	margin: 0px;
	padding: 5px 0px 5px 12px;
	list-style-type: square;
}
.twoColFixLtHdr #container #header {
	background-image: url(images/aboutusBanner.jpg);
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111416;
	font-weight: normal;
	padding: 0px;
	list-style-type: square;
	line-height: 1.4;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-align: left;
}
