﻿body 
{
	text-align: center;
	background: #FFF;
	color: #444;
	font-family: Arial, Helvetica, Sans-Serif;
}
#container
{
	text-align: left;
	margin: 0 auto;
	width: 700px;
	background: #FFF url(images/headerUBSBlueFade.png) repeat-y 0%;
<!--#293955, 043663 ;-->
}
h1 
{
	background: #fff url(images/leecountybanner.gif) no-repeat 0%;
	color: #293955;
	padding: 20px;
	margin: 0;
	border-bottom: 5px solid #043663;
	text-align: right;
	font-family: Times, Arial, Sans-Serif;
}

#topNav
{
	float: left;
	width: 130px;
	display: inline;
	margin-left: 20px;
	padding: 15px 0;
}

#topNav ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#topNav li 
{
	background: url(Images/header-bullet.gif) no-repeat 100% .4em;
	padding: 0 10px 5px 0;
}
#content 
{
    float: left;
    width: 475px;
	margin-left: 45px;
	padding: 15px 0;
}
#content h2 
{
    color:blue;
}
#footer 
{
	clear:both;
	color:white;
	background: url(images/backgroundUBSBlue.png) repeat;
	padding: 5px 10px;
	text-align: center;
	font-size: 80%;
}
#footer a
{
    text-decoration: none;
    padding: .2em 0;
    position:relative;
    z-index: 1;
    font-weight: bold;
    color:White;
}
#footer a:hover, a:active
{
    color:#660033;
    background: #FFEEAA;
}

h2 
{
	margin-top: 0;
	color: #B23B00;
	font-weight: normal;
}

#topNav a 
{
    text-decoration: none;
    padding: .2em 0;
    position:relative;
    z-index: 1;
    font-weight: bold;
}

#topNav a:link 
{
    color:#fff;
}
#topNav a:visited
{
    color:#fff;
}
#topNav a:hover, a:active
{
    color:#660033;
    background: #FFEEAA;
}
