body {
background: url(lightStripe.gif);
font-size: 11px;
font-family: Arial;
color: black;
text-align: center;

}



h1 {
font-family: Arial;
color: black;
font-size: 11px;
text-transform:uppercase;
color: #ffffff;
background-color: red;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
border-right:1px solid #564b47;
border-left:1px solid #564b47;
padding:5px 10px;
margin:0px;

 }




.header {
text-align: center;
border-bottom: 1px dashed black;
width: 90%;
margin: auto;
padding: auto;
}



h2 {
font-size: 15px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}




h3 {

font-size: 16px;
font-weight: bold;
padding: 5px 10px;
margin:0px;
text-align: left;
}



h4 {
font-size: 16px;
font-weight: bold;
padding: 5px 10px;
margin:20px;

}




.header {
text-align: left;
border-bottom: 2px solid #ef6118;

}





img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 755px;
margin: 0 auto;
display:table; /* must put this in for FireFox. */
margin-bottom: 10px;
background-color: #ffffff;
border: 2px solid black;
text-align: left;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #ffffff;
text-align: left;
background-image: url(bg_header.gif);
}
#banner img {padding:0;} 



/* -----------------content--------------------- */



#content {

padding: 10px;
margin: 0px;

min-height: 350px; 
}


#content2 {
background-image: url(poolbg.gif);
padding: 10px;
margin: 0px;

min-height: 350px; 
}

div#content { 
position: relative;


}

.floatright
		{
			float: right;
			height: 100px;
			margin-right: 20;
			background-color: #Fff;
		}

.email {

text-decoration: none;
color: #ffffff;}



.head {
font-size: 16px;
font-weight: bold;
font-family: verdana;
}





/* -----------navigation--------------------------- */


#navigation {

  margin-left: auto;
margin-right: auto;
text-transform:bold;
text-align: center;
}

#navigation ul {
  list-style: none;
  margin: 0;
   margin-left: 20;
  padding: 0;
  
}

#navigation li {
  display: inline;
  
  
}

#navigation a:link, #navigation a:visited {
  padding: 0.4em 0.4em 0.4em 0.4em;
  color: #000000;
  background-color: #7eb3e0;
  text-decoration: none;
  border: 1px solid black;
 font-family: verdana;
  font-size: 12px;
 
}

#navigation a:hover {
  color: #ffffff;
  background-color: black;
}

* html #navigation a {
  width: 100;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; }
