/* CSS Document */

body {
	color: #000000;
	background: url(images/bg.jpg) repeat-x top left #C3C3C3;
	background-attachment: fixed;
	font: 14px  "Helvetica", Arial, Helvetica, sans-serif;;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 960px;
background-color: #ffffff;
margin: 5px auto;
padding: 0;

}

#nav
{
font-size: 11px;
font-weight: bold;
margin-left: 7px;
float: left;
width: 150px;
background: #eeeeee;
padding-top: 5px;
}

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

#nav td:hover
{background: #aaaaaa;
color: #FFFFFF;
border-right: 5px solid #004192;
border-left: 5px solid #004192;}

.tdHere
{background: #aaaaaa;
color: #FFFFFF;
border-right: 5px solid #0074CF;
border-left: 5px solid #0074CF;}

.tdHere a
{color: #FFFFFF;}

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

#content
{
float: right;
width: 752px;
background: #FFFFFF;
padding: 0px 25px 20px 25px;
}

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

#content a:hover
{color: black;
text-decoration: underline;
background: #CCCCCC;}

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

.img1
{margin-right: 10px;}

.img2
{margin-left: 20px;}

.td1
{border: 1px solid #cccccc;}

.td2
{padding: 10px;
background: #EEEEEE;
border: 1px solid #DDDDDD;
font-size: 16px;}

h2
{color: #003378;
font: Verdana, Arial, Helvetica, sans-serif;}

#footer
{
clear: both;
font: 70% Verdana, Arial, Helvetica, sans-serif;
padding: 0px 8px 0px 8px;
height: 25px;
/* border-top: 1px dashed #aaaaaa; */
color: #AAAAAA;
}

#footer a
{
color: #AAAAAA;
}

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

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

