
body {
	margin-left: 2%; margin-right: 2%;
	background: url(logo_1_trans.gif) fixed left top no-repeat; 
      background-attachment: scroll;
           background-color: #C5E3BF;
           font-family: "Times New Roman";
	     font-size: medium
	}

a:link { 
	color: #0000FF;
	}
a:visited { 
	color: #FF0000;
	}
a:hover {
	color: #FFF333;
	   }
a:active {
	color: #FF00FF
          }

h1 {
    font-weight: bold;
    text-align: center;
    font-size: 2.0em;
    font-family: arial;
    }
h2 {font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    font-family: arial;
    }
h3 {font-weight: bold;
    text-align: left;
    font-size: 1.25em;
    font-family: arial;
    }
h4 {
    text-align: center;
    font-size: 1.00em;
    font-family: arial;
    }
h5  {
    text-align: center;
    font-size: 0.70em;
    font-family: arial;
    }

p {
    font-size: 1.3em;
    text-align: left;
   }

image.right {
float: right;
margin-left: 5px;
margin-bottom: 5px;
width: 20%;
            }
p.left {float: left;
	  width: 76%;
	}

#navbar1 {text-align: center;
	   font-size: 1.3em;
	   }

div#navbar1 a span {display: none;}

div#navbar1 a:hover span {display: block;
   position: absolute; top: 200px; left: 400px; width: 425px;
   padding: 5px; margin: 10px; z-index: 100;
   color: red; background: yellow;
   font: 12px Verdana, sans-serif; text-align: center;}

#navbar2 {text-align: center;
	   font-size: 1.2em;
	   }

p.address {
color: #006600;
text-align: center;
font-size: 1.1em;
}
.italic {font-style: italic;}

.break {clear:left}

#footer {
color: #006600;
text-align: center;
font-size: 1.1em;
}

.center {text-align: center;}


