body {
	background-color: #dcddde;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 12pt;
	text-align: center; }
	
* {
	padding: 0;
	margin: 0;
	border: 0; }

 .bodytext {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;}
	
#MainContainer {
	width: 945px;
	background-color:#cbdb2a;
	margin: auto;
	text-align: left; }

#Header {
	width:945px;
	height:110px;
	background-color: #636466; }
	
#BannerContainer {
	width:945px;
	height:263px; }
	
.BannerSpacerLeft {
	width:22px;
	height:263px;
	float:left;
	background-color:#dcddde; }
	
.Banner {
	width:901px;
	max-width: 901px;
	height:263px;
	float:left;
	}
	
.BannerSpacerRight {
	width:22px;
	height:263px;
	float:left;
	background-color:#dcddde; }
	
#TitleContainer {
	width:945px;
	height:31px; }

.TitleSpacerLeft {
	width:22px;
	height:31px;
	float:left;
	background-color:#dcddde; }
	
.Title {
	width:901px;
	height:31px;
	float:left; }
	
.TitleSpacerRight {
	width:22px;
	height:31px;
	float:left;
	background-color:#dcddde; }
	
#ContentContainer {
	width:945px;
	height:124px; }

.ContentSpacerLeft {
	width:22px;
	height:124px;
	float:left;
	background-color:#dcddde; }
	
.Content {
	width:901px;
	height:124px;
	float:left;
	background-color:#636466; }
	
.ContentSpacerRight {
	width:22px;
	height:124px;
	float:left;
	background-color:#dcddde; }
	
.Content a {
	color: #eef4ad;
	text-decoration: none; }
	
.Content a:hover {
	color: #cbdb2a;
	text-decoration: none; }
	
#Footer {
	width:945px;
	height:22px;
	background-color:#dcddde; }
	
/* S T A R T   O F   N A V I G A T I O N   C S S */

		#NavContainer {
		width:945px;
		height:34px; }
			
		.NavSpacerLeft {
		width:22px;
		height:34px;
		float:left;
		background-color:#dcddde; }
		
		.NavSpacerRight {
		width:22px;
		height:34px;
		float:left;
		background-color:#dcddde; }
			
		#Nav {
		background-color:#636466;
		font-family: arial, helvetica, sans-serif;
		font-size: 10px;
		display: inline;
		width: 901px;
		height: 34px;
		float: left;
		text-align: left;
		vertical-align:middle; }
			
		#Nav span {
		cursor: pointer; }
			
		#Nav a {
		display: inline;
		color: #ffffff; 
		margin-left: 30px;
		text-decoration: none; }
			
		#Nav a:hover {
		display: inline;
		color: #cbdb2a; 
		margin-left: 30px;
		text-decoration: none; }
			
		a#mylink {
		display: inline;
		color: #cbdb2a; 
		margin-left: 290px;
		text-decoration: none; }
			
		a:hover#mylink {
		display: inline;
		color: #eef4ad;
		margin-left: 290px;
		text-decoration:none; }
	
/* E N D   O F   N A V I G A T I O N   C S S */