body 
{
	font-family: verdana;
	text-align:center;
}

#container 
{
	width: 800px;
	margin: 20px auto 0 auto;
	text-align:left;
}

#left
{
	float: left;
	background-image: url('../images/businessbg.jpg');
	width: 400px;
	padding: 28px 0 0 0;
}

#right
{
	float: right;
	background-image: url('../images/private.jpg');
	width: 400px;
	padding: 28px 0 0 0;
}

#footer
{
	font-size: 0.7em;
	margin-top: 20px;
}

p, h1, h3
{
	text-align: center;
}

a:link, a:visited 
{ 
	color: #000;
}

a:hover, a:active 
{ 
	color: #000;
}

h1 a:link, h1 a:visited
{ 
	color: #fff;
	text-decoration: none;
}

h1 a:hover, h1 a:active 
{ 
	color: #fff;
	text-decoration: none;
}

h3.business a:link, h3.business a:visited
{ 
	text-decoration: none;
	color: #3a4455;
}

h3.business a:hover, h3.business a:active 
{ 
	text-decoration: none;
	color: #3a4455;
}

h3.private a:link, h3.private a:visited
{ 
	text-decoration: none;
	color: #237dc5;
}

h3.private a:hover, h3.private a:active 
{ 
	text-decoration: none;
	color: #237dc5;
}

h1
{
	font-size: 0.8em;
	font-weight: bold;
}

h2
{
	color: #fff;
	margin-top: 212px;
	font-size: 2.1em;
	padding-left: 28px;
	font-weight: bold;
}

h3
{
	font-size: 0.8em;
	line-height: 18px;
	padding: 10px 0 30px 0;
	font-weight: bold;
}

h3 img
{
	margin-top: 10px;
}

#footer li
{
	display: inline;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

.leadership
{
	padding-left: 120px;
}

.homepagelogo
{
	margin: 25px 0 0 50px;
}