	
	/* Controls overall look of your site*/

body {
	font-size: 10pt;
	font-family: Arial;
	margin: 0 auto;
	text-align: center;
	background-color: #002448;
	color: #FFFFFF;
		}
		
a:link {color: white;
	font-size: 10pt; 
	font-family: Arial;	
	text-decoration: none; 
	}
a:visited
	   {color: white;
	font-size: 10pt; 
	font-family: Arial;
	text-decoration: none; 
	}

a:hover {
	color: red
	}

	/* Size and position of your Container*/
	
#Container { 
	background-image: url(/Images/Index_04.jpg);
	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; 
	width:1000px; 
	border-width: 0; 
	}
#Background {
	Float: left;
	width: 1000px;
	height: auto;
	clear: none;
	}
	
#Nav {
	font-size: 12pt;
	height:auto;
	width:160px;
	float: left;
	clear: none;
	margin-top: -970px;
	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; 
	}
	
#Main {
	margin-top: -1050px;
	margin-left: 200px;
	Float: left;
	width: 800px;
	height: auto;
	clear: none;
	}
	
#News { font-size: 10pt; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	height:auto; 
	width:550px; 
	float: left; 
	clear: none; 
	}
#Google { background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	Float: left; 
	width: 275px; 
	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;
	clear: both;
		}
#Footer a:link { 
	color: silver; 
	}
#Footer a:visited { 
	color: white; 
	}
#Footer a:hover { 
	color: red; 
	}
#FooterText {
	position: relative;
	margin-bottom: 140px;
	}