body, html {
	background-color: white;
	color: #006eb9;
	font: normal small/1.4em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #006eb9;
	text-align: center;
	margin: 0;
	padding: 0;
	
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: #006eb9;	
	margin-bottom: 1em;
	margin-top: 1.6em;
	text-align: left;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #8e8e8e;	
	margin-bottom: 0.4em;
	margin-top: 0.8em;
	text-align: left;
	line-height: 1.2em;
}

a:link, a:visited {
	color: #006eb9;	
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}	


p {
	margin-bottom: 1.2em;
	margin-top: 0;
	text-align: left;
}

ul {
	text-align: left;
}

#header {
	width: 100%;
	height: 179px;
	background: white url('../images/header-background.gif') repeat-x top left;
	clear: both;
	text-align: center;
}

#header-center {
	width: 746px;
	background: white url('../images/header-center-background.gif') no-repeat top left;
	height: 179px;
	margin: 0px auto;
	text-align: center;
}

#slogan {
	width: 564px;
	text-align: center;
	margin: 0px auto 36px auto;
}


#main {
	width: 550px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin: 0px auto;
	clear: both;
	margin-bottom: 45px;
	position: relative;
}

#left {
	width: 305px;
	float: left;
	position: relative;
	text-align: left;
	border-right: 1px solid #4c99ce;
}

#left p {
	width: 295px;
	margin: 0;
}

#right {
	width: 225px;
	float: right;
	text-align: left;
	
}
#right p {
	font: bold 130% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	background: white url('../images/footer-background.gif') no-repeat top center;
	clear: both;
	margin: 0px auto;
	padding-top: 24px;
	width: 584px;
}

#footer p {
	text-align: center;
}

#banner {
	position: absolute;
	bottom: 0;
	right: 0;
}
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;	
}

.hidden {
	display: none;
}
	