	
	/* Controls overall look of your site*/

	body {
		font-size: 10pt; 
		font-family: Arial; 
		background-color: #002448; 
		margin: 0 auto; 
		text-align: center; }
		
	a:link {color: black;
		font-size: 10pt; 
		font-family: Arial;	
		text-decoration: none; 
		}
	a:visited
	       {color: cyan;
		font-size: 10pt; 
		font-family: Arial;
		text-decoration: none; 
		}

	a:hover {
		color: red
		}

	/* Size and position of your Container*/
	#Container { 
		background-repeat: repeat; 
		background-attachment: scroll; 
		background-position: 0 0; 
		margin:0 auto; 
		text-align: left; 
		width:1000px; 
		}

	/* Size and position of your Top Header*/
#Header { 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	width:1000px; 
	border: yellow solid 0px; 
	}
	
#Main { 
	background-image: url(/Images/Index_04.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	Float: none; 
	width:1000px; 
	height: auto; 
	clear: none; 
	}
#Nav { 
	font-size: 12pt; 
	height:auto; 
	width:160px; 
	float: left; 
	clear: none; 
	margin-top: 80px; 
	margin-left: 5px; 
	}
#Nav a:link { 
	color: red; 
	font-size: 12pt; 
	}
#Nav a:visited { 
	color: red; 
	font-size: 12pt; 
	}
#Nav a:hover { 
	color: black; 
	font-size: 12pt; 
	}
#News {
	font-size: 10pt;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	height:auto;
	width:620px;
	float: left;
	clear: none;
	 }
#News a:link { 
	color: red; 
	font-size: 12pt; 
	}
#News a:visited { 
	color: red; 
	font-size: 12pt; 
	}
#News a:hover { 
	color: black; 
	font-size: 12pt; 
	}
#Google { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; Float: left; width: 200px; clear: none; }
#InfoCenter a:link {
		color: black;
		font-size: 10pt; 
		font-family: Arial;
		text-decoration: none; 
		}
#InfoCenter a:visited {
		color: black;
		font-size: 10pt; 
		font-family: Arial;
		text-decoration: none; 
		}
#InfoCenter a:hover {
		color: red;
		}
#WhatsNewBox{ 
	width: 500px; height: 580px; float: left; background-image: none; background-repeat: repeat; }
#WhatsNew{ overflow: auto; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: none; position: relative; top: 12px; width: 550px; height: 450px; float: left; }
#Poll { color: black; font-size: 10pt; font-family: Arial; background-image: url(/stationimages/background.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width:200px; height:350px; float: left; clear: none; margin-left: 50px; }
/* Size and position of InfoCenter*/
/* Links within Info Center which may need to be different than your other links*/
/* .big is used to control size and family of weather font */
	.big { 
		color: white; 
		font-family:Arial; 
		font-size:12px; 
		}


	/* Size and position of Bottom */
	#Footer { 
		background-image: url(/Images/Index_05.jpg); 
		width:1000px; 
		float: left;
		clear: none; 
		}
#Footer a:link { 
	color: gray; 
	}
#Footer a:visited { 
	color: white; 
	}
#Footer a:hover { 
	color: red; 
	}
#FooterText {
	position: relative;
	margin-bottom: 140px;
	}