﻿#banner-content {
	height: 24px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	background: #0066a4;
	border-bottom:5px solid #CCCCCC;
	clear: both;
}

#banner-content label{
	color: white;
	font-size: 1.1em;
	font-family: Arial;	
	vertical-align: baseline; 
	display: inline;
	clear: both;
}

table
{
    width: 100%;
    margin-left: 1px;
    border: 0;
    border-collapse: collapse;
}  

td
{
    text-align: center;
}

#bottom-content {
	font-size: 0.9em;
}


