	
	/* Controls overall look of your site*/

	body {
	color:#f2fa02;
	font-family: Arial;
	background-image: url(/stationimages/bkgd.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	margin:0;
	text-align: center;
}
		
	a:link {color: white;
		font-size: 10pt; 
		font-family: Arial;	
		text-decoration: none }
	a:visited
	       { color: #fdfefe; font-size: 10pt; font-family: Arial; text-decoration: none  }

	a:hover {color: #f9bc04}
	
	/* Size and position of your Container*/
	#Container { 
			margin:0 auto; 
			text-align: left;
			width:1024px;
		  }
	
	/* Size and position of your Header*/
	#Header { 
		
		position: static; 
		width:1000px;; 
		}	
	/* Size and position of Left Content*/
	#Nav { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float:left; width: 200px; height:auto; }

	/* Size and position of Right Content*/
	#Main { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width:800px; float:left; }
	/* Size and position of Right Content*/
	#MainPRS {
		float:right;
		width:760px;
		background:#000066;
		}


	/* Size and position of Footer */
	#Footer {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 1000px;	
	clear:both;
	}
/*Nav Spacing Settings*/
#NavSpacing { font-size: medium; margin-top: 5px; margin-left: 25px; }
