﻿body
{
	font-family: 'Arial';
	font-size: 13px;
	background-color: #90b2d4;
	padding-top: 0px;
}


#PageWrapper
{
	width: 907px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-top: 0px;
	position: relative;
}

#PageInner
{
	width: 790px;
	padding-left:55px;
	
}

#PageTop
{
	width: 907px;
	height: 57px;
	background-image: url(  '../Images/top.jpg' );
}

#PageLogo
{
	width: 907px;
	height: 113px;
	background-image: url(  '../Images/logo.jpg' );
	float: left;
}

#PageMenu
{
	width: 907px;
	height: 56px;
	background-image: url(  '../Images/menu.jpg' );
	float: left;
}

#PageHeadings
{
	width: 907px;
	height: 155px;
	background-image: url(  '../Images/headings.jpg' );
	float: left;
}

#PageHeader
{
	width: 907px;
	height: 43px;
	background-image: url(  '../Images/header.jpg' );
	float: left;
}


#PageContent
{
	width: 907px;
	float: left;
	background-image: url(  '../Images/content.jpg' );
	background-repeat: repeat-y;
}


#PageFooter
{
	width: 907px;
	height: 116px;
		float: left;
	background-image: url( '../Images/bottom.jpg' );
}
h1
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

h2
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
a
{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

a:visited
{
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

a:hover
{
	color: #800000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}
