body {
  color: #333; 
  background: #FFF;
  margin: 25px 25px 25px 25px; 
  padding: 25px;
  }

.hide {
   display: none;
  }
   
img {
   display: block;
   border: 0;
   }

a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}
	
a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #f60;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #f90;
	background: transparent;  
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {	
	font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif; 
	}
	
h1	{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px;
	text-transform: uppercase;
	}

h2	{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 1px;
	}

h3	{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0;
	text-transform: uppercase;
    }

h4	{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
p   {
    margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 12px;
	line-height: normal;
    }
	
#footer p {
    font-size: 11 px;
	margin-top: 25px;
    }
	
/* Set up page divisions  */
/* Global navigation first */

/*table#nav {
   border-bottom: 1px solid #ccc;
   border-left: 1px solid #ccc;
   }
*/
	
table#nav td {
   font: 12px Verdana, Trebuchet, Lucida, Arial, sans-serif;
   margin-top: 5px;
   margin-bottom: 0;
   padding: 0;
   letter-spacing: 1px;
   text-transform: uppercase;
   text-align: center;
   }
   
table#nav td a {
   font-weight: normal;
   text-decoration: none;
   display: block;
   margin: 0;
   width: 100px;
   line-height: 25px;
   padding: 0;
   }
   
td#nava a:link, td#nava a:visited {
   background: #e9e9e9;
   display: block;
   margin: 0;
   outline: none;
   }
   
td#navb a:link, td#navb a:visited {
   background: #efefef;
   display: block;
   margin: 0;
   outline: none;
   }
   
#nav td a:hover {
	color: #06e;
	background: #eeddcc;
   }

/*  
td#Home a:link img, td#Home a:visited img {
   background: #ffffff;
   color: #c30;
   text-decoration : none;
   }
   
td#Home a:hover img {
   background: #ffffff;
   font-weight : bold; 
   color:#f60;
   }
*/

div#name{
	margin: 0;
	width: 600px;
}
   
div#name a:link, div#name a:visited  {
   color: #c30;
   text-decoration : none;
   }
   
div#name a:hover  {
   font-weight: bold; 
   color:#06f;
   text-decoration : none;
   }
   
#nav img {
   margin: 0px 0px 0px 0px;
   }

/* Next front page table*/
	
table#frontpagecontent {
   margin: 20px 60px 0px 60px;
   border-bottom: 1px solid #ccc;
   border-left: 1px solid #ccc;
   }
	
table#frontpagecontent td {
   font: 11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
   text-align: center;
   border-right: 1px solid #ccc;
   border-top: 1px solid #ccc;
   }
   
#frontpagecontent img {
   margin: 10px 10px 10px 10px;
   }
   
/* Next basic page table*/
	
table#basicTable {
   margin: 20px 0px 0px 0px;
   vertical-align: top;
   }
	
table#basicTable td {
	font: 11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	margin-bottom: 50px;
   }
   
#basicTable img {
	margin: 8px 10px 0px 0px;
	border: 1px solid #ccc;
   }
   
/* Next simple single page table*/
	
table#singleTable {
   margin: 20px 0px 0px 0px;
   vertical-align: top;
   }
	
table#singleTable td {
	font: 11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	margin-bottom: 50px;
   }
   
#singleTable img {
	margin: 8px 10px 0px 0px;
   }

