body
{
 width: 98%;
 margin: 2px auto;
 background-color: #eef3e5;
 color: transparent;
 line-height: 120%; 
 font-family: arial, sans-serif, helvetica
}

#container
{
	width: 950px;
	margin: 2px auto;
	background: URL(images/ltbluetile.gif) top left repeat;
	border: 1px solid #000000;
}



#banner
{
 text-align: center;
 width: 950px;
 height: 165px;
 margin: 0; 
 padding: 1px;
 background: URL(images/hippobanner.gif) top left no-repeat;
 border-bottom: 1px solid #000000
}


#navbar
{
 margin: 140px 30px 10px 0;
 text-align: center;
}

#nav
{

 list-style: none;
 text-align: center;
 margin: 4px 0;
}

#nav li  
  {
  display: inline;
  margin: 0 40px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1em
}
 
 #nav a
 {
 color: #ffffff;
 text-decoration: none
}

#nav a:hover
 {
 color: yellow;
 font-weight: bold
}

#content
{
 background: URL(images/ltbluetile.gif) top left repeat;
 padding: 20px 90px;
 margin: 0
}

.spacer
{
	clear: both;
	height: 3px
}

 #footer
{
 background-color: #eef3e5;
 padding: 1px;
 margin: 0;
 color: #000000;
 text-align: center;
 clear: both
}

.footer
{
	font-size: 1em;
	margin: 3px;
}

.footer a
{
	text-decoration: none
}
	
.footer li
{
	margin: 0 16px;
	display: inline;
	list-style: none;
	font-weight: bold;
}

.address
{
	font-size: .8em;
	margin: 3px;
	border-top: 1px solid gray;
	border-bottom: 1 px solid gray
}

.copyright
{
 font-size: .8em;
 margin: 3px
}


