body {
	margin: 0px;
	background-color: #00457c;
}
a:link, a:active, a:visited {
	color: #00457C;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color:#00457C;
	text-decoration: none;
}
.text {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	color: #00457C;
}
.smalltext {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:10px;
}

.topheader {
	float: left;
	height: 145px;
	min-width: 100%;
	width: auto;
	background-image: url(../images/header.jpg);
}
.topheader .logo {
	float: left;
	width: 300px;
	height: 70px;
}
.topheader .tagline {
	float: right;
	width: 300px;
	top: 0px;
	padding-right: 20px;
	height: 145px;
	
}

.subheader {
	width: auto;
	min-width: 100%;
	float:left;
}

.subheader .headerbar {
	width: auto;
	min-width: 100%;
	height: 19px;
	background-image: url(../images/headerbar.jpg);
	background-color: #00457c;
	background-repeat: no-repeat;
}

.subheader .line {
	width: auto;
	min-width: 100%;
	height: 3px;
	background-color: #FFFFFF;
}
.subheader .menu {
	width: auto;
	min-width: 100%;
	height: 40px;
	background-color:#F60;
}

.bottomsection {
	width: auto;
	min-width: 100%;
	height:44px;
	float: left;
	background-image: url(../images/bottombar.jpg);
}

.bottomsection .line2 {
	float: left;
	width: auto;
	min-width: 100%;
	height: 3px;
	background-color: #F18839;
}

.bottomsection .disclaimer {
	float: left;
	width: 300px;
	height: 28px;
	padding-top: 15px;
	padding-left: 52px;
}
.bottomsection .address {
	float: right;
	width: 300px;
	height: 28px;
	padding-top: 15px;
	padding-right: 52px;
}

.footer {
	width: auto;
	min-width: 100%;
	height:150px;
	background-color: #00457c;
	bottom: 0px;
	float: left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

.content {
    float:left;
	height: 410px;
	width: auto;
	min-width: 100%;
	background-color: #FFFFFF;
}

.content .textarea {
	height: 410px;
	width: auto;
	min-width: 100%;
	background-image: url(../images/fillerImage.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.content .images {
	float: right;
	width: 300px;
	height: 410px;
	background-color:#FF0000;
}
