body{
	font-family: verdana, arial, tahoma;
	font-size: 0.8em;
	margin: 12px 0 0px 24px;
	padding: 0 0 0 0;
	}
	
a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
.error{
	font-size: 0.8em;
	color: Red;
	}
	
.image{
	float:right;
	margin: 6px;
	margin-top: 6px;
	}

	
.header{
	margin-left: 4px;
	font-weight: bold;
	color: #25551a;
	}
	
.station_list{
	font-size: 0.8em;
	font-family: verdana;
	}

#standard_form{
	text-align: left;
	}
	
#standard_form .error{
	font-size: 1em;
	}
	
#standard_form p{
	text-align:left;
	margin: 0;
	}
	
#standard_form label{
	text-align: right;
	vertical-align: top;
	width: 10.5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
	}
	
#standard_form .submit{
	margin-left: 11.2em;
	background: #ffffff;
	color: #000000;
	border: 2px solid #999999;
	font-size: 1em;
	}

.submitbutton_lower{
	margin: 0px;
	}

	


#head, #pic_head{
	width: 960px;
	border-collapse: collapse;
	}
	
#head tr td p{
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: right;
	margin-right: 6px;
	margin-bottom: 4px;
	}
	
#pic_head tr td{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	}

#menu, #pic_head .maintext, #pic_head .rightbar{
	vertical-align: top;
	font-size: 0.8em;
	}

#pic_head .rightbar{
	text-align: center;
	}

#menu p{
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}

#menu .align{
	margin-left: 10px;
	}
	
#menu .title{
	margin-left: 10px;
	font-size: 2em;
	}
	
#pic_head .maintext p, #pic_head .maintext_c p{
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	}
	
.maintext p a img{
	border:0px;
	}


#news{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	}

#news .news_head{
	width: 240px;
	border-top: 1px solid #104d01;
	border-right: 1px solid #104d01;
	border-left: 1px solid #104d01;
	background: #104d01;
	color: #ffffff;
	}
	
#news .news_head p{
	margin-top:4px;
	margin-left: 4px;
	margin-bottom: 4px;
	}
	
#news .news_body{
	border: 1px solid #104d01;
	}

#news .news_body p{
	margin: 0 0 0 4px;
	padding: 0;
	}
	
#news .news_body div p{
	margin:0px
	}


#news .news_foot{
	height: 20px;
	border-bottom: 1px solid #104d01;
	border-right: 1px solid #104d01;
	border-left: 1px solid #104d01;
	background: #104d01;
	color: #ffffff;
	}

#button{
	background: #eaeaea;
	}

#pic_head .credit p{
	text-align: center;
	font-size: 0.8em;
	margin-top: 4px;
	}
	
#facilities{
	width: 470px;
	border-collapse: collapse;
	}
	
#facilities tr td{
	width: auto;
	border-bottom: 1px solid #000000;
	}


	
/* liScroll style declarations */
 
.tickercontainer { /* the outer div with the black border */
border: 2px solid #1e6c24;
background: #fff; 
width: 960px; 
height: 27px; 
margin: 0; 
margin-top: 6px; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0.5%;
top: 8px;
width: 99%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 960px;
width: 1000px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
 
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #090ff7;
font: bold 10px Verdana;
margin: 0 10px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

#news .news_body div{
	margin: 0px;
	border:0px;
	padding: 0px;
	height:100px;
	width: 100%;
	}
	
#news .news_body .tickercontainer .mask{
	top:1px;	
	}
	
#news .news_body ul.newsticker{
	margin:0px;
	left:0px;
	top:110px;
	}
	
#news .news_body ul li{
	margin-bottom: 12px;
	}
	