@charset "UTF-8";

	/* These are the old styles needed for older pages on the site */
		@import "ancient.css";
	/* This is for the top and side nav stuff */
		@import "ForNavigation.css";
	/* This is for the Front Page */
		@import "Frontpage.css";
	/* This is for the ads */
		@import "ForAds.css";

/* General settings */
* {
	margin:0 auto;
	padding:0;
}
	
html, body {	
	margin:0 auto;
	padding:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF url(../images/MainBacking.jpg) repeat;
}

.MainStage {
	display:block;
	width:768px;
	padding:9px 0 16px 0;
	overflow:hidden;
	margin:0 auto;
	clear:both;
	background:#FFFFFF top center no-repeat;
}

/* Header settings */
/* .FrontPageHeader { Previous version
	height:255px;
	width:100%;
	clear:both;
} */

.FrontPageHeader {
	display:block;
	height:168px;
	width:100%;
	clear:both;
}


/* Header settings */
.OtherPageHeader {
	padding:26px 0 135px 0;
	margin:0;
	width:100%;
	clear:both;
}

.AdminAdReplacement {
	display:block;
	width:100%;
	height:90px;
}


/* The Body settings */		
.Stage {
	display:block;
	width:100%;
	padding:0 2px 0 4px;
	overflow:hidden;
}

acronym, abbr {
	cursor: help;
}

.Stage ol {
	margin-left:15px;
	list-style-position:outside;
}
	.Stage ol li {
		font-size:12px;
		margin:0 5px 4px 5px;
	}



	
/* Footer */
#footer {
	display:block;
	width:768px;
	margin:0 auto 3px auto;
	padding:5px 10px 3px 10px;
	font-size:10px;
	text-align:center;
	color:#6e6e6e;
	overflow:hidden;
	clear:both;
	background-color:#FFFFFF;
}
	#footer a {
		font-size:10px;
		color:#6e6e6e;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	
/* Social Media */

.SocialMediaAd {
	width:178px; 
	height: 250px; 
	display: block; 
	background-image: url(../images/advertisements/socialmedia.png); 
	margin-bottom: 7px;
	}	
	
	.SocialMediaAd span {
		display: block; 
		height: 40px;
		width: 178px;
		}
	
	.SocialMediaAd a {
		width:87px; 
		height: 190px; 
		display: block; 
		float: left;
		}	
	
/* Member Login Page */
.memberLoginPage {
	width: 603px; 
	height: 521px; 
	display: block; 
	background: url(../images/oops.jpg) no-repeat 0 20px;
	}	
	
	.title {
		font-family: Arial, Helvetica, sans-serif;
		color: #db0f01;
		font-size: 12px;
		margin: 0;
		padding: 0;
		font-style: italic;
		font-weight: bold;
		}
	
	.memberLoginPage p.par01, .memberLoginPage p.par02, .memberLoginPage p.par02 A, .memberLoginPage p.par01 A {
		font-family: Arial, Helvetica, sans-serif;
		color: #363636;
		font-size: 12px; 
		margin: 0;
		line-height: 18px;}
		
	.memberLoginPage p.par02 A, .memberLoginPage p.par01 A { text-decoration: underline;}	
		
		
		
	.memberLoginPage p.par01 {padding: 27px 280px 20px 57px;}
	.memberLoginPage p.par02 {padding: 0 160px 20px 70px;}
	
	
	.userNamePW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	font-weight: bold; }
