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;
	background-image: url(../images/sideImage.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 955px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/container.jpg);
	background-repeat: repeat-y;
	background-position: center top;
} 
.twoColFixLtHdr #header {
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	height: 149px;
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	overflow: visible;
} 
.twoColFixLtHdr #mainContent {
	padding: 0;
	margin: 0;
	width: 949px;
	float: right;
} 
.twoColFixLtHdr #side {
	width: 280px;
	float: left;
}
.twoColFixLtHdr #sideText {
	width: 240px;
	float: left;
	padding-left: 22px;
}

.twoColFixLtHdr #text {
	width: 610px;
	float: left;
	padding-top: 25px;
	height: auto;
	overflow: visible;
}
.twoColFixLtHdr #licenseLogo {
	width: 600px;
	float: right;
	height: 150px;
	position: inherit;
	overflow: visible;
	text-align: right;
	visibility: inherit;
	padding-left: 20px;
}

.twoColFixLtHdr #container #mainContent #side p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.twoColFixLtHdr  #text  h1   {
	font-family: "Eras Light ITC", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #244C17;
}
.twoColFixLtHdr  #text  h2   {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
}

.twoColFixLtHdr  #text  p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.twoColFixLtHdr  #text  li   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: square;
	color: #244C17;
}
.quotes {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;

}



.twoColFixLtHdr #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-left: 26px;
	text-align: left;
	position: relative;
	height: 40px;
	width: 920px;
	overflow: hidden;
	margin: 0px;
	background-position: left center;
} 
.twoColFixLtHdr  #footerSiteMap  a   {
	color: #666666;
}

.twoColFixLtHdr   #footerSiteMap   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
	width: auto;
	float: right;
	position: relative;
	padding-right: 10px;
	overflow: hidden;
}
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.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;
}
.twoColFixLtHdr #container #mainContent #side #sideText a {
	color: #333333;
}
