body
{
    margin-top: 0px;
    margin-left: 0px;
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
    font-family: Arial, Helvetica, Verdana;
    font-size: 10pt;
    color: #1C3B75;
}

p
{
   font-family: Arial, Helvetica, Verdana;
   font-size: 10pt;
   color: #1C3B75;
}

A:link, A:active, A:visited
{
   font-family: Arial, Helvetica, Verdana;
   text-decoration: none;
   color: #1C3B75;
   font-size: 10pt;
}

A:hover
{
   background: #1C3B75;
   color: #FFFFFF;
}

.header
{
   position:absolute; 
   width:800px; 
   height:50px; 
   z-index: 1; 
   left: 0px; 
   top: -3px;
   background-color: #FFFFFF;
   font-family: Arial, Helvetica, Verdana;
   font-size: 11pt;
   color: #FFFFFF;
}


.maintext
{
   position:absolute; 
   width:542px; 
   height:500px; 
   z-index:3; 
   left: 160px; 
   top: 58px;
   font-family: Arial, Helvetica, Verdana;
   font-size: 10pt;
   color: #1C3B75;
}

.top
{
   position:absolute; 
   width:574px; 
   height:45px; 
   z-index: 1; 
   left: 144px; 
   top: -2px;
   background-color: #1C3B75;
   font-family: Arial, Helvetica, Verdana;
   font-size: 8pt;
   color: #FFFFFF;
}

.top p
{
   font-family: Arial, Helvetica, Verdana;
   font-size: 10pt;
   color: #FFFFFF;
}

.leftnav
{
   position:absolute; 
   width:150px; 
   height:500px; 
   z-index: 4; 
   left: 0px; 
   top: 100px;
}

.rightnav
{
   position:absolute; 
   width:150px; 
   height:500px; 
   z-index: 4; 
   left: 720px; 
   top: 75px;
}

.navheader
{
   color: #FFFFFF;
}


td
{
  font-family: Arial, Helvetica, Verdana;
  font-size: 10pt;
  color: #1C3B75;
}

th
{
  width: 150px;
  font-family: Arial, Helvetica, Verdana;
  font-size: 9pt;
  color: #FFFFFF;
}

.page
{
   position:absolute; 
   width:800px; 
   height:525px; 
   z-index: 4; 
   left: 78px; 
   top: 49px;
}

table.navbar
{
   border-collapse: collapse; 
} 

table.navbar td
{ 
   border: 0px; 
} 

table.navbar td a
{ 
   display: block; 
   width: 11em; 
   cellpadding: 4px; 
   text-decoration: none; 
} 

table.navbar td a:link, table.navbar td a:visited
{ 
   font-family: Arial, Helvetica, Verdana;
   text-decoration: none;
   color: #FFFFFF;
   display: block;
   font-size: 9pt;
} 

table.navbar td a:hover
{ 
   display: block;
   background: #FFFFFF;
   color: #1C3B75;
} 
