/* CSS Document */
/* Main CWL Style Sheet */
/* Major Revision 3 */

/* Styles which transcend all things.... */
/* Styles on this page affect all pages because they deal with everything outside of the 'editable' content space.
   Say that again?
	 Things on this page affect the main template.  That is, no specific page markup, no content elements.
*/

body {
	background: #336;
	padding: 0px;
	margin: 0px;
}

div#MainPage {
	width: 100%;
	border: 0px;
	padding: 0px;
	background: #336;
}

div#HeaderSpace {
	clear: both;
	width: 100%;
	border: 0px;
	padding: 0px;
	float: left;
}

/* This is the space where the 'brand' logo appears */
div#BrandingSpace{
	clear: both;
	display: block;
	width: 100%;
	height: 108px;
	background: #000;
	border: 0px;
	padding: 0px;
	float: left;
}

/* This is also the space where the 'brand' logo appears */
div#BrandingTop {
	background: url(../images/banner.jpg) no-repeat top left;
	width: 100%;
	height: 108px;
	border: 0px;
	padding: 0px;
	float: left;
}

div#Copyright {
	/*
	position: absolute;
	right: 1px;
	visibility: hidden;
	*/	
        width: 800px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	display: block;
	color: #BBBBBB;
	padding-top: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 40px;
}

div#ContentSpace {
	/*
	position: relative;
	left: 30px;
	*/
	width: 810px;
	float: left;
	background: #336;
	border: 0px;
	padding: 0px;
	color:#000000;
	margin: 6 0 0 20;
}

div#ContentSpace a {
	text-decoration: none;
	color: #00F;
}

	div#ContentSpace a:visited {
		color: #00F;
		text-decoration: none;
	}

	div#ContentSpace a:hover {
		color: #66F;
		text-decoration: none;
	}

	div#ContentSpace a:active {
		color: #00F;
		text-decoration: none;
	}

div#ContentSpace hr {
	color: #666;
	background-color: #666;
	height: 1px;
	border: 1px solid #666;
}

div#ContentSpace p {
	display: block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 12 0;
	text-indent: 12px;
}

