@charset "utf-8";
/* CSS Document */

body {
background: url('../images/main-bg.gif') repeat-x;
background-color: #054722;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}

h1 {
font-family: "Times New Roman", Times, serif;
font-size: 160%;
font-weight: normal;
color: #00a650;
text-transform: uppercase;
margin: 0px;
padding: 0px;
}

h2,.headline2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 130%;
color: #990000;
margin: 0px 0px 10px;
padding: 0px;
font-weight: normal;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 110%;
color: #000;
margin: 0px 0px 10px;
padding: 0px;
}

a:link {
color: #009900;
text-decoration: underline;
}

a:vistited {
color: #009900;
text-decoration: underline;
}

a:hover {
color: #ff0000;
text-decoration: none;
}

hr {
color: #c6c6c6;
background-color: #c6c6c6;
height: 5px;
}

p {
line-height: 140%;
}

.preload{display:none;}

.form {
border: 1px solid #666;
background-color: #f1f1f1;
color: #990000;
font-size: 120%;
padding: 2px;
}

TEXTAREA {
font-family: Arial, Helvetica, sans-serif;
font-size: 120%;
}

.small {
font-size: 70%;
}

/*********************************  LAYOUT STUFF **********************************************/
#container {
width: 770px;
background: url('../images/mid-bg.gif') repeat-y;
margin: 0 auto;
padding-bottom: 25px;
height: auto;
}

#header {
width: 679px;
margin: 0 auto;
height: 98px;
}

#logoHolder {
width: 499px;
height: 98px;
float: left;
}

#dateHolder {
width: 180px;
height: 98px;
float: left;
font-size: 80%;
color: #df0000;
text-align: center;
}

/************************************************   MENU    *****************************************************************/

#nav-menu {
width: 400px;
margin: 0px auto;
padding-top: 10px;
clear: left;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0px;
}

#nav-menu li a
{
background: url('../images/menu2.gif');
height: 36px;
line-height: 2em;
float: left;
width: 109px;
display: block;
color: #fff;
text-decoration: none;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
letter-spacing: -1px;
font-weight: bold;
}

#nav-menu li a:hover
{
background: url('../images/menu2-on.gif');
height: 36px;
line-height: 2em;
float: left;
width: 109px;
display: block;
color: #fff;
text-decoration: none;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
letter-spacing: -1px;
font-weight: bold;
}

#nav-menu li a.end
{
background: url('../images/menu1.gif');
height: 36px;
line-height: 2em;
float: left;
width: 84px;
display: block;
color: #fff;
text-decoration: none;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
letter-spacing: -1px;
font-weight: bold;
}

#nav-menu li a:hover.end
{
background: url('../images/menu1-on.gif');
height: 36px;
line-height: 2em;
float: left;
width: 84px;
display: block;
color: #fff;
text-decoration: none;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
letter-spacing: -1px;
font-weight: bold;
}

#nav-menu li a.end2
{
background: url('../images/menu4.gif');
height: 36px;
line-height: 2em;
float: left;
width: 98px;
display: block;
color: #fff;
text-decoration: none;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
letter-spacing: -1px;
font-weight: bold;
}

#nav-menu li a:hover.end2
{
background: url('../images/menu4-on.gif');
height: 36px;
line-height: 2em;
float: left;
width: 98px;
display: block;
color: #fff;
text-decoration: none;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
letter-spacing: -1px;
font-weight: bold;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */


/***************************************** END MENU *******************************************************/

#content {
width: 700px;
margin: 0px auto;
clear: both;
padding-top: 15px;
}

#footer {
width: 726px;
height: 60px;
background: url('../images/footer-bg.gif') repeat-x bottom #000;
margin: 0 auto;
font-size: 70%;
padding: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
border-left: 2px solid #000;
border-right: 2px solid #000;
border-bottom: 2px solid #000;
}

#footer a:link {
color: #fff;
text-decoration: underline;
}

#footer a:visited {
color: #fff;
text-decoration: underline;
}

#footer a:hover {
color: #009933;
text-decoration: none;
}

#footer a:active {
color: #ccc;
text-decoration: none;
}
