﻿*
{
	padding: 0px;
	margin: 0px;
}

html, body
{
	background-color: #00339d;
	font-family: Arial;
	height: 100%;
	widows: 100%;
}

body
{
	font-size: 62.5%;
}

.bodyContainer, .bodyContainer a
{
	color: #00339d;
}

.bodyContainer
{
	background-color: #ffffff;
	width: 916px;
	margin: 0px auto;
	font-size: 1.4em;
}

.bottomShadow
{
	background-repeat: no-repeat;
}

.leftShadow, .rightShadow
{
	background-repeat: repeat-y;
}

.leftShadow
{
	background-image: url('../images/ContentShadow_Left.gif');
	zoom: 1;
}

.rightShadow
{
	height: 100%;
	background-image: url('../images/ContentShadow_Right.gif');
	background-position: right;
}

.bottomShadow
{
	background-image: url('../images/ContentShadow_Bottom.gif');
	width: 100%;
	height: 20px;
}

.contentContainer
{
	margin-left: 28px;
	padding-right: 24px;
}

.header
{
	height: 155px;
}

.logo
{
	background-image: url('../images/Logo.gif');
	background-repeat: no-repeat;
	background-position: left 20px;
	float: left;
	width: 287px;
	height: 100%;
}

.brand
{
	background-image: url('../images/Brand.gif');
	background-repeat: no-repeat;
	background-position: right 50px;
	float: right;
	line-height: 155px;
	width: 463px;
	height: 100%;
}

.navContainer
{
	background-image: url('../images/NavBG.gif');
	width: 100%;
	height: 32px;
}

.navButtons
{
	float: right;
}

.navButtons a
{
	display: block;
	float: left;
	line-height: 32px;
	border-left: 1px solid #cccccc;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
}

.navButtons a.activeNavButton, .navButtons a:hover, .navButtons a:active
{
	background-image: url('../images/NavButtonActiveBG.gif');
}

.mainContainer
{
	padding: 54px 89px 66px 90px;
}

.mainContainer p
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

.mainContainer ul
{
	margin-left: 20px;
	margin-bottom: 20px;
}

.pageTitle
{
	font-size: 2.2em;
	font-weight: bold;
	color: #f99d1c;
	line-height: 1em;
}

.subTitle
{
	font-weight: bold;
	color: #f99d1c;
	line-height: 1em;
}

.footer
{
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
	clear: both;
}

.footer a
{
	color: #ffffff;
	text-decoration: none;
}