/* -------------- HTML Tags ----------------- */
body {
background: #FFFFFF;
font-family: Times New Roman;
font-size: 15px;
}
h1 {
font-size: 24px;
padding-top: 10px;
}
/* -------------- Page Header Styles ----------------- */
.header {
background-image: url(http://websites.myfbo.com/presence/map.gif);
height: 90px;
width: 980px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
text-indent: 3px;
text-align: left;
}
.headcell {
font-size: 36px;
font-weight: bold;
color: #000000;
text-align: left;
}
.subheader {
background: #999966;
height: 15px;
width: 980px;
border: 1px solid #000000;
}
/* -------------- Left Menu Styles ----------------- */
.left {
background: #CCCC99;
vertical-align: top;
width: 145px;
border-left: 1px solid #000000;
text-align: left;
}
.button {
background: #CCCC99;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
color: black;
font-size: 12px;
text-decoration: none;
text-align: left;
}
.button1 {
background: #CCCC99;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
color: black;
font-size: 12px;
text-decoration: none;	
text-align: left;
}
.buttonover {
background: #FFFFCC;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
color: black;
font-family: Times New Roman;
font-size: 12px;
text-decoration: none;
}
.buttonover1 {
background: #FFFFCC;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
color: black;
font-family: Times New Roman;
font-size: 12px;
text-decoration: none;
}
/* -------------- Main Page Styles ----------------- */
.main {
vertical-align: top;
width: 828px;
border-right: 1px solid #000000;
background: #FFFFFF;
padding-left: 5px;
text-align: left;
}
.imgright {
float: right;
}
/* -------------- Footer and Copyright Styles ----------------- */
.botcell {
background: #999966;
height: 15px;
width: 980px;
border: 1px solid #000000;
}		  
.copyr {
background: #FFFFFF;
width: 980px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
text-align: left;
}
.copyrcell {
text-align: center;
font-size: 12px;
}
/* -------------- Link Styles ----------------- */
a.but {
color: black;
font-size: 12px;
text-decoration: none;
}
a.but:visted {
color: #000000;
text-decoration: none;
}
a.but:hover {
color: #000000;
text-decoration: underline;
}
a.but:active {
color: #000000;
text-decoration: none;
}