/* Main Area */
	@import "s1.css";
/* Extra Stuff */
	@import "s2.css";
/* Nav */
	@import "s3.css";	
/* Logged in area specific */
	@import "s3.css";	
/* backing specific */
	@import "s4.css";	



body#BlueMe {
	margin:0;
	padding:0;
	background-color:#75a1ae;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	width:100%;
	height:100%;
}

body#Greeny {
	margin:0;
	padding:0;
	background-color:#A0BBAB;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	width:100%;
	height:100%;
}

body#Tanny {
	margin:0;
	padding:0;
	background-color:#C5C290;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	width:100%;
	height:100%;
}

a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #006666;
}
