/* CSS Document */

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

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

}

#nav
{
width: 100%;
height: 43px;
font-weight: bold;
font-size: 16px;
}

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

#nav a:hover
{color: #000000;
background: #DDDDDD;}

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

#content
{
background-color: #ffffff;
padding: 30px 25px 20px 25px;
}

#content a
{
color: #35B8EC;
text-decoration: underline;
font-weight: bold;

}

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

#content a:visited
{
color: #35B8EC;
text-decoration: underline;
font-style: normal;
}

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

h2
{color: #3A60A2;
border-bottom: 1px solid #3A60A2;
width: 100%;}

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

#footer
{
font: 70% Verdana, Arial, Helvetica, sans-serif;
padding: 25px 8px 0px 8px;
/* border-top: 1px dashed #aaaaaa; */
color: #FFFFFF;
background: url(images/footer.jpg) #385FA0 no-repeat;
}

#footer a
{
color: #FFFFFF;
}

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

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

