/* CSS Document */

body {
	color: #000000;
	background: #616161;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin: 0; 
	padding: 0;
}

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

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

#nav
{background: url(images/navBG.jpg);
width: 800px;
height: 85px;}

#content
{
width: 740px;
background-color: #FAFADF;
padding: 10px 30px 20px 30px;
}

#content a
{
color: #0077FF;
text-decoration: underline;
font-weight: bold;

}

#content a:visited
{
color: #0077FF;
text-decoration: underline;
}

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

h3
{font: 20px "Lucida Bright", Arial;}

.td
{padding: 10px 5px 10px 5px;
border: 2px solid #B4D660;
background: #DBF39E;}

.img1
{border: 3px solid #B4D660;}

.img2
{border: 3px solid #B4D660;
margin-left: 15px;}

#footer
{
font: 10px Verdana, Arial, Helvetica, sans-serif;
border-top: 0px dashed #aaaaaa;
color: #DDDDDD;
padding: 22px 5px 20px 5px;
height: 10px;
background: #616161 url(images/footer.jpg) no-repeat;
}

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

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

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


