body 
{
	background-color: #f6f6f6; 
	margin-top: 0px;
}

.top
{
	width: 802px;
	height: 169px;
	margin-left: auto;
	margin-right: auto;
}

.header
{
	color: #08007F;
	font-weight: bold;
	font-family: Arial;
	font-size: 11pt;
	text-align: left;
}

.logo
{
	float: left;	
	padding: 0px;
	margin: 0px;
	height: 169px;
	width: 450px;
}

.menu
{
	float: left;
	width: 350px;
	height: 169px;
	background: #FFF url(images/owl.jpg) no-repeat right;
}

.button a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
}

.button a:hover
{
	color: #EEEEEE;
}

.button
{
	background: #FFFFFF url(images/button.jpg) no-repeat;
	width: 101px;
	height: 30px;
}



.content
{
	display: block; clear: both; 
	font-size: 9pt;
	font-family: Verdana;	
	color: #4F4C6F;
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(images/curlies.jpg) repeat-y 0px 0px;
}

h3 { font-weight: bold;
	font-family: Arial;
	font-size: 11pt;
	padding-left: 10px;}

p 
{
	font-size: 9pt;
	text-align: justify;
	line-height: 1.5;
	padding: 10px;
	}

#silverlightControlHost 
{
    height: 100%;
    text-align:center; 
	border: 1px solid #666666;
	width:800px; margin-bottom:0px;text-align:center;	
}

.footer
{
	background: #f6f6f6 url(images/footer.jpg) no-repeat;
	width: 800px;
	height: 47px;
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid #f6f6f6;
}
.footertext {
	padding-left: 20px;
	padding-top: 17px;
}
.footer a
{
	color: #000000;
}
.footer a:visited
{
	color: #000000;
}
.footer a:hover
{
	color: #2a2a2a;
}
.imgright { float: right; padding-left: 10px; }
.imgleft { float: left; padding-right: 10px; }