html, body { 
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	}
	
img {
	border: 0px;
	}
	
h1 {
	font-family: helvetica,arial,  sans-serif;
	font-size: 14px;
	color: #007aa0;
	text-transform: lowercase;
	}
	
h3 {
	color: #27687d;
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 0px;
	}
	
h4 {
	font-size: 12px;
	color: #27687d;
	margin-top: 5px;
	margin-bottom: -12px;
	}
	
a {
	color: #00759d;
	}
	
#wrapper {
	width: 100%;
	height: 100%;
	}
	
#leftColumn {
	padding: 18px;
	width: 764px;
	vertical-align: top;
	height: 100%;
	}
	
#rightColumn {
	background: url(../images/bkg_column_right.gif) repeat-y left #f3f3f4;
	padding-top: 74px;
	padding-left: 16px;
	vertical-align: top;
	height: 100%;
	}
	
#rightColumn table {
	width: 200px;
	}
	
#rightColumn p {
	padding-bottom: 10px;
	}
	
#mainContent {
	width: 764px;
	}
	
#header td {
	height: 74px;
	vertical-align: bottom;
	padding-bottom: 10px;
	}

#header img {
	display: block;
	}
	
#footer {
	font-size: 11px;
	color: #404040;
	width: 100%;
	margin-top: 12px;
	}

#footerMain {
	font-size: 12px;
	}
		
#footer td {
	padding-top: 12px;
	height: 100%;
	}
	
#footerlinks {
	padding-top: 20px;
	}
	
#footerLinks a {
	padding: 0px 0px;
	}
	
#footer a {
	text-decoration: none;
	color: #00759d;
	}
	
#homeBody img{
	display: block;
	}
	
#homeBody td {
	vertical-align: bottom;
	}
	
#homeBusiness {
	background: url(../images/bkg_home_business.gif) repeat-x top;
	padding: 0px 31px;
	}
	
#homeBusiness td {
	padding: 0px 9px;
	}
	
#homeBusiness td img {
	margin: auto auto;
	}
	
.businessLink img {
	padding-top: 8px;
	padding-bottom: 16px;
	}
	
.borderR {
	border-right: 1px solid #fff;
	}
	
.borderB {
	border-bottom: 1px solid #fff;
	}
