﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #081f5e;
}

div.Background
{
	background-color: #081f5e;
	background-position: center;
	background-repeat: repeat-y;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 640px;
	margin: auto;
	padding-bottom: 120px;
}

div.Background2
{
	position: relative;
	z-index: 1;
	left: 10px;
	top: 50px;
	background-image: url(../Images/Background_Gray.png);
	background-position: center;
	background-repeat: repeat-x;
	width: 855px;
	height: 630px;
	margin: 0px auto;
}

div.Background3
{
	position: relative;
	z-index: 1;
	right: 10px;
	top: 8px;
	background-image: url(../Images/Background_Red.png);
	background-position: center;
	background-repeat: repeat-x;
	width: 855px;
	height: 630px;
	margin: 0px auto;
}

div.BottomLeft_Red_Blue
{
	position: relative;
	z-index: 3;
	background: url(../Images/BottomLeft_Red_Blue.png) 0 100% no-repeat;
	height: 100%;
}

div.BottomRight_Red_Blue
{
	position: relative;
	z-index: 3;
	background: url(../Images/BottomRight_Red_Blue.png) 100% 100% no-repeat;
	margin-bottom: 1px;
	height: 100%;
}

div.Logo
{
	position: absolute;
	z-index: 5;
	left: -55px;
	top: -44px;
}

div.Logo div.Home
{
	position: relative;
	bottom: 15px;
	left: 70px;
	display: block;
	width: 52px;
	height: 15px;
	vertical-align: bottom;
	padding: 20px 10px 10px 10px;
}

div.Logo div.Home a.Home
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

div.Logo img
{
	border: none;
}

div.UpperRight_Red_Gray
{
	position: relative;
	z-index: 3;
	background: url(../Images/UpperRight_Red_Gray.png) 100% 0% no-repeat;
}

div.BottomRight_Gray_Blue
{
	position: relative;
	z-index: 3;
	background: url(../Images/BottomRight_Gray_Blue.png) 100% 100% no-repeat;
	height: 630px;
}

div.UpperRight_Gray_Blue
{
	position: relative;
	z-index: 3;
	background: url(../Images/UpperRight_Gray_Blue.png) 100% 0% no-repeat;
}

div.Header
{
	position: absolute;
	z-index: 6;
	top: 0px;
	left: 110px;
	width: 745px;
	height: 69px;
}

div.Menu
{
	position: absolute;
	z-index: 6;
	top: 69px;
	left: 139px;
	width: 716px;
	height: 35px;
	background-image: url(../Images/Menu_Gray.png);
	background-repeat: repeat-x;
}

div.Content
{
	position: absolute;
	top: 118px;
	left: 12px;
	height: 500px;
	width: 830px;
}

div.Footer
{
	position: absolute;
	bottom: -64px;
	left: 43%;
}

div.Menu ul
{
	margin: 0px 0px 0px 40px;
	padding: 0px;
	text-decoration: none;
	font-size: 18px;
}

div.Menu ul li.Link
{
	position: relative;
	bottom: 11px;
	padding: 0px 11px 0px 0px;
	display: inline;
}

div.Menu ul li.Spacer
{
	width: 3px;
	padding: 0px 11px 0px 0px;
	display: inline;
}

/*** Header Text ***/
div.HeaderText,
div.HeaderText2,
div.HeaderText3
{
	text-indent: 10px;
	height: 13px;
	padding-top: 6px;
	color: #FFFFFF;
	font-weight: bold;
}

div.HeaderText2
{
	text-indent: 50px;
}

div.HeaderText3
{
	text-indent: 90px;
}

span.HeaderText
{
	font-size: 10px;
}

div.HomeLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 35px;
	background-image: url(../Images/Menu_Gray.png);
	background-repeat: repeat-x;
}

a,
a:link,
a:visited,
a:active
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #990000;
}
a:hover
{
	text-decoration: underline;
	color: #000099;
}

div.GrayBox,
div.GrayBox_Middle
{
	width: 335px;
	background-repeat: repeat;
	background-position: left;
}

div.GrayBox_Top,
div.GrayBox_Middle,
div.GrayBox_Bottom
{
	background-image: url(../Images/HeaderBackground.png);
}

div.GrayBox_Top,
div.GrayBox_Bottom
{
	margin: 0px 8px 0px 8px;
	width: 319px;
	height: 8px;
}

div.GrayBox
{
	position: relative;
	height: 126px;
}

div.GrayBox_Middle
{
	height: 110px;
}

div.GrayBox_UpperLeft,
div.GrayBox_UpperRight,
div.GrayBox_BottomLeft,
div.GrayBox_BottomRight
{
	position: absolute;
	z-index: 10;
	width: 8px;
	height: 8px;
}

div.GrayBox_UpperLeft
{
	top: 0px;
	left: 0px;
	background: url(../Images/HeaderBackground_UpperLeft.png) 0% 0% no-repeat;
}

div.GrayBox_UpperRight
{
	top: 0px;
	right: 0px;
	background: url(../Images/HeaderBackground_UpperRight.png) 0% 1000% no-repeat;
}

div.GrayBox_BottomLeft
{
	bottom: -6px;
	left: 0px;
	background: url(../Images/HeaderBackground_BottomLeft.png) 0% 100% no-repeat;
}

div.GrayBox_BottomRight
{
	bottom: -6px;
	right: 0px;
	background: url(../Images/HeaderBackground_BottomRight.png) 100% 100% no-repeat;
}