@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: #2a2a2a;
}
body {
	background-color: #616161;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.oneColFixCtr #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #545950;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bgHeader.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.oneColFixCtr #mainContent {
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
	background-image: url(images/bgMain.jpg);
	background: ffffff;
	color: #2a2a2a;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.oneColFixCtr #mainContent2 {
	padding-left: 100px;
	padding-right: 100px;
	background-image: url(images/bgMain.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

.oneColFixCtr #headerContent {
	padding-right: 100px;
	padding-left: 100px;
	margin-top: 60px;
}
.oneColFixCtr #headerContentPage {
	padding-right: 100px;
	padding-left: 100px;
	margin-top: 0px;
	margin-bottom: 30px;
}
body,td,th {
	color: #2a2a2a;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}
a:link {
	color: #e20d05;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e20d05;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
.copyright {
	font-size: 9px;
	color: #999999;
}
.footerAddress {
	color: #e20d05;
	font-weight: bold;
}
.bigred {
	color: #E90C11;
	font-weight: bold;
	font-size: 14px;
}
.LinkList {
	font-size: 9px
}
.style1 {
	font-size: 12px;
	color: #000000;
}
.LilBlack {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

