/*
             Alan Williams 
              Test.css
*/
body
{
  background-color: #FFFFCC;  
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 0em; 
  margin-bottom: 0em;
  padding-left: 0em;
  padding-right: 0em;
  padding-top: 0em
  padding-bottom: 0em;
}

#main
{
  margin-left: 1em;
  margin-right: 0em;
  margin-top: 0em; 
  margin-bottom: 0em;
  padding-left: 10em;
  padding-right: 1em;
  padding-top: 10em
  padding-bottom: 3em;
  color: #660000;
}

h1 {color: #669900;}
h3 {color: #0066cc;}
h4 {color: #663300;} 
h5 {color: #a52a2a;} /* #ffcc99; */

#highlight {color: #0066cc;}

#RecCell
{
  font-weight: bold;
}

#RecCell a:link 
{
  text-decoration: none;
  color: #990066;
  font-weight: bold;
}

#RecCell a:visited 
{
  text-decoration: none;
  color: white;
  font-weight: bold;
}

#RecCell a:hover 
{
  text-decoration: none;
  color: #224059;
  font-weight: bold;
}

#RecCell a:active 
{
  text-decoration: none;
  color: #224059;
  font-weight: bold;
}

#RecCell a.left-current {color: #224059;}


#no-lines {color: #FFFFFF;}

#no-lines a:link 
{
  text-decoration: none;
  color: white;
}

#no-lines a:visited 
{
  text-decoration: none;
  color: white;
}

#no-lines a:hover 
{
  text-decoration: none;
  color: #224059;
}

#no-lines a:active 
{
  text-decoration: none;
  color: #224059;
}

#no-lines a.left-current {color: #224059;}

#left-nav
{
  background-color: #6699cc;
  color: #FFFFFF;
  font-weight: bold;
  width: 17%;
  height: 100%;
  text-align: right;
  float: left;
  margin-left: 0em;
  margin-top: 2em; 
  margin-bottom: 3em;
  border-right: 1px #000000 dashed;
  border-bottom: 1px #000000 dashed;
  padding-right: 1em;
  padding-top: 3em
  padding-bottom: 3em;
}

#left-nav a:link 
{
  text-decoration: none;
  color: white;
}

#left-nav a:visited 
{
  text-decoration: none;
  color: white;
}

#left-nav a:hover 
{
  text-decoration: none;
  color: #224059;
}

#left-nav a:active 
{
  text-decoration: none;
  color: #224059;
}

#left-nav a.left-current {color: #224059;}


#adminleft-nav
{
  background-color: #66cc00;
  color: #FFFFFF;
  font-weight: bold;
  width: 17%;
  height: 100%;
  text-align: right;
  float: left;
  margin-left: 0em;
  margin-top: 3em; 
  margin-bottom: 3em;
  border-right: 1px #000000 dashed;
  border-bottom: 1px #000000 dashed;
  padding-right: 1em;
  padding-top: 3em
  padding-bottom: 3em;
}

#adminleft-nav a:link 
{
  text-decoration: none;
  color: white;
}

#adminleft-nav a:visited 
{
  text-decoration: none;
  color: white;
}

#adminleft-nav a:hover 
{
  text-decoration: none;
  color: #224059;
}

#adminleft-nav a:active 
{
  text-decoration: none;
  color: #224059;
}

#adminleft-nav a.left-current {color: #224059;}
