﻿body
{
	background-image: url(   '../Images/bg.jpg' );
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#PageWrapper
{
	width: 850px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-top: 0px;
	position: relative;
	
}

#PageTop
{
	width: 907px;
	height: 28px;
	float: left;
	background-image: url( '../Images/top.jpg' );
}

#PageHeader
{
	width: 907px;
	height: 300px;
	float: left;
	background-image: url( '../Images/header.jpg' );
}

#PageMenu
{
	width: 707px;
	top: 190px;
	left: 75px;
	padding-left: 75px;
	padding-top: 190px;
}



#PageContent
{
	width: 907px;
	height: 1006px;	
	float: left;
	background-image: url( '../Images/content.jpg' );
}

#PageInner
{
	width: 770px;
	left: 75px;
	padding-left:75px;
}



#PageFooter
{
	width: 907px;
	height: 112px;
	float: left;
	background-image: url( '../Images/footer.jpg' );
}


#PageBottom
{
	width: 907px;
	height: 123px;
	float: left;
	background-image: url( '../Images/bottom.jpg' );
}

#Disclaimer
{
	width: 942px;
	float: left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #0066CC;
}
p
{
	text-align: justify;
}

