/* Global Styles */

body { 
    background-color:#FFFFFF;
    margin:0px;
}

td {
    font:12px Arial, Helvetica, sans-serif;
    color:#666666;
}

a {
    color: #993300;
}

a:hover {
    color: #336699;
}

/* ID */

#navigation td {
    border-bottom: 1px solid #ffffcd;
}

#navigation a {
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #ffffdc;
    line-height:16px;
    letter-spacing:.1em;
    text-decoration: none;
    display:block;
    padding:8px 6px 10px 20px;
}

#navigation a:hover {
    background: #336699;
    color:#000;
}

#header 	{
    color: #ffffdc;
    letter-spacing:0.3em;
    line-height:30px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    border-bottom: medium solid #FFFFCC;
}

#header2	{
    color: #ffffdc;
    letter-spacing:0.4em;
    line-height:22px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#monthformat {
    border-bottom: 1px dashed #5C743D;
}

#dateformat {
    font:11px Arial, Helvetica, sans-serif;
    color: #ffffdc;
    letter-spacing:.2em;
}

#dateformat a {
    font:11px Arial, Helvetica, sans-serif;
    color: #ffffdc;
    font-weight:bold;
    letter-spacing:.1em;
    text-decoration:none;
}

#dateformat a:hover {
    color: #000;
    letter-spacing:.1em;
}

#footer {
    color: #ffffdc;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 10px;
    background: #996633;
}

#footer a {
color: #ffffdc;
text-decoration: none;
border-bottom: 1px dotted #ffffdc;
}

#footer a:hover {
font-weight:bold;
color:#000;
}


/* Class Styles */

.bodyText {
    font:12px Arial, Helvetica, sans-serif;
    color:#000;
    line-height:22px;
    margin-top:0px;
}

.pageHeader {
    font: 22px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333366;
    line-height:26px;
}

.subHeader {
    font:bold 16px Arial, Helvetica, sans-serif;
    color: #993300;
    line-height:22px;
    letter-spacing:.2em;
}

.quote {
    font: 20px Arial, Helvetica, sans-serif;
    color: #759DA1;
    line-height:30px;
}

.smallText {
    font: 11px Arial, Helvetica, sans-serif;
    color: #333;
}

.navText {
    font: 11px Arial, Helvetica, sans-serif;
    color: #CCCC99;
    line-height:16px;
    letter-spacing:.1em;
    text-decoration: none;
}

.officers {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-indent: 12px;
    line-height: 10px;
}

.subHead2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
}

.important {
    background:#FFFF99;
}