#footer{
	clear:both;
	height: 50px;
	width:100%;
	background: #222;
	margin:0;
	padding:0;
	}
	
#footer_content{
	width:750px;
	height: 50px;
	margin:0 auto;
	}
	
#footer_navigation{
	font-family: "Tw Cen MT", "Trebuchet MS";
	font-size: 14px;
	color: #fff;
	padding-top: 15px;
	padding-bottom:15px;
	margin:0px;
	}

#footer_nav{
	list-style: none;
	margin: 0;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
	}
	
#footer_nav li{
	margin-right:4px;
	padding:15px 0px 20px 0px;
	display: inline;
	color:#FFF;
	}
	
#footer_nav a{
	padding:15px 20px 15px 20px;
	text-decoration: none;
	background-color:#333;
	color: #ffffff;
	}

#footer_nav .top a{
	padding:15px 15px 15px 15px;
	text-decoration: none;
	background-color: #CC0033;
	color: #fff;
	}

#footer_nav a:hover{
	color:#ffffff;
	background-color: #4D4D4D;
	}
	
#footer_nav .top a:hover{
	color:#fff;
	background-color: #FF0033;
	}
	
#footer_bottom{
	float:right;
	font-family: "trebuchet MS";
	font-size:0.7em;
	color:#BBB;
	padding-right:110px;
	margin-top:20px;
	}

#info_footer{
	padding:0px;
	width:710px;
	margin: 0px 0px 10px 10px;
	}

#footer_information{
	font-family: "trebuchet MS";
	}

#news_alert {
	font-family: "trebuchet MS";
	margin:20px 20px 20px 20px;
	padding:5px;
	color:#ffffff;
	text-align: center;
		}

#news_alert a{
	color:#ffffff;
	margin-top:5px;
	}


.news_alert_title{
	font-family: "trebuchet MS";
	font-size:12px;
	font-weight:bold;
	padding-left:0px;
	height: 20px;
	margin-bottom:5px;
	text-decoration: underline;
	background-image:url(warning_bk.jpg);
	background-repeat: no-repeat;
	color:#ffffff;
	}

