body {
  background: #000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%; 
  line-height: 1.5em;
  background-image: url('images/BG.jpg'); 
  background-repeat: repeat-x;
  }


div.Frame {
  background: 
	url(images/insideHeaderBG.jpg) 
  top left no-repeat;
  margin: 0 auto;
  width: 800px;
  min-height: 501px;
  }

div.FrameBody {
  background: url(images/brdrBG.jpg) top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  margin-top: 80px;
  }
  
div.content {
	
}


#nav ul li{
position:relative;
left:210px;
top:-90px;
list-style-type: none;
display: inline;
}
	
#nav ul a{
	font-size: 20px;
	}

div.FrameFooter {
  background: 
	url(images/icleaFtrBrdr.jpg) 
  bottom left no-repeat;
  display: block;
  /* padding: 15px;  */
  margin: -2em 0 0 0;
  text-align: center;
  }


 	a:link              { color:white; text-decoration:underline; }
    a:visited           { color:#999999; text-decoration:underline; }
    a:hover             { color:white; text-decoration:underline; }
    a:active            { color:white; text-decoration:underline; }

    a.nav:link    { color:#ffffff; text-decoration:none; font-family: georgia; padding: 0 5px;}
    a.nav:visited { color:#ffffff; text-decoration:none;  font-family: georgia; padding: 0 5px;}
    
        a.nav2:visited { color:#ffffff; text-decoration:none; border-bottom: 3px solid #9CF;   font-family: georgia; padding: 0 5px;}
    
    a.nav:hover   { color:white; text-decoration:none; border-bottom: 3px solid #9CF;  font-family: georgia; padding: 0 5px;}
    a.nav:active  { color:#ffffff; text-decoration:none;  font-family: georgia; padding: 0 5px;}
   
   a.navHome2:link    { color:#ffffff; text-decoration:none; font-family: georgia; padding: 0 5px;}
    a.navHome2:visited { color:#ffffff; text-decoration:none;  font-family: georgia; padding: 0 5px;}
    a.navHome2:hover   { color:white; text-decoration:none; border-bottom: 3px solid #9CF;  font-family: georgia; padding: 0 5px;}
    a.navHome2:active  { color:#ffffff; text-decoration:none;  font-family: georgia; padding: 0 5px;}


.bodyCopy {
	padding: 0 20px;
}


p, h1, h2, h3, h4, h5, ul, li {
	color: white;
	}
