﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #4379b7;
	line-height: 150%;
	margin: 10;
}

#PageWrapper
{
	width: 850px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-top: 0px;
	position: relative;
	
}

P
{
	
	text-align: justify;
}

#TheLogo
{
	width: 850px;
	height: 115px;
	float: left;
	background-image: url(      '../Images/logo.jpg' );
	
	top: 100px;
}	


#PageHeader
{
	width: 850px;
	height: 13px;
	float: left;
	background-image: url(      '../Images/header.jpg' );
	
	top: 100px;
}

#PageContent
{
	width: 850px;
	float: left;
	background-image: url(  '../Images/content.jpg' );
	background-repeat: repeat-y;
	
}

#PageContent  p.info { text-align: right; background: url(../Images/dots.gif) top repeat-x; color: #999; margin: 0px; padding: 3px 0px; }

#spacer
{
	width: 850px;
	height: 20px;
	float: left;
	
}


#PageFooter
{
	width: 850px;
	height: 14px;
	float: left;
	background-image: url( '../Images/footer.jpg' );
}


#PageInner
{
	width: 820px;
	padding-left:15px;
	padding-right:15px;
}

#Disclaimer
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}

H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #0066CC;
}

a: hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #333333;
}

a: visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #808080;
}



