@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(../Images/bg-strip2.jpg);
	background-repeat: repeat;
}
* {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	color: #444444;
}
h1 {
	font-size: 24px;
	color: #777777;
	margin-top: 10px;
	margin-bottom: 8px;
}
h2 {
	font-size: 16px;
	color: #777777;
	margin-top: 8px;
	margin-bottom: 8px;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 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. */
	width: 750px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 50%;
	text-align: center;
	margin: 0px;
}
.oneColFixCtrHdr #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	margin-top: 15px;
}
#pop {
	text-align: right;
	margin-top: -47px;
	margin-right: 1px;
}
.img-left {
	clear: right;
	margin-right: 8px;
}
