@charset "utf-8";
/* CSS Document */

body {
background-image:url(../images/bg_gold.gif);
}

a {
color:#000080;
}

a:visited {
color:#0000ff;
}

#logo {
position:absolute;
left:80px;
top:15px;
}

#leftnav {
position:absolute;
left:70px;
top:195px;
}

#header {
//background-image:url(../images/bg_gold.gif);
position:absolute;
left:250px;
top:40px;
width:780px;
text-align:center;
}

#header h1 {
font-family:Times New Roman;
font-size:32px;
font-style:italic;
color:#0000FF;
margin-bottom:0px;
}

#header h2 {
font-family:Times New Roman;
font-size:9px;
color:#000000;
margin-top:0px;
margin-bottom:80px;
}

#content {
position:absolute;
left:250px;
top:150px;
width:780px;
}

#content h1 {
color:#000080;
}

.abfomtable {
background-color:#FFFFCC;
border-color:#000080;
border-collapse:collapse;
border-width:1px;
border-style:solid;
}

.abfomtable th {
background-color:#000080;
border:#000080;
color:#FFFFFF;
padding:5px;
}

.abfomtable td {
padding:5px;
border-width:1px;
border-style:solid;
border-color:#000080;
text-align:left;
}

.abfomtable .month {
color:#000080;
font-weight:bold;
text-align:center;
}

.footer {font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
color:#000080;
