/* CSS Document */
*
   {
      margin: 0; padding: 0; border: 0;
   }

body
{
  margin-left: -400px;
  margin-top: 10px;
  left: 50%;
  position: absolute;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7.5pt;
  color: #333333;
  width: 1000px;
  height: 800px;
}

   
.head
{
  background-image: url('Images/head.jpg');
  background-repeat: no-repeat;
  width: 800px;
  height: 109px;
}

.bodyText
{
  width: 635px;
  height: 397px;
  background-color: white;
  margin-left: 144px;
  border-right: 1px solid #333333;
  padding-left: 10px;
  padding-right: 10px;
  line-height:  18px;
  text-align: justify;
  overflow: auto;
}

.side
{
  background-image: url('Images/side.jpg');
  background-repeat: no-repeat;
  width: 145px;
  height: 433px;
  margin-top: -451px;
  padding-top: 170px;
  float: left;
}

.down
{
  background-repeat: no-repeat;
  background-image: url('Images/down.jpg');
  width: 656px;
  height: 37px;
  margin-left: 144px;
  margin-top: -2px;
  padding-top: 18px;
  padding-left: 180px;
}


.menu
{
  margin-left: 10px;
}

.menu a
{
    background-image: url('Images/point1.jpg');
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #C00002;
    text-decoration: none;
    font-weight: bold;
    font-size: 140%;
}

.menu a:hover
{
  background-image: url('Images/point2.jpg');
  background-repeat: no-repeat;
}

.downMessage
{
  padding-top: 82px;
  padding-left: 30px;
  font-weight: bold;
}


h1
{
  font-size: 140%;
}

a
{
  text-decoration: underline;
  color: #333333;
}

a:hover
{
  text-decoration: none;
}

/* ul li:hover chce FIREFOX 
   ul a:hover chce IE */
ul li
{
  margin-left: 50px;
  list-style-image: URL('Images/point3.jpg');
  vertical-align: middle;
}

ul li:hover
{
  list-style-image: URL('Images/point4.jpg');
}

ul a:hover
{
  list-style-image: URL('Images/point4.jpg');
}

img
{
  border: 1px black solid;
}

table
{
  margin-left: 40px;
}

table a
{
  text-decoration: none;
}

.specLink
{
  text-decoration: underline;
}

.specLink:hover
{
  text-decoration: none;
}

.reference li
{
  margin-top: 25px;
}





