/* Formatting */
body
{
  color: #222222;
  background-color: #eff;
  font-family: Verdana,sans-serif;
}
img
{
  border-color: White;
}

#container
{
  background-color: #eee;
  border-style: solid;
  border-color: silver gray;
  border-width: 10px 1px;
}

#header
{
  border-width: 1px 0 1px;
  border-top-color: black;
  border-bottom-color: gray;
  border-style: solid;
  background-color: White;
  text-align: center;
}
#header h1
{
  color: #666;
  font-size: medium;
  font-weight: lighter;
  font-style: italic;
  text-align: right;
  line-height: 0.8em;
}

#content
{
  text-align: justify;
  font-variant: normal;
  font-size: 0.8em;
  line-height: 1.5;
  background-color: white;
  border: 1px dotted silver;
}

#content h2
{
  font-weight: normal;
  font-size: 2em;
  font-family: Verdana, Arial, Helvetica, sans-serif;/*Garamond, 'Times New Roman', Times, serif;*/
  text-align: left;
}

#content > p
{
  text-indent: 1em;
}

  
  /* Navigation Bar */
  
#navcontainer
{
  border-right: 1px solid gray;
}

#navlist
{
  background: #39c none repeat scroll 0% 50%;
  border-bottom-color: #17a;
  border-right-color: #17a;
  color: white;
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.8em;
  line-height: normal;
/*  font-size-adjust: none;
  font-stretch: normal;*/
}

#navlist a
{
  border-style: solid;
  border-color: #55bbdd #003355 #006688 #ffff00;
  text-decoration: none;
  color: white;
  background-color: #39c;
}

#navlist a#current
{
  border-color: #55bbdd #003355 #006688 #ff3300;
}

#navlist a:hover, 
#navlist a#current:hover
{
  border-color: #006699 #66ccff #55bbdd #ffff00;
  background: #2288bb none repeat scroll 0% 50%;
}

#navlist a:active, 
#navlist a#current:active
{
  border-color: #006699 #66ccff #55bbdd white;
  background: #17a none repeat scroll 0% 50%;
}
