@charset "utf-8";
.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left;
	font-size: 13px;
	line-height: normal;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
} 

.twoColFixLtHdr #header {
	text-align: left;
	padding: 0px;
	width: 950px;
	margin-left: 22px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 60px;
} 
#headerMenuContent1 {
	float: left;
	height: 50px;
	width: 300px;
}
.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 {
	width: 170px;
	float: left;
	margin-top: 15px;
	height: 550px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent {
	height: auto;
	width: 975px;
	padding: 0;
	margin-bottom: 20px;
	margin-left: 10px;
} 
.twoColFixLtHdr #footer {
	font-size: 12px;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
} 
.twoColFixLtHdr #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 */
}
.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 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;
}
.indexMainPhoto {
	height: 400px;
	width: 500px;
	margin-right: 15px;
}
.indexMainPhoto {
	margin-right: 15px;
}
#preFooter {
	float: left;
	height: 30px;
	width: 950px;
	margin-top: 10px;
	margin-left: 22px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
	vertical-align: middle;
	line-height: 250%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Footer1 {
	float: left;
	width: 950px;
	margin-top: 10px;
	margin-left: 22px;
}

#Spacer {
	float: left;
	height: 20px;
	width: 950px;
	margin-top: 10px;
	margin-left: 20px;
}
#headerTextContent1 {
	float: left;
	height: 60px;
	width: 250px;
}
#headerTextContent1SubContent1 {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	height: 42px;
	width: 173px;
}
#headerTextContent2 {
	float: left;
	height: 60px;
	width: 700px;
}
#headerTextContent2SubContent1 {
	float: left;
	height: 25px;
	width: 700px;
}
#headerTextContent2SubContent2 {
	float: left;
	height: 45px;
	width: 700px;
}
#FooterSpace {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#TextContent1SubContent1 {
	float: left;
	height: 42px;
	width: 173px;
	margin-top: 40px;
	margin-left: 30px;
}
#NavBarContent1 {
	float: left;
	margin-top: 2px;
	margin-left: 140px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 550px;
}

