HTML
{
	width: 100%;
	height: 100%;
	background: #4480ae;
}
BODY
{
	margin: 10px;
	font: 12px Tahoma, Arial, Sans-Serif;
}
IMG
{
	border: 0;
}
A
{
	color: #0a5a9f;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
HR
{
	border: 0;
	margin: 10px 0;
	display: block;
	width: 100%;
	height: 1px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	clear: both;
}
H1
{
	margin: 0;
	font-size: 1.6em;
}
H2, H3, H4, H5, H6
{
	margin: 10px 0;
}
H2
{
	font-size: 1.4em;
}
H3
{
	font-size: 1.2em;
}
H4
{
	font-size: 1.1em;
}
H5
{
	font-size: 1.05em;
}
H6
{
	font-size: 1em;
}
#Global
{
	margin: 0 auto 0 auto;
	width: 980px;
}
#MainBody
{
	margin: 0 0 1px 0;
	background: #ffffff;
}
#Header
{
	position: relative;
	height: 95px;
	background: url(/Resources/Images/HeaderBg.png) repeat-x;
}
#HeaderBottom
{
	height: 3px;
	background: url(/Resources/Images/HeaderBottom.png) repeat-x;
}
#Logo
{
	position: absolute;
	top: 17px;
	left: 20px;
	margin: 0;
}
#Eyebrow
{
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 11px;
}
#EyebrowGroup1
{
	float: left;
	margin-right: 10px;
}
#EyebrowGroup2
{
	float: left;
}
#EyebrowGroup1 A
{
	color: #4480ae;
}
#EyebrowGroup2 A
{
	color: #346184;
}
#Eyebrow A
{
	float: left;
	display: block;
	border-bottom: solid 1px #cbdfee;
	padding: 4px 8px 5px 9px;
	background: #ffffff;
}
#Eyebrow .Separator
{
	float: left;
}
.ClearFix
{
	clear			: both;
	display			: block;
	overflow		: hidden;
	width			: 0;
	height			: 0;
}
.Clear
{
	clear			: both;
}
.DisplayNone
{
	display			: none;
}
.Float
{
	float			: left;
}
.FlushCenter
{
	position		: relative;
	text-align		: center;
}
.FlushRight
{
	position		: relative;
	text-align		: right;
}
.LeftMargin10
{
	margin			: 0 0 0 10px;
}
.PositionRelative
{
	position		: relative;
}
.RightBorder
{
	border-right	: solid 1px #000000;
}
.TopLayer
{
	z-index			: 99;
}
.Width25
{
	width			: 25%;
}
.Width30
{
	width			: 30%;
}
.Width40
{
	width			: 40%;
}
.Width50
{
	width			: 50%;
}
.Width60
{
	width			: 60%;
}
.Width75
{
	width			: 75%;
}
.Width80
{
	width			: 80%;
}
.Width100
{
	width			: 99%;
}
