body {
 	background-color: #FFFFFF ;
    color: #000000 ;
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt ;
     }

div.topbanner {
	margin-left: 50px ;
	margin-right: 50px ;
	}

span.tagline {
	color: blue ;
	font-size: .7em ;
	text-align: center ;
	}

div.content {
	margin-left: 50px ;
	margin-right: 50px ;
	}
 
A:link 
     {
      text-decoration: none ;
     }

A:visited
	{
      text-decoration: none ;
	}
A:hover 
	{
	  text-decoration: underline ;
	}
	
A.small
	{
      text-decoration: none ;
      font-size: .7em ;
	}


/*  nav buttons */
 
div.navigationRow {
  width: 750px ;
  line-height: 2 ;
  /*text-align: center ;*/
  margin-top: 8px ;
  margin-left: 90px ;
  margin-right: 90px ;
  margin-bottom: 8px ;
  border-bottom: solid #FF3300 1px ;
  border-top: solid  #FF3300 1px ;
 
  }
  
div.navigationRow a {
  text-transform: uppercase; 
  text-decoration: none  ;
  background-color: #FF3300 ; /*yellow - #ffcc00; red-#ff3300*/ 
  border:2px solid #FF3300;  
  color: #FFF !important; 
  font-size: 9px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 2px 8px 2px 0px; 
  min-width: 75px; 
  }
  
div.navigationRow  a:visited {font-weight: bold; background-color: #FF3300;
color: #FFF !important; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 2px 8px; min-width: 75px; text-transform: uppercase; border:2px solid #FF3300;
	}

div.navigationRow a:hover {background-color: #fff; color: #3B4A24 !important; border: 2px solid #3B4A24; 
text-decoration: none; 
	}

div.navigationRow a:active {font-weight: bold; background-color: #FF3300;
color: #FFF !important; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 2px 8px; min-width: 75px; text-transform: uppercase; border:2px solid #3B4A24;
	}

div.footer {
	margin-left: 90px ;
	margin-right: 50px ;
	border-top: solid  #FF3300 1px ;
	width: 730px ;
	text-align: center ;
	font-size: x-small; 
	padding-top: 8px ; 
	margin-top: 8px ;
	}
 