@charset "utf-8";
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header, #content, #footer {
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#header {
	border-top-width: 28px;
	border-top-style: none;
	border-top-color: #F5EADC;
	border-right-color: #F5EADC;
	border-bottom-color: #F5EADC;
	border-left-color: #F5EADC;
	position: relative;
	height: 265px;
	background-repeat: no-repeat;
	background-image: url(../images/site_structure/logos/banner_contract2.gif);
}
#navBar {
	position: absolute;
	width: 754px;
	height: 45px;
	top: 210px;
	left: 50px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	padding-top: 10px;
	overflow: hidden;
	height: 700px;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #993300;
	font-weight: bold;
}
#textContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width: 100%;
	margin-top: 275px;
	color: #993300;
	font-weight: normal;
}

#navColumn {
	float: left;
	width: 156px;
	padding-top: 2px;
	padding-left: 2px;
}
.currentLink {
	color: #766108;
	margin-left: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}
#contentColumn {
	float: left;
	width: 583px;
	padding-right: 10px;
	padding-left: 35px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #993300;
}
#content h1 {
	font-size: 2.2em;
	color: #006699;
	font-weight: bold;
}
#content h2 {
	font-size: x-large;
	font-weight: bolder;
	color: #663366;
	text-decoration: blink;
}
#footer {
	font-size: 0.8em;
	border-bottom-width: 15px;
	border-bottom-style: none;
	border-bottom-color: #993300;
	color: #993300;
	text-align: right;
	font-weight: bold;
}

