/* CSS Document */

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

#container
{
width: 995px;
margin: 0px auto;
padding: 0;
}

#header
{background: url(images/header.jpg) no-repeat #FFFFFF;
width: 995px;
height: 180px;}

#content
{
width: 935px;
background: #FFFFFF;
padding: 10px 30px 30px 30px;
}

#content a
{
color: #4466DD;
text-decoration: none;
font-weight: bold;

}

#content a:visited
{
color: #4466DD
text-decoration: none;
}

#content a:hover
{
color: #000000;
text-decoration: underline;
}

.tdem
{background-color: #DEE8FF;
padding: 20px;}

#footer
{
font: 10px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #BBBBBB;
padding: 0px 10px 0px 10px;
height: 37px;
background: url(images/footer.gif) no-repeat;
}

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

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

#footer a:hover
{color: #000000;
text-decoration: underline;}