body
{
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	background-image: url(../graphics/background.png);
}
h1 {
  font-family: arial, helvetica, sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  color: #888;
  font-size: 16px;
}
h2 {
  font-family: arial, helvetica, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
}
p {
  font-family: arial, helvetica, sans-serif; 
  line-height: 1.1em;
}
#top {
  margin: 0px;
  padding: 0px;
  width: 1024px;
  background: #5f9fe7;
  height: 168px;
  text-align: center;
}
a {
  color: teal;
  font-family: arial, helvetica, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
a:link {
  color: teal;
}
a:visited {
  color: teal;
   text-decoration: none;
}
a:hover {
color: #000;
}

/* All the content boxes belong to the content class. */
.content {
  position: relative; 
  width: auto;
  min-width: 120px;
  margin: 0 210px 20px 194px;
  background-color: white;
  padding: 10px;
  z-index: 3;
}
.contentHeader {
	text-align: center;
	padding: 10px;
}
.contentHeading {
	text-align: center;
}	
#navleft {
  position: absolute;
  width: 128px;
   top: 170px;
  left: 10px;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  z-index: 2;
}

#navright {
  position: absolute;
  width: 168px;
   top: 170px;
  right: 20px;
  background-color: #fff;
  padding: 10px;
  z-index: 1;
  text-align: center;
}
#footer {
 width: 1024px;
}
#footerAddress {
	position: relative;
	text-align: center;
	width: 180px;
	font-size:10px;
	color: teal;
}

/* Footer Links */
#footerA a {
 font-size: 11px;
 text-decoration: none;
 }
#footerA ul {
 margin: 0.25em 0;
 padding: 0 1em;
 list-style: none;

}
#footerA li {
 display: inline;
 margin: 0;
 padding: 0 0.2em 0 0.5em;
 border-left: 1px solid;
}
#footerA .first {
 padding-left: 0;
 border: 0;
}

/* Second row Footer Links */
#footerB a {
 font-size: 11px;
 text-decoration: none;
 }
#footerB ul {
 margin: 0.25em 0;
 padding: 0 1em;
 list-style: none;
 font-size: 11px;
}
#footerB li {
 display: inline;
 margin: 0;
 padding: 0 0.2em 0 0.5em;
 border-left: 1px solid;
}
#footerB .first {
 padding-left: 0;
 border: 0;
}