﻿#header {
	position: absolute;
	top: 25px;
	left: 25px;
	height: 150px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 127px;
}

#nav {
	position: absolute;
	right: 0;
	bottom: 0;
}


#content {
	border: 0px solid #305281;
	border-top: 0;
	position: absolute;
	top:25px;
	left: 0;
	width: 586px;
	padding: 10px;
	padding-top:25px;
	padding-right: 0;
	font-family: Myriad Web Pro, Arial, Helvetica, sans-serif;
}

#onecol {
	position: absolute;
	top: 0;
	right: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 150px;
	width: 296px;
	padding: 10px;
	border: solid #305281;
	border-width: 2px 0 0 0;
	text-align: center;
	font-family: Myriad Web Pro, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

div {
	border-width: 0;
}

a {
	border-width: 0;
}
a:visited {
	color: #FF5700;
}

img{
	border-width: 0;
}