﻿.footer
{
	width:780px;
	float:none;
    clear:both;	 
	display:block;
	background-color: #003399;
    color: #ffffff;
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    padding-bottom:5px;
}

.footer a 
{
    color: #ffffff;
}

.footer ul 
{
	display:block;
	padding-top:3px;
	padding-bottom:0px;
	background-color: #003399;
    color: #ffffff;
}

.footer li 
{
	border-right: solid 1px white;
	display:inline;
	font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
	white-space:nowrap;
	padding:3px  20px 3px 20px;
	background: #003399;
	color:#fff;
	float:left;
	}
li.last
{padding-right:0px; border-right:none; clear:right;}
	
.footer li a
{
    color: white;
    font-weight: bold;
}

.footer li a:hover
{
    color: #ffcc66;
    font-weight: bold;
    text-decoration: none
	background:#08c;
	color:#fff;
}

