﻿body
{
    background-repeat: no-repeat;
    background-position: center 0px;
    background-color: #777777;
    background-image: url(images/background.jpg);
    background-attachment: scroll;
}
#linkbar1
{
    padding: 0px 0px 0px 0px;
    width: 960px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    }
#header
{
    width: 960px;
    height: 130px;
    text-align: center;
    vertical-align: text-top;
    padding-right: 0px;
    padding-left: 0px;
}
#header2
{
    width: 960px;
    height: 80px;
    text-align: center;
    vertical-align: text-top;
    padding-right: 0px;
    padding-left: 0px;
}
#content1
{
    width: 900px;
    height: auto;
    text-align: justify;
    line-height: normal;
    vertical-align: middle;
    clear: both;
}
#content2
{
    width: 900px;
    height: auto;
    text-align: justify;
    line-height: normal;
    vertical-align: middle;
    clear: both;
}
#linkbar2
{
    padding: 0px 0px 0px 0px;
    width: 960px;
    height: 20px;
    vertical-align: bottom;
    text-align: center;
    clear: both;
}
#footer
{
    padding: 0px 0px 0px 0px;
    width: 960px;
    height: 25px;
    vertical-align: bottom;
    clear: both;
}
h1
{
    font-family: arial black, helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
}
h2
{
     font-family: arial black, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;   
}

h3
{
      font-family: arial black, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;  
}
h4
{
      font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;  
}
p
{
    font-family: Courier New, Courier, monospace;
    font-size: 12px;
}
a:link 
{
  color: #000000;
}
a:visited 
{
  color: #444444;
}
a:active 
{
  color: #888888;
}
a:hover 
{
  color: #888888;
}