@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	background: #333;
}
.oneColFixCtrHdr #container {
	margin: 50px auto auto; /* this overrides the text-align: center on the body element. */
	color: #ccc;
	width: 900px;
}
.oneColFixCtrHdr #header {
	list-style: url(../none) none;
	padding: 20px 0px 2px 100px;
}
.oneColFixCtrHdr #header h1 {
	text-transform: none;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFF;
	margin-top: 10px;
}
.oneColFixCtrHdr #container #header a {
	font-size: 100%;
	font-variant: small-caps;
	text-align: left;
	float: none;
	margin: 0px;
}
#navbar {
}
.flashcontent {
	background: #333;
}
.oneColFixCtrHdr #footer {
	padding: 0 100px 0 0px;
	text-align: left;
}
.oneColFixCtrHdr #footer p {
	padding: 10px 0;
	text-align: right;
	font-size: 65%;
	color: #CCC;
	margin-right: 125px;
}
body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
