body
{
margin-top:	10;
margin-bottom:	10;
margin-left:	10;
margin-right:	10;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:visited
{
	text-decoration: none; 
	color: 006DD6; 
}

A:link
{
	text-decoration: none; 
	color: 006DD6; 
}

A:active
{
	text-decoration: none; 
	color: 006DD6; 
}

A:hover
{
	text-decoration: underline; 
	color: 006DD6;
}

#header {
	background: #0050A4;
	border-bottom: double 3px #aba;
	border-left: solid 1px #9a9;
	border-right: solid 1px #565;
	border-top: solid 1px #9a9;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#menu
{
        background: #EEF2F6;
}


#content
{
	background: #FFFFFF;
}

#footer
{
        background: #EEF2F6;
}

