/*Contains the Global Style Sheets for Fenlander Version 2.6 Compatibility with FIREFOX*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
/*	text-decoration: blink;  Removed v2-6 */
	background-color: #cc99ff;  /* Dark Purple */
     }
a.button{color: #000000;
    background:#B1B1B1;
    text-decoration: none;
    Font-weight: bold;
    border-width:4px;
    border-style: solid;
    border-top-color: #DFDFDF;
    border-right-color: #666;
    border-bottom-color: #333;
    border-left-color: #858585;
   }
a:hover.button {
    background: #DFDFDF; 
    color: #ff0000;  /* Red */
    text-decoration: underline;   
    Font-weight: bold;
    border-width:4px;
    border-style: solid;
    border-top-color: #B1B1B1;
    border-right-color: #DFDFDF;
    border-bottom-color: #333;
    border-left-color: #858585;
   } 

/*page  */
#page   {width: 100%;
         Background-color: #EAD5FF; } /* Light Purple */

/*banner  */
#banner {width: 100%;
         text-align: Center;
         border-bottom: 5px #CC00CC solid;
         Background-color: #66ffcc; }  /* Light Green */ 
#banner h1 {color: #CC00CC;
           font-family: Old English Text MT, Monotype Corsiva;  /*Version 2.2 */
           font-size: 50px;} 
#banner h2 {color: #CC99FF;
           font-family: Times Roman; }
/* End Banner*/
/* Left Side Menu */
#Leftbar {Float: left;
           width:220px;
           Background: #cbf622 url("images/bg_bottom.gif") center bottom no-repeat;
	       Margin: 10px;
	       Padding-bottom: 75px;}	 
#Leftbar h2  {color: #993399;
              Text-align: center;
              font-family: Script MT Bold;
              font-size: 35px;
              text-decoration: underline; } 
#leftbar p   {text-align: center;
              font-size: 20px; 
              }       
/* End Left Side menu */

/*footer styles*/
#footer {clear: both;
         width: 100%;
         text-align: Center;
         border-top: 1px solid #000000;
         background-color: #CCCCCC; }
#footer a {color: #000000;
           text-decoration: none;}
#footer a:hover {color: #FF0000;
           text-decoration: underline;}
/* End Footer  */

/* Navigation*/
#NavBar {position: Relative;
	     Width: 100%;
	     text-align: Center;
	     font-size: 20px;
	     background-color: #eeeeee;
	     border-bottom:  1px solid #000000;
         }
#NavBar a {color: #000000;
           text-decoration: none;}
#NavBar a:hover {color: #FF0000;
           text-decoration: underline;
          }
        
/* End Navigation */
         
/* Main Body*/

#Main    {Position: Relative;
          Margin-top: 50px;
          Margin-left: 75px;
          Margin-right: 75px;
          text-align: Center;
          padding: 0px;
          }
/* End Main Body */
/* Start Full Page Photo*/

#Fullphoto img {border:9px ridge #FFFFFF;
                background-color: #FFFFFF;
                padding: 4px;
                }
#Fullphoto p { Text-align: center;
               font-family: Script MT Bold;
               margin-top: 0px;
               text-decoration: underline;
               font-size: 20px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px
              }
         
/* End Full page photo*/
