
a.nav, a.nav:link, a.nav:visited {display:block; width:200px; height:25px; background:#dca; border:1px solid #000; margin-left: 150px; margin-top:2px; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:12px; color:#000; line-height:25px; overflow:hidden; float:left;}
a.nav:hover {color:#fff; background:#764;}
a.nav:active {color:#fff; background:#c00;}


.pgTitle
{
   font-family:sans-serif;
   font-size:130%;
   font-weight: 700;
   color:#505736;
   text-align:center;
   margin-top: 15px;
   margin-bottom: 15px;
   margin-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   margin-left: 10px;
   /*border-top:1px solid silver;
   border-bottom:1px solid silver;*/
}


#copyright
{
   clear:both;
	 margin-left:10px;
	 margin-right:10px;
	 margin-top:20px;
	 padding-top: 5px;
	 /* border-top:1px solid silver; */
	 text-align:center;
	 padding-right:5x;
	 font-size:90%;
     color:gray;
}


div.copyright-bottom{
    display:block;

    /*set the div in the bottom right corner*/
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    
    /*give it some background and border*/
    background:#eee;
    border:1px solid #ddd;
  }




