@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	background-color: #FFF;
	background-image: url(../graphics/index/bg.jpg);
	margin: 0px;
}
body a {
	color: #666;
}
body a:hover {
	color: #cc6600;
}
body a:active {
	color: #3C3;
}
body a:visited {
	color: #060;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome &amp; avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #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: #FFF;
	margin: 0px;
	height: 109px;
	width: 900px;
	background-image: url(../graphics/index/headerImage.jpg);
	background-repeat: no-repeat;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 308px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
	background-color: #C9C9C9;
	background-position: bottom;
	background-image: url(../graphics/index/leftSide.png);
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 331px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFF;
	text-align: center;
}
.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 351px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFF;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box &amp; margin is the space outside the div box */
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 372px;
}
.twoColFixLtHdr #homeContent {
	padding: 0; /* remember that padding is the space inside the div box &amp; margin is the space outside the div box */
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 372px;
	background-image: url(../graphics/index/hpKey.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.twoColFixLtHdr #main2 {
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 371px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	width: 488px;
}
.twoColFixLtHdr #footer {
	padding-top: 10px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
	margin: 0px;
	width: 834px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element &amp; 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 li {
	line-height: 1.6em;
	font-weight: bold;
}

