@charset "UTF-8";
body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #000000;
}
.style1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 70px;
	padding-right: 50px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.heading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: normal;
	color: #666666;
	padding-left: 70px;
	font-weight: normal;
	background-color: #000000;
}
.oneColFixCtr #mainContent {

padding-right: 40px;
}

#footer {
	padding-top:5px;
	padding-bottom:20px;
	padding-left:75px;
	background:rgb(0,0,0);
	text-align:left;
	color:#666666;
	font-size:12px
}
a:link {
	color:#666666
}    /* unvisited link */
a:link {text-decoration:none}
a:visited {
	color:#666666
} /* visited link */
a:visited {text-decoration:none}
a:hover {color:#af2c27}   /* mouse over link */
