/* CSS Document */



/* Set all margins and padding to zero */

* {margin: 0; padding: 0}

 



body 

{ 

  text-align: center;

  background: #7d8689; 

  color: #000000; 

  font-family: Arial, Helvetica, sans-serif;

  font-size: 100%;

  margin: 0px; 

  padding: 0px; 

} 



div.clearfloats { clear: both; }



#topcontainer 

{ 

  width: 900px;

  margin: 15px auto 0px auto;

  border-right: 2px solid #ffffff; 

  border-left: 2px solid #ffffff; 

  border-top: 2px solid #ffffff; 

  background: #71958a;

}



#middlecontainer 

{ 

  width: 900px;

  margin-right: auto;

  margin-left: auto;

  padding: 5px 0px 2px 0px;

  background: #ffffff;

  border-top: none;

  border-bottom: none;

  border-right: 2px solid #ffffff;

  border-left: 2px solid #ffffff;

}



img.bannerimg

{

  margin: 0px;

  padding: 0px;

}



#bottomcontainer 

{ 

  width: 900px;

  margin-right: auto;

  margin-left: auto;

  border-right: 2px solid #ffffff; 

  border-left: 2px solid #ffffff; 

  background: #7d8689;

}



#footer

{

  width: 900px;

  margin-right: auto;

  margin-left: auto;

  margin-bottom: 15px;

  padding: 5px 0px;

  border-right: 2px solid #ffffff; 

  border-left: 2px solid #ffffff; 

  border-bottom: 2px solid #ffffff; 

  background: #71958a url(images/footer.gif) no-repeat;

}



#leftcol

{

  float: left;

  width: 176px;

  height: 600px;

  /* fixes IE Double Margin Float bug */ 

  display: inline; 

  border-right: 5px solid #ffffff;

}



#nav  

{ 

  margin: 0px;

}



#nav ul li

{

  list-style-type: none; 

}



#nav ul li a

{

  text-align: center;

  line-height: 40px; 

  text-decoration: none;

  color: #000034;

  display: block;

  width: 176px;

  height: 40px;

  background: #1f3aff;

  border-bottom: 5px solid #ffffff;

}



#nav ul li a.selected

{

  background: #ababab;

  color: #000000;  

}



#nav ul li a:hover

{

  background: #acacac;

  color: #ffffff;

}



#content

{

  float: left;

  width: 719px;

  height: auto;

  background: #d4d8d3;

}



#content p.splashtext

{

  padding: 10px 20px 0px 20px;

  text-align: left;



}







#footer p

{

  text-align: right;

  font-size: .7em;

  color: ##7d8689;

  padding: 2px 20px;

}



#footer p a

{

  text-decoration: none;

  color: ##ababab;

}



#footer p a:hover

{

  color: ##ababab;

}

