@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, 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;
	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;
	background-image: url(/images/page-background-top.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 900px;  /* 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 */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


p {
margin-top: 0;
margin-bottom: 0;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}

.style1 {
	color: #999999;
	font-size: 11px;
	font-family: Arial;
}

.style2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.style3 {
	font-family: Verdana;
	font-size: 15px;
	color: #333333;
}

.style4 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #CCCCCC;
}

.style5 {
	color: #333333;
	font-family: Verdana;
	font-size: 16px;
}

.style6 {
	color: #333333;
	font-family: Arial;
	font-size: 17px;
}

.style7 {
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 17px;
}

.style8 {
	font-family: Tahoma;
	font-size: 16px;
}

.style9 {
	color: #CCCCCC;
	font-family: Arial;
	font-size: 17px;
}
