﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 98%;
	margin: 0%;
	padding: 0%;
	background-color: #EEF3FA;
	color: #222222;
}

.Page
{
	width: 960px;
	margin: auto;
	padding: 12px 18px 25px 18px;
}

.Header
{
	clear: both;
	float: none;
	height: 103px;
	position: relative;
	background-image: url(      '../Images/header.gif' );
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #005E69;
	color: #FFFFFF;
}

.Navigation
{
	position: absolute;
	top: 17px;
	right: 10px;
	clear: both;
	float: none;
	height: 33px;
	width: 600px;
	vertical-align: middle;
	background-image: url(      '../Images/menu-bg.png' );
	background-repeat: no-repeat;
	background-color: Transparent;
}

.Body
{
	float: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #005E69;
	color: #222222;
	margin-bottom: 30px;
	border-top: solid 1px #FFFFFF;
	background-image: url('../Images/bg-pagewidth.gif');
	background-repeat: repeat-x;
	background-position: left -1px;
}

.ContentHeader
{
	background-image: url( '../Images/content-header.gif' );
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: static;
	width: 956px;
	height: 63px;
	margin: 5px 2px 0 2px;
	line-height: 50px;
	text-align: center;
}

.Content
{
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	margin: 0 2px 0 2px;
	width: 936px;
	display: table;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	position: static;
}

.ContentFooter
{
	margin: 0 2px 20px 2px;
	position: static;
	width: 956px;
	height: 5px;
	background-image: url( '../Images/content-bg-footer.gif' );
	background-repeat: no-repeat;
}

.Block
{
	display: table;
	overflow: visible;
	width: 100%;
}

.Columns
{
	clear: both;
	height: 100%;
	display: table;
	overflow: visible;
	width: 936px;
}

.LeftColumn
{
	float: left;
	clear: left;
}

.RightColumn
{
	float: right;
	clear: right;
}

.Footer
{
	background-color: #E5E5E5;
	clear: both;
	float: none;
	position: static;
	height: 40px;
	color: #888888;
	font-size: 11px;
}

