@charset "utf-8";

body {
	background-color: #effdfd;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font: 100% Tahoma, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #0d0d0d;
}
body,td,th {
	color: #0d0d0d;
}
a:link {
	color: #d92b2b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d92b2b;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #d92b2b;
}

.listHeader {
	color: #d92b2b;
	font-weight: bold;
}

.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align:justify;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 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. */
}
.oneColFixCtrHdr #mainContent h1 {
	color:#0d0d0d;
}
.oneColFixCtrHdr #mainContent h2 {
	color:#0d0d0d;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-transform: none;
	text-align: center;
}
.oneColFixCtrHdr #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 */
}

