﻿body {
  margin: 0px auto;
  background-color: #588bb6;
  text-align: center;
}

div {
  margin: 0px auto 0px auto;
  text-align: center;
}

p, h1, h2, h3, h4, h5, ul, li, form, .pic {
  text-align: left;
  margin: 0px 24px 0px 24px;
}

p, h1, h2, h3, h4, h5, ul, form {
  padding-bottom: 2%;
}

td {
  vertical-align: top; 
}

.top {
  background-image: url('images/header.jpg'); 
  width: 830px; 
  height: 163px;
}

.middle {
  background-image: url('images/middle.jpg'); 
  background-repeat: repeat-y; 
  width: 782px; 
  padding: 24px;
}

.bottom {
  background-image: url('images/footer.jpg');
  width: 830px; 
  height: 58px;
}

.pic {
  float: right;
  margin-left: 24x;
}

.callus {
   text-align: right; 
   padding-top: 18px; 
   padding-right: 28px; 
   color: white; 
   font-weight: bold;
}

.nav {
	margin-top: 108px;
	height: 16px;
	font-family: Arial;
}

.seo {
  color: #4b7fab;
  font-size: 8pt;
}

.aligntop {
  vertical-align: top;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: aqua;
}

a.navlink {
	margin-right: 24px;  
	background-color: #225081;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.navlink:hover {
	background-color: #588bb6;
	color: #000;
	text-decoration: none;
}
