/* CSS Document */

body { 
  background: white url("images/background.jpg");
  background-repeat: no-repeat;
  background-color:#000000;
  margin-top:0;
  margin-left:0;
}


/*nav css start*/
#header {
  
  width:100%;
  font-family: Arial,Verdana,Georgia,times new roman;
  font-size:15px;
  line-height:20px;
  font-weight:bold;
  }
#header ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  }
#header li {
  

  margin:0;
  /*padding:20 20 20 20px;*/
  }
#header a {
   margin:0;
  /*display:block;*/
  /*padding:10px 10px 10px 10px;*/
  text-decoration:none;
  font-family: Arial,Verdana,Georgia,times new roman;
  font-size: 15px;
  /*letter-spacing: 0.05em;*/
   font-weight:none;
  color:#fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
/*#header a {float:none;}*/
/* End IE5-Mac hack */
#header a:hover {
  
  color:#ff8625;
  }
#header #current {
 
  }
#header #current a {
  font-weight:none;
  color:#1D4D91;
  /*padding-bottom:20px;*/
  }
  
#header #nonlink {
 font-size:15px;
color: #999999;
  }




.footer{ 
height:37px;
background-image: url('images/footer_bg_tile.jpg');
background-repeat: repeat-x;
font-family:Arial,Verdana,Georgia;
font-size: 10px;
text-align:center;
color: #ffffff;
}

.footer a{ 
font-family:Verdana,Georgia;
font-size: 10px;
text-align:center;
color: #ffffff;
text-decoration: none;
}

.footer a:hover{ 
font-family:Verdana,Arial,Georgia;
font-size: 10px;
text-align:center;
color: #ff8216;
text-decoration: none;
}

.fineprint {
font-family:Arial,Verdana,Georgia;
font-size: 9px;
text-align:center;
color: #999;
text-decoration: none;
}

.fineprint a{
font-family:Verdana,Arial,Georgia;
font-size: 9px;
text-align:center;
color: #87A21F;
text-decoration: underline;
}

.text{
font-family: Arial,Verdana,Georgia;
font-size: 13px;
/*letter-spacing: 0.05em;*/
line-height:18px;
color: #333;
}

.pagetitle{
font-family: Verdana,Georgia,Arial;
font-size: 1.5em;
color: #1D4D91;
text-align:left;
margin-left:0px;
margin-top:0px;
}

.tabletext{
font-family: Verdana,Georgia,Arial;
font-size: 10px;
color: #000;
text-align:left;
line-height:14px;
}