﻿@import url("Layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 0.8em;
	color: #000;
	background-color: #6A6A6A;
}
#Container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background: url('../MasterImages/Center.jpg');
    background-repeat: repeat-y;
}
#Header {
	text-align: right;
	width: 960px;
	height: 99px;
	overflow: auto;
	background-position: bottom;
	background: url('../MasterImages/Header2.jpg');	
	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: 100px;
	height: 40px;
	overflow: auto;
}
#HdrInfo9 {
	margin-right: 42px;
	padding-top: 0px;
	float: right;
	text-align: center;
	width: 205px;
	height: 60px;
	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/Center.jpg');
    background-repeat: repeat-y;
}
#Navigator {
	float: left;
	width: 176px;
	background: url('../MasterImages/Left3.jpg');
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	display: inline;
	padding: 0px 0px 0px 25px;
}
#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: 10px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	background-image: url('../MasterImages/Gray.jpg');
	background-repeat: repeat-x;
}
#Content a {
	font-weight: bold;
	text-decoration: none;
	color: #284775;
}
#Content a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF9900;
}
#Content h1 {
}
#Content h2 {
	color: #990000;
	font-family: 'Arial Black';
	margin-bottom: 10px;	
}
#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: 24px 0 0 0;
	background-image: url('../MasterImages/Footer2.jpg');
	background-repeat: no-repeat;
	color: #f9f9f9;
	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;
}