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.FrameHome {
  background: 
	url(images/homeBG.jpg) 
  top left no-repeat;
  margin: 0 auto;
  width: 805px;
  min-height: 551px;
  }

div.FrameBodyHome {
  background: 
	url(images/brdrBG.jpg) 
  top right repeat-y;
  margin:0;
  /* margin-top:-2em;  */
  padding:15px;
  margin-top: 365px; /* 450px;  */
/*   padding-top: 150px;  */
  }

 div.FrameBodyHome p {
  margin-top: -230px;
  }

#navHome ul {
position:relative;
left:75px;
top:-350px;
list-style-type: none;
}

#navHome ul a{
	font-size: 20px;
	}


/* 

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

div.FrameFooter {
  background: 
	url(images/ftrBrdr.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.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;
	}

