/* CSS Document */

body
{
font-family: trebuchet ms;
font-size: 90%;
background: #414852;
color: #FFF;
}

#hidden
{
display: none;
}

#container
{
width: 780px;
margin: 0 auto;
background: #414852 URL("../images/mainbg.gif") repeat-y;
}

#header
{
height: 90px;
background: URL("../images/headerbg.gif") no-repeat;
}

#header ul
{
margin: 0 0 0 300px;
padding-top: 45px;
font-size: 120%;
}

#header li
{
display: inline;
margin-right: 30px;
}

#header a
{
color: #8a8f95;
text-decoration: none;
background: URL("../images/navbg.gif") no-repeat;
padding: 30px 0 0 10px;
}

#header a:hover
{
color: #ccc;
text-decoration: underline;
background: URL("../images/navhoverbg.gif") no-repeat;
}

#splash
{
height: 180px;
background: #FFF URL("../images/splash.jpg") no-repeat;

}

#main
{
margin: 0;
}

#main h1
{
margin: 0;
padding-top: 15px;
}

#main p
{
padding: 5px 0;
}

#main a
{
color: #cde768;
font-weight: bold;
}

#main a:hover
{
text-decoration: none;
color: #95af31;
}

#left_content
{
color: #000;
width: 248px;
float: left;
}

#left_content h2
{
margin: 0;
padding: 5px;
font-size: 120%;
text-transform: uppercase;
}

#left_content h3
{
background: URL("../images/newsbg.gif") no-repeat;
margin: 0 0 0 5px;
padding: 0 0 0 15px;
font-size: 100%;
}

#left_content p
{
margin: 0;
padding: 5px;
font-size: 90%;
}

#left_content a:hover
{
color: #cde768;
font-weight: bold;
}

#left_content a
{
text-decoration: none;
color: #95af31;
}

#right_content
{
margin: 0 0 20px 268px;
}

#right_content h2
{
margin: 10px 0 10px 0;
}

#right_content h3
{
color: #cde768;
margin: 0;
font-size: 110%;
}

#footer
{
clear: both;
background: #8a8f95 URL("../images/footerbg.gif") no-repeat;
height: 120px;
}

#footer p
{
text-align: right;
padding: 10px;
font-size: 80%;
margin: 0 0 0 268px;
}

#footer a
{
color: #333;
font-weight: bold;
}

#footer a:hover
{
color: #FFF;
}

.text_window
{

color: #000;
}

.text_window p{margin: 0;}

.text_window strong
{
font-size: 130%;
}

.imglink img
{
border: none;
}

.imgleft
{
float: left;
padding: 5px 5px 5px 0;
}

.imgright
{
float: right;
padding: 5px 0 5px 5px;
}

.oneyearon
{
text-align: right;
font-size: 120%;
}