html, body
{
   height: 100%;
}
div#space
{
   width: 1px;
   height: 50%;
   margin-bottom: -2375px;
   float:left
}
div#container
{
   width: 1350px;
   height: 4750px;
   margin: 0 auto;
   position: relative;
   clear: left;
}
body
{
   margin: 0;
   padding: 0;
   background-color: #FFFFFF;
   background-image: url(images/bg_pattern_white.gif);
   color: #000000;
}
h1
{
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h2
{
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

a
{
   color: #FFFFFF;
}
a:visited
{
   color: #FFFFFF;
}
a:active
{
   color: #000000;
}
a:hover
{
   color: #0C10B5;
}
a.All_white:link
{
   color: #FFFFFF;
   text-decoration: none;
}
a.All_white:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.All_white:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.All_white:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.All_Black:link
{
   color: #000000;
   text-decoration: none;
}
a.All_Black:visited
{
   color: #000000;
   text-decoration: none;
}
a.All_Black:active
{
   color: #000000;
   text-decoration: none;
}
a.All_Black:hover
{
   color: #000000;
   text-decoration: none;
}
