/* CSS Document */
body {background-image: url("images/background.jpg");
            color: white;
			background-repeat: repeat-x;
            background-attachment:fixed;
            background-position:top; 

			font-family: georgia}
			

table #first { border: 0;
               margin: 0;
			   padding: 0px;
			   } 

table #banner { border: 1px solid #cccccc;
			 border-collapse: collapse ;
                }/* for side banners only*/
table #home {border: 1px solid #ffffff;
            } /* for home page only*/

h1 { font-family: georgia;
     font-size: 24pt;
	 color: #ffcc33;
}


#h2 { font-family: georgia;
      font-style: bold;
	  font-size: 18pt;
	 color: #ffff00;
	}
h3{ font-family: georgia;
     font-size: 12pt;
	 color: #003366;
	 font-style: bold
}

p { font-family: georgia;
     font-size: 10pt;
	 color: #000000;}
	 .text { color: black;
	        font-size: 10pt;}

/* for navigation only. yellow and underlined hover and active */	 
.nav a:link { font-family: georgia;
              font-size: 10pt;
              color: white;
              text-decoration: none;}
.nav a:visited { font-family: georgia;
              font-size: 10pt;
              color: white;
              text-decoration: none;}
.nav a:hover { font-family: georgia;
              font-size: 10pt;
              color: #FFCC33;
              text-decoration: underline;}
.nav a:active { font-family: georgia;
              font-size: 10pt;
              color: #ffffff;
              text-decoration: none;}
/* nav2 is for other links */
.nav2 a:link { font-family: georgia;
              font-size: 10pt;
              color: white;
              text-decoration: underline;}
.nav2 a:visited { font-family: georgia;
              font-size: 10pt;
              color: white;
              text-decoration: underline;}
.nav2 a:hover { font-family: georgia;
              font-size: 10pt;
              color: #FFCC33;
              text-decoration: underline;}
.nav2 a:active { font-family: georgia;
              font-size: 10pt;
              color: #FFCC33;
              text-decoration: underline;}
/* nav3 is for sub-title pages only*/
.nav3 a:link { font-family: georgia;
              font-size: 14pt;
              color: #ffff00;
              text-decoration: underline;}
.nav3 a:visited { font-family: georgia;
              font-size: 14pt;
              color: #ffff00;
              text-decoration: underline;}
.nav3 a:hover { font-family: georgia;
              font-size: 14pt;
              color: #ffffff;
              text-decoration: none;}
.nav3 a:active { font-family: georgia;
              font-size: 14pt;
              color: #ffffff;
              text-decoration: none;}
.smalltext { font-size: 9pt;
             color: #006699;}

.footer a:link { font-family: georgia;
              font-size: 9pt;
              color: white;
              text-decoration: none;}
.footer a:visited { font-family: georgia;
              font-size: 9pt;
              color: white;
              text-decoration: none;}
.footer a:hover { font-family: georgia;
              font-size: 9pt;
              color: #003366;
              text-decoration: underline;}
.footer a:active { font-family: georgia;
              font-size: 9pt;
              color: #003366;
              text-decoration: underline;}
 #page { background-color: white;
           background-image: url("images/page_back2.jpg");
          
			background-repeat: repeat-x;}

.subnav a:link {font-family: georgia;
              font-size: 14pt;
              color: white;
              text-decoration: none;}
.subnav a:visited { font-family: georgia;
              font-size: 14pt;
              color: white;
              text-decoration: none;}
.subnav a:hover { font-family: georgia;
              font-size: 14pt;
              color: #fce44c;
              text-decoration: underline;}
.subnav a:active { font-family: georgia;
              font-size: 14pt;
              color: #fce44c;}

.flavor a:link  {font-family: georgia;
         color: black;
		 text-decoration: none;}
.flavor a:visited {font-family: georgia;
         color: black;
		 text-decoration: none;}
.flavor a:hover {font-family: georgia;
         color: black;
		 background-color: #ffcc33;
		 text-decoration: none;}
.flavor a:active {font-family: georgia;
         color: black;
		 background-color: #ffcc33;
		 text-decoration: none;}
form { 
 border: 1px solid #cccccc; 
  color: black;
}


textarea, select, input { border: 1px solid #999999;}
.textform { font-family: georgia;
            font-size: 9pt;
            color: #666666;}
#submit {background-color: #006699;
         color: #ffffff;}


.banner a:link { font-family: georgia;
                 font-size: 12pt;
         color: #ffffff;
		 text-decoration: none;}/* for boxes links like location and e-newsletter. yellow and underlined on hover and click */

.banner a:visited { font-family: georgia;
                 font-size: 12pt;
         color: #ffffff;
		 text-decoration: none;}

.banner a:hover { font-family: georgia;
                 font-size: 12pt;
         color: #ffcc33;
		 text-decoration: underline;}
.banner a:active { font-family: georgia;
                 font-size: 12pt;
         color: #ffcc33;
		 text-decoration: underline;}
 
 
