@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000;
}
body, form, h1, h2, h3, h4, h5, h6, p, ul, li { 
	margin: 0; 
	padding: 0; 
}
A:link {
	text-decoration: underline;
	color: #CDCAFF;
}
A:visited {
	text-decoration: underline;
	color: #CDCAFF;
}
A:active {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #CCC;
}
.posted {
	font-style: italic;
	font-size: 11px;
}
.bold {
	font-weight: bold;	
}
img {
border: 0;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin: 0px;
	background-color: #3F4368;
	border: 1px solid #969696;
}
.oneColFixCtrHdr #menu {
	padding: 0;
	margin: 0px;
	background-color: #5B5E78;
	background-image: url(interface/button_gradient.gif);
	background-repeat: repeat-x;
	height: 45px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969696;
	border-bottom-color: #969696;
	border-left-color: #969696;
}
.oneColFixCtrHdr #mainContent {
	background-color: #5b5e78;
	margin: 0px;
	height: 100%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969696;
	border-left-color: #969696;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	margin: 0px;
	background-color: #3F4368;
	background-image: url(interface/foot_gradient.gif);
	background-repeat: repeat-x;
	border: 1px solid #969696;
}
.oneColFixCtrHdr #copyright {
	padding: 0;
	margin: 0px;
	background-color: #000;
	text-align: right;
}
.oneColFixCtrHdr #copyright p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
