@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: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #848484;
	background-position: top;
}
.oneColFixCtrHdr #container {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	border: 1px solid #000000;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 20px;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 22px;
	color: #999999;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 18px;
}
a:link {
	text-decoration: none;
	color: #3399FF;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
