html, body
{
   height: 100%;
}
div#space
{
   width: 1px;
   height: 50%;
   margin-bottom: -850px;
   float:left
}
div#container
{
   width: 1300px;
   height: 1700px;
   margin: 0 auto;
   position: relative;
   clear: left;
}
body
{
   margin: 0;
   padding: 0;
   background-color: #FFFFFF;
   background-image: url(images/a%20grey%20banner.gif);
   background-repeat: repeat-x;
   background-position: center top;
   color: #000000;
}
a:hover
{
   color: #130000;
}
a.White:link
{
   color: #FFFFFF;
   text-decoration: none;
}
a.White:visited
{
   color: #005500;
   text-decoration: none;
}
a.White:active
{
   color: #005500;
   text-decoration: none;
}
a.White:hover
{
   color: #005500;
   text-decoration: none;
}
a.Dark_Green:link
{
   color: #005500;
   text-decoration: none;
}
a.Dark_Green:visited
{
   color: #800080;
   text-decoration: underline;
}
a.Dark_Green:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.Dark_Green:hover
{
   color: #FFAD5B;
   text-decoration: none;
}
