
.NavLink
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:White;
	text-decoration:none;
}
.NavFooterGrey
{
    border-left:2px solid #033965;
    margin-left:5px;
    margin-right:5px;
    padding-left:8px;
}
a 
{ 
	color: #b0cfe9; 
}
	
a:hover 
{
	color: #d7e9f5;
}
body
{
	background-color:#5078ab;
	background-image:url(../images/background_1900.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:100%;
	overflow-x:hidden; 
	overflow-y:auto;
}
.Sitelinks
{
	background-image:url(../images/sitemap_rb.png);
	background-repeat:no-repeat;
	background-position:center;
	width:450px;
	height:604px;
	text-indent:32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}