@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;
	background-color: #FFC;
	background: #FFC url('../sliced-splash/images/menu.gif') repeat-x 0 90px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 90px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #menu {
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.oneColFixCtrHdr #menu a{
	color: #000;
	font-size: 20px;
	text-decoration: none;
}
.oneColFixCtrHdr #menu a:hover{
	color: #FFC;
}
.oneColFixCtrHdr #title{
	clear: both;
	height: 80px;
	text-align: center;
	color: #030;
	font-size: 20px;
	line-height: 80px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.oneColFixCtrHdr .leftCol{
	float: left;
	width: 272px;
}
.oneColFixCtrHdr .rightCol{
	float: left;
	width: 683px;
}
.oneColFixCtrHdr #content{
	clear: both;
	color: #000;
	font-size: 16px;
	text-align: justify;
}
.oneColFixCtrHdr .contentWarning{
	color: #C00;
	font-size: 12px;
}
.oneColFixCtrHdr .contentDiv{
	clear: both;
	height: 81px;
	line-height: 81px;
}
.oneColFixCtrHdr .contentButton{
	float: left;
	width: 141px;
}
.oneColFixCtrHdr .contentButtonDe{
	float: left;
	width: 160px;
}
.oneColFixCtrHdr .contentButtonDesc{
	float: left;
}
.oneColFixCtrHdr .memberDesc {
	float: left;
	width: 457px;
}
.oneColFixCtrHdr .memberList {
	float: right;
	width: 210px;
}
.oneColFixCtrHdr .memberList img {
	border: 2px outset #FFC;
}
.oneColFixCtrHdr .memberList img:hover {
	border: 2px inset #FFC;
}
.oneColFixCtrHdr .links {
	float: left;
	width: 547px;
	font-size: 12px;
}
.oneColFixCtrHdr .linkAds {
	float: right;
	width: 120px;
}
.oneColFixCtrHdr .linkDate {
	font-size: 10px;
	color: #999;
}
.oneColFixCtrHdr .footer {
	clear: both;
	width: 955px;
	height: 36px;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
}
.oneColFixCtrHdr .footer a{
	color: #030;
	font-size: 12px;
}
.oneColFixCtrHdr .footer a:hover{
	color: #0C3;
}
.oneColFixCtrHdr .footer img {
	border: 2px outset #FFC;
}
.oneColFixCtrHdr .footer img:hover {
	border: 2px inset #FFC;
}
.oneColFixCtrHdr .warningMsg {
	color: #000;
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
}

