﻿@import url("Layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 10pt;
	color: #000;
	background-color: #6A6A6A;
	/* Remove comment marks to show holiday wrapping and change visible property of holly to true */
	/* background-image: url('../MasterImages/Wrap.png'); */
}
#Container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
#BodyContainer {
    float: left;
    overflow: auto;
    background: url('../MasterImages/WebBody.png');
    background-repeat: repeat-y;
    height: 100%;
}
#Header {
	text-align: right;
	width: 960px;
	height: 110px;
	overflow: auto;
	background-position: bottom;
	background: url('../MasterImages/WebHead.png');	
	background-repeat: no-repeat;
}
#HdrInfo {
	text-align: right;
	width: 960px;
	height: 25px;
	overflow: auto;
}
#HdrInfo1 {
	float: left;
	padding-top: 4px;
	padding-left: 45px;
	text-align: left;
	width: 420px;
	height: 21px;
	overflow: auto;
}
#HdrInfo2 {
	float: right;
	padding-top: 4px;
	padding-right:45px;
	text-align: right;
	width: 420px;
	height: 21px;
	overflow: auto;
}
#HdrInfo3 {
	margin-left: 25px;
	padding-top: 5px;
	padding-left: 0px;
	float: left;
	text-align: center;
	width: 140px;
	height: 65px;
	overflow: auto;
}
#HdrInfo4 {
	padding-top: 10px;
	float: left;
	text-align: left;
	width: 200px;
	height: 60px;
	overflow: auto;
}
#HdrInfo5 {
	padding-top: 20px;
	float: left;
	text-align: left;
	width: 100px;
	height: 50px;
	overflow: auto;
}
#HdrInfo6 {
	padding-top: 22px;
	float: left;
	text-align: left;
	width: 80px;
	height: 40px;
	overflow: auto;
}
#HdrInfo7 {
	padding-top: 18px;
	float: left;
	text-align: left;
	width: 50px;
	height: 50px;
	overflow: auto;
}
#HdrInfo9 {
	margin-right: 42px;
	padding-top: 0px;
	float: right;
	text-align: center;
	width: 205px;
	height: 30px;
	overflow: auto;
}
#Header p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
#Header a {
    color: silver;
    text-decoration: none;
}
#Header a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#PageContent {
    width: 960px;
    background: url('../MasterImages/WebBody.png');
    background-repeat: repeat-y;
    height: 100%;
}
#Navigator {
	float: left;
	width: 150px;
	height: 100%;
	background: url('../MasterImages/WebNav.png');
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	display: inline;
	margin: 0 0 0 24px;
	padding: 0 0 0 2px;
}
#Navigator a {
	font-weight: bold;
	color: Black;
	display: block;
	padding: 2px;
}
#Navigator a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
Navigator img {
    border: none;
}
#Content {
	background-position: top;
	float: left;
	width: 734px;
	padding: 5px 10px 0 12px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#Content a {
	font-weight: bold;
	text-decoration: none;
	color: #284775;
}
#Content a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF9900;
}
#Content h1 {
	color: #FFAA00;
	font-family: 'Arial';
	font-weight: bold;
	margin: 10px 0 10px 0;	
}
#Content h2 {
	color: #990000;
	font-family: 'Arial Black';
	margin: 0 0 10px 0;	
}
#Content h3 {
	color: #999999;
	margin-bottom: 10px;	
}
#Content h4 {
	color: #FF9900;
	margin-bottom: 10px;	
}
#Content img {
	display: block;
	border: none;
}
#Content li {
	margin-bottom: 10px;	
}
#Content p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#Footer {
	margin: 0px;
	background-position: top;
	text-align: center;
	clear: both;
	width: 960px;
	overflow: auto;
	padding: 26px 0 0 0;
	background-image: url('../MasterImages/WebFoot.png');
	background-repeat: no-repeat;
	color: #b0b0b0;
	font-size: 0.9em;
}
#Footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px 0 0 0;
}
#Footer a {
	color: #333;
	text-decoration: underline;
}
#Footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.align_top {
    vertical-align: top;
}
#FootNote {
    font-size: x-small;
    color: #808080;
}
#FootNote p {
    margin-bottom: 5px;
}
#FootNote a {
    color: #808080;
    text-decoration: none;
}
#FootNote a:hover {
    color: #333;
    text-decoration: underline;
}
