/* CSS Document */

body {
		   background-color: #FFFFFF;
		   font-family: "Tahoma";
		   margin-top: 10px;
		   background-color: #BFFFFF;
}
A {
		  text-decoration:none;
		   color:#000000;
}
#PAGE {
		  border: #000 solid 1px;
		  width: 800px;
		  margin-left: auto;
		  margin-right: auto;
		  background-image:url(IMG/background.jpg);
		  margin-bottom: 10px;
}
#BANNER {
		  height:130px;
		  font-family:"Arial Black";
		  font-size: 36pt;
		  line-height:100px;
		  color: #003399;
		  text-align:center;
		  font-weight:normal;
}
#HEADER {
		  text-align: center;
		  font-family: "Arial";
		  height:155px;
		  font-weight: bold;
}
H2 {
		  text-align: center;
		  font-size: 18px;
                  margin-top: 35px;
		  font-weight: bold;
}
#CONTENT {
		  font-family: "Tahoma";
		  width: 650px;
		  padding-top: 15px;
		  margin-left: auto;
		  margin-right: auto;
		  font-size: 14px;
}
#CONTENT H3 {
		  font-family: "Tahoma";
		  font-size: 12pt;
		  font-weight: bold;
		  text-decoration: none;
		  margin-bottom: 0px;
}
#CONTENT A {
		  color: #0000FF;
		  text-decoration: underline;
}
#CONTENT IMG {
		  margin: 10px;
		  border: 1px #000 solid;
}
.left {
		  float: left;
}
.right {
		  float: right;
}
.bios-header {
		  font-weight: bold;
}

#ADDRESS {
		   text-align: center;
		   font-size: 12px;
		   padding-top: 25px;
		   float: none;
		   padding-bottom: 5px;
}
.maplink {
		   color: #0000FF;
		   text-decoration: none;
}
#END {
		   font-size: 8pt;
		   text-align: center;
		   padding-top: 5px:;
		   width: 800px;
		   margin-left: auto;
		   margin-right: auto;
}
