/* ----------------- HTML Tags -------------------- */
body {
background: #FFFFFF;
font-family: Century;
font-size: 17px;
}
h1 {
font-size: 24px;
padding-top: 10px;
}
/* ----------------- Page Header Styles -------------------- */
.header {
background-image: url(http://websites.myfbo.com/presence/flag.jpg);
width: 980px;
height: 90px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
text-indent: 3px;
text-align: left;
}
.headcell {
color: #FFFFFF;
font-size: 40px;
font-weight: bold;
text-align: left;
}
.subheader {
background: #CC0000;
height: 15px;
width: 980px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}
/* ----------------- Left Menu Styles -------------------- */
.left {
background: #0066FF;
vertical-align: top;
width: 145px;
border-left: 1px solid #000000;
text-align: left;
}
.button {
background: #000099;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
text-align: left;
}
.button1 {
background: #000099;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
text-align: left;
}
.buttonover {
background: #CC0000;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
}
.buttonover1 {
background: #CC0000;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
color: #FFFFFF;
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;
}
/* ----------------- Copyright and Footer Styles -------------------- */
.botcell {
background: #CC0000;
height: 15px;
width: 980px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}			  
.copyr {
background: #0066FF;
width: 980px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
}
.copyrcell {
text-align: center;
font-size: 12px;
}
/* ----------------- Link Styles -------------------- */
a.but {
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
}
a.but:visted {
text-decoration: none;
}
a.but:hover {
text-decoration: underline;
}
a.but:active {
text-decoration: none;
}