.Header {
	background-image: url(/Images/Header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 770px;
}
.BodyBorder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #154F7D;
	border-right-color: #154F7D;
	border-bottom-color: #154F7D;
	border-left-color: #154F7D;
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
.Navbar {
	background-image: url(/Images/NavBar.jpg);
	background-repeat: repeat-x;
	height: 30px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
	width: 770px;
	border: 1px solid #154F7D;
}
.Footer {
	background-image: url(/Images/Footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	width: 770px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #154F7D;
	border-right-color: #154F7D;
	border-bottom-color: #154F7D;
	border-left-color: #154F7D;
}
.Width {
	width: 770px;
}
.SubNavbar {
	background-image: url(/Images/SubNavBar.jpg);
	background-repeat: no-repeat;
	height: 40px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
.Tables {
	background-color: #E8ECFF;
	border: 1px solid #006699;
}

