/* CSS Document */

body 
{color: #000000;
background: url(static_images/bg.jpg) repeat-x top left #EEEEEE;
font: 16px Georgia, "Times New Roman", Times, serif;
line-height: 1.6em;
margin: 0; 
padding: 0;}

#container
{width: 800px;
background-color: #FFFFFF;
margin: 15px auto;
padding: 0;}

#header
{background: url(static_images/header.jpg);
width: 800px;
height: 265px;}

#nav
{background: url(static_images/navBG.jpg) repeat-y;
width: 800px;
height: 35px;
padding: 5px 20px 5px 30px;
font: 18px "Lucida Bright", Arial;}

#nav a,a:visited
{color: #000000;
text-decoration: none;
font-weight: normal;}

#nav a:hover
{text-decoration: none;
border-bottom: 1px dashed #000000;}

#content
{width: 740px;
padding: 20px 30px 0px 30px;}

#content a,a:visited
{color: #000000;
text-decoration: none;
font-weight: bold;}

#content a:hover
{color: #CCCCCC;
text-decoration: none;
background: #000000;}

.td1
{border: 1px dashed #BBBBBB;
background: #F5F5F5;}

.td2
{border: 1px dashed #BBBBBB;}

h3
{font-family: Verdana, Arial, Helvetica, sans-serif;}

h5
{font-size: 18px;
background: #eeeeee;
padding: 5px 0px 5px 5px;}

li
{list-style-image: url(static_images/li.jpg);
line-height: 1.4em;
font-size: smaller;}

#footer
{font: 10px Verdana, Arial, Helvetica, sans-serif;
clear: both;
width: 740px;
color: #CCCCCC;
padding: 30px 30px 0px 30px;
height: 40px;
background: url(static_images/footer.jpg)}

#footer a
{color: #CCCCCC;
text-decoration: none;}

#footer a:visited
{color: #CCCCCC;
text-decoration: inherit;}

#footer a:hover
{color: black;
text-decoration: none;}

