body {
	background-color: #000000;
}
.footer {  
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 10px !important; 
      font-style: normal; 
      font-weight: bold; 
      color: #FFFFFF;
}

a.footer:link {  
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 10px; 
      font-style: normal; 
      font-weight: bold; 
      color: #FFFFFF; 
      text-decoration: underline;
}

a.footer:hover {  
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 10px; 
      font-style: normal; 
      font-weight: bold; 
      color: #FFFFFF; 
      text-decoration: underline;
}

a.footer:visited {  
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 10px; 
      font-style: normal; 
      font-weight: bold; 
      color: #FFFFFF;
	  text-decoration: underline;
}
/* works with TD tags defined below */
.about, .yellow, .nopad{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	padding-top: 10px;
	padding-left: 17px;
	padding-right: 20px;
	padding-bottom: 10px;
	  }
	
.nopad {
     padding: 0px;	}
	 
.smCaps {
    font-size:10px;
	}
/* must keep next three items in this order for cascading to work */
 .menuItemDescription{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	color: #333333;
	text-transform: none;
	  }
 .menuItemName {
  	font-weight: bold;
  }
  
 span.choice {font-size: 11px; color: #333; font-style:italic; text-transform:lowercase;}
  
 .menuSection {
	color: #00493E;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.menuDisclaimer {
   font-size: 7pt;
   text-align: center;
   }

.firstWord {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	padding: 10px;
	font-variant: small-caps;
}  

/* for main content area */
/* this first one is for pages with stucco */
td.about {
	background-image: url(../images/bkgrd_stucco.jpg);
	background-repeat: repeat-y;
	background-position: left top;

    }	  
/* this is for pages with yellow background */
td.yellow {
	background-color: #FFFFE5;
    }
	
/* for left navigation */
td.navStucco {
	background-image: url(../images/nav_stucco-repeat.gif);
	background-repeat: repeat-y;
    }
	
td.navYellow {
	background-image: url(../images/nav_yellow-repeat.gif);
	background-repeat: repeat-y;
    }

.fl {float: right; margin: 0 0 0 5px;}


a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #8F1E1E;
	text-decoration: underline;
	line-height: 16px;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #37695E;
	text-decoration: underline;
	line-height: 16px;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #37695E;
	text-decoration: underline;
	line-height: 16px;
}
	

INPUT { 
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style: normal; 
 }
   
TEXTAREA { 
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style: normal; 
   }
   
SELECT { 
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style: normal; 
   }
   
INPUT.BUTTON {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #FFFFFF;
	background-color: #006633;
	font-weight: bold;

   }
   
INPUT.RADIO { 
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: normal; 
   }
  
 a.print:link {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #8F1E1E;
	text-decoration: underline;
 }
 
 a.print:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #37695E;
	text-decoration: underline;
}

a.print:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #37695E;
	text-decoration: underline;
}
.green {
	color: #00493E;
}
.underline {
	text-decoration: underline;
}

#list {margin-top: 25px;}

#list li {margin-top: 10px;}

table.specials .firstWord {
	font-weight: bold;}
table.specials td {
	text-align:center;
	font-weight:normal;}
	table.specials td strong {font-weight:bold;}