﻿body 
{
	background-color: #fff;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	line-height: 1.6em;
	color: #474C5A;
}

img 
{
	border: 0px;
}

a
{
	color: #0079C7;
	text-decoration: none;
	font-size: 10pt;
}

a:hover
{
	color: #EF7C2C;	
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	text-align: left;
	font-size: 20px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	letter-spacing: 0.01em;
	line-height: 1.3em;
	color: #474C5A;
}
h2 
{
	font-size: 16px;
	padding: 9px 0px 3px 0px;
	margin: 0px;
	color: #247DB7;
}

h3 
{
	font-size: 20px;
}

h4 {
	color: #247DB7;
	font-size: 10px;
	margin: 20px 0 20px 0;
	display: inline;
	font-size: 10px;	
}

h5 {
	font-size: 10px;
}


#container 
{
	margin: 35px auto 10px auto;
	width: 896px;
	height: auto;
	background-color: #fff;
	border-top: solid 6px #247DB7;
	border-right: solid 10px #247DB7;
	border-bottom: solid 6px #247DB7;
	border-left: solid 10px #247DB7;
	color: #2E2F2F;
	background-image: url(../images/background.gif);
}


#header
{
	height: 65px;
	padding: 10px 45px 10px 45px;
	position: relative;
}

#navigation
{
	position: absolute;
	top: 60px;
	left: 186px;
	font-size: 10pt;
	color: #355247;
	z-index: 1;
}

#navigation a
{
	font-size: 11pt;	
	color: #0079C7;
}

#navigation a:hover
{
	color: #EF7C2C;
}

#logo
{
	position: absolute;
	left: 60px;
	top: 12px;	
}

#content
{
	margin: 10px 45px 15px 45px;	
	background-color: #DAE9F2;
	background-image: url(../images/content-background.gif);
	height: auto;
}

#content-left
{
	float: left;
	width: 410px;	
	padding: 0px 0px 10px 0px;
}

.content-left-text
{
	float: left;
	width: 380px;	
	padding: 10px 20px 10px 10px;
}

#content-right
{
	float: left;
	width: 396px;
}

#content-right-text
{
	width: 376px;	
	padding: 10px;
}

#contact-left b,#contact-right b
{
	color: #247DB7;
}

#contact-left
{
	float: left;
	width: 155px;	
	padding: 5px;
}

#contact-right
{
	float: left;
	width: 205px;	
	padding: 5px;
}

#footer
{
	padding: 0px 0px 10px 0px;
	text-align: center;	
}

#footer-outer
{
	padding: 10px;
	margin: 0 auto;
	width: 896px;
	text-align: center;	
	font-size: 7pt;
}

#footer-outer a
{
	font-size: 7pt;
}

.intro
{
	color: #247DB7;
	font-size: 11pt;	
}

.clear
{
	clear: both;	
}
