html, body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #3f8ed0 url(../../images/background.png) repeat-x;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%; 
}

#footerShadow { 
	background-image: url(../../images/footershadowBlue.gif);
	height: 77px;
	width: 100%;
}


		/*	-------------------------------------------------------------
		7. HOME TABS
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/  

		#homeTitle, #homeTitle a, #homeTitle a:link, #homeTitle a:visited {
			color: #deebf6;
			font-size: 1.2em;
			margin: 0px 0 -2px 0;
		}

		#homeTitle a:hover {
			color: #fff;
			text-decoration: none;
		}


		#homeReadmore, #homeReadmore a, #homeReadmore a:link, #homeReadmore a:visited  {
			color: #deebf6;
		}

		#homeReadmore a:hover {
			color: #fff;
			text-decoration: none;
		}

		.tabs {
			color: #fff;
		}

		.tabs a, .tabs a:link, .tabs a:visited  {
			color: #deebf6;
		}

		.tabs a:hover {
			color: #fff;
			text-decoration: none;
		}