@charset "utf-8";
body {
	margin: 0px;
	background-color: #ececec;
	background-image: url(/images/bg_grey.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12pt;
}
.Container {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.Heading {
	background-color: #FFF;
	height: 121px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f26522;
	position: relative;
}
#TitleImg {
	margin: 5px;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#AddressImg {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 5px;
}
.Footer {
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f26522;
	clear: both;
	padding: 5px;
}
.Footer th {
	text-align: left;
	font-weight: normal;
	font-size: 7pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F26522;
}
.Footer td {
	text-align: left;
	font-weight: bold;
	font-size: 14pt;
	vertical-align: top;
}
/* Main content container, holds the menu and the content well */
#Content {
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	position: relative;
	height: auto;
}
#Content h1 {
	color: #f26522;
	font-weight: normal;
	font-size: 18pt;
	height: auto;
}
/* Main menu container */
.MenuContainer {
	float: left;
	width: 8.5em;
	height: 100%;
	position: relative;
}
/* Content well container */
.ContentWell {
	float: right;
	width: 800px;
	position: relative;
	line-height: 20pt;
	font-size: 10pt;
	margin-bottom: 20px;
}
