/* CSS Document */

body {
background-image: url(/images/graphics/background.jpg);
background-repeat: repeat-x;
background-position: center top;
background-color: #6C7C02;
margin:0px;
}

table {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #547A03;
}

.menu{
background-color:#000000;
}

.top-right {
background-color:#5B8505;
}
.mid-right {
background-color:#E1A21C;
}
.btm-right {
background-color:#94936B;
}

.footer {
background-color:#525252;
}

.whitetxt {
color: #FFFFFF;
font-size: 12px;
}

.whitetxtbold {
color: #FFFFFF;
font-size: 15px;
font-weight:bold;
}

h1 {
display:inline;
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
color: #85B81B;
font-size: 17px;
font-weight:bold;
}

il, ul {
list-style-image:url(/images/graphics/bullet.gif);
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:2px;
}

a:link, a:visited, a:active {
color:#006600;
text-decoration:none;
}

a:hover {
color:#669900;
text-decoration:underline;
}

.footer a:link, .footer a:visited, .footer a:active {
color:#B1FB4F;
text-decoration:none;
}

.footer a:hover {
color:#FFFF00;
text-decoration:underline;
}

.error {
font-weight: bold;
color: #CC0000;
}

