/*
HTML Page elements
---------------------
*/

	body {
		background-color: #d2e4cb;
		color: #000000;
		background-image: url("/images/themes/standard/common/body-bg-tile.jpg");
		background-position: top center;
		background-repeat: repeat-x;
	}
	
	a, a:visited {
		color: #0080B4;
		text-decoration: underline;
	}
	a:hover {
		color: #4b9932;
		text-decoration: underline;
	}
	a img , a:visited img, a:hover img {
		text-decoration: none !important;
	}


/*
Misc positioning elements
-------------------------
*/
	
	#fullBrowserWidth {
		background-image: none;
		background-position: top center;
		background-repeat: repeat-x;
	}

/*
Header elements
-------------------------
*/
	
	#headerArea {
		background-image: url("/images/themes/standard/common/header-bg.jpg");
	}
	
	#cssLinks {
		color: #EEE39C;
	}
	#cssLinks a, #cssLinks a:visited {
		color: #EEE39C;
		text-decoration: none;
	}
	#cssLinks a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#flashSoundControl {
		color: #EEE39C;
	}

/*
Footer elements
-------------------------
*/

	#footerFullWidth {
		background-image: url("/images/themes/standard/common/footer-bg-tile.gif");
		background-position: bottom center;
		background-repeat: repeat-x;
	}
	
	#footerArea {
		color: #d2e4cb;
		text-align: left;
	}
	#footerArea a, #footerArea a:visited {
		color: #378928;
		text-decoration: none;
	}
	#footerArea a:hover {
		color: #378928;
		text-decoration: underline;
	}
	
	#footerArea #toTop a {
		position: absolute;
		top: 15px;
		left: 0px;
		width: 150px;
		height: 27px;
	}
	
	#footerArea #toTop a, #footerArea #toTop a:visited {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 0px 21px;
		background-image: url("/images/themes/standard/common/to-top-off.gif");
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	#footerArea #toTop a:hover {
		background-image: url("/images/themes/standard/common/to-top-over.gif");
	}
	
	#footerArea #footerLinks {
		position: absolute;
		top: 20px;
		right: 0px;
	}
	#footerArea #footerLinks a, #footerArea #footerLinks a:visited {
		color: #378928;
		text-decoration: none;
	}
	#footerArea #footerLinks a:hover {
		color: #378928;
		text-decoration: underline;
	}
	
	#footerArea a.addthis_button {
		position: absolute;
		top: 50px;
		left: 418px;
	}
	
	#copyright {
		position: absolute;
		top: 50px;
		right: 0px;
		color: #d2e4cb;
	}
	#copyright a, #copyright a:visited {
		color: #378928;
		text-decoration: none;
	}
	#copyright a:hover {
		color: #378928;
		text-decoration: underline;
	}
	
	
	
	
	
	
	
	
	
	