@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 670px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/FauxColumn.png);
	background-repeat: repeat-y;
	height: auto;
} 
.thrColFixHdr #header {
	background-color: #FCF3EA;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #sidebar1 {
	width: 130px;
	padding: 0px;
	background-color: #542022;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: auto;
	display: inline-block;
	float: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 163px; /* padding keeps the content of the div away from the edges */
	background-color: #FAF5EE;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: auto;
}
.thrColFixHdr #mainContent {
	background-color: #FAF3EA;
	margin-top: 50px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 152px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 18pt;
	color: #591B1C;
	height: auto;
} 
.thrColFixHdr #footer {
	padding: 0;
	background-color: #FCF3EA;
	margin-left: 130px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.Address_Proposals_Hope {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: normal;
	color: #591B1C;
	font-weight: normal;
}
.address_propsals_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: normal;
	font-weight: bold;
}
.large_initial_cap {
	font-size: 25pt;
	line-height: normal;
	color: #7F1412;
	font-weight: normal;
}
MainBodyIndex {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #591B1C;
}
.main_body_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 18pt;
	color: #591B1C;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.buttonAndBorder {
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #591B1C;
	padding: 0px;
}
.mainContentTABLE {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: normal;
	color: #591C1A;
	height: auto;
	margin-top: 58px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 152px;
}
#WideMainContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: normal;
	color: #591C1A;
	background-color: #FAF3EA;
	height: auto;
	margin-top: 52px;
	margin-right: 87px;
	margin-bottom: 0px;
	margin-left: 152px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
TableHeading {
	font-size: 13pt;
}
TableHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.myTableclass {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: normal;
	color: #591C1A;
}
.myTableclass tr th Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.thrColFixHdr #container #WideMainContent .myTableclass tr th {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.thrColFixHdr #container #WideMainContent .myTableclass {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.tableColumnHeads {
	font-size: 14px;
	padding-left: 0px;
}
.normalBodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: normal;
	color: #591C1A;
	padding-right: 13px;
	padding-top: 9px;
}
.thrColFixHdr #container #WideMainContent #container2 #main_content p .address_proposals_bold {
	font-weight: bold;
}

