@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFF;
}
a:link {
	color:#555;
	text-decoration: none;
}
a:visited {
	color:#555;
	text-decoration: none;
}
a:hover {
	color:#555;
	text-decoration: underline;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666 url(images/site/templateBG.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 0px;  /* 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. */
} 
.twoColFixLtHdr #sidebar1 {
	width: 140px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 140px;
	background: #e0e0e0 url(images/site/corner.gif) no-repeat right top;
	padding: 15px;
} 
.twoColFixLtHdr #mainContentFP {
	margin: 0 0 0 140px;
} 
.twoColFixLtHdr #footer {
	float: left;
	border-right: 1px solid #767676;
	width: 139px;
	padding: 0;
} 
.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;
}
.twoColFixLtHdr #container #mainContent a img {
	padding-top: 85px;
}
#mainContent p {
	color: #444;
	line-height: 1.3;
	font-size: 75%;
}
.twoColFixLtHdr #container #mainContentFP a img {
	padding-top: 60px;
}
