#wrapper {
	margin: auto;
	width: 790px;
	position: relative;
	background: #FFFFFF;
	padding: 15px;
}

#header {
	background: #FFFFFF url(../images/header.jpg) no-repeat left bottom;
	position: relative;
	width: 790px;
	height: 215px;
}
#underheader {
	height: 88px;
	width: 790px;
	position: relative;
}
#navibar {
	position: absolute;
	height: 20px;
	width: 340px;
	left: 444px;
	top: 56px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #2863A9;
	text-align: right;
}



body {
	text-align: left;
	background-color: #065097;
}
#content {
	background: #FFFFFF;
	position: relative;
	width: 790px;
	text-align: left;
	padding: 0px;
}
p {
	font: 0.7em Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	color: #A0BDE5;
	font: lighter 1.5em Geneva, Arial, Helvetica, sans-serif;
}
.companymain {
	position: relative;
	width: 790px;
	text-align: right;
	font: .7em Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #FFFFFF;
	height: auto;
}

.hcompanyname {
	color: #2863A9;
	font-size: 1.1em;
	font-weight: lighter;
}
.companyleft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 390px;
	position: relative;
}
.companyright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 390px;
	position: relative;
	height: auto;
}
#content a:link {
	color: #A0BDE5;
	text-decoration: none;
}
#content a:visited {
	color: #A0BDE5;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C3D7EF;
	filter: Glow(Color=10, Strength=15);
	cursor: auto;
}
#content a:active{
	color: #A0BDE5;
	text-decoration: none;
}
.textleft {
	float: left;
	right: auto;
	width: 300px;
}
.piclogo {
	float: right;
	height: 75px;
	width: 75px;
}

.picright {
	float: right;
	height: 75px;
	width: 75px;
	border-left-width: 5px;
	border-left-style: solid;
	background-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 5px;
}
.clear {
	clear: both;
	height: 20px;
	width: 100%;
}
.t {
	width: 200px;
}


.footer {
	width: 790px;
	position: relative;
	background-color: #FFFFFF;
}


#navibar a:link {
	color: #A0BDE5;
	text-decoration: none;
}
#navibar a:visited {
	color: #A0BDE5;
	text-decoration: none;
}
#navibar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C3D7EF;
	filter: Glow(Color=10, Strength=15);
	cursor: auto;
}
#navibar a:active {
	color: #A0BDE5;
	text-decoration: none;
}

