body {
	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;
	background-color: #F2F2F2;
	background-image: url(images/navboday.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#contactnav {
	background-image: url(images/navboday.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #443C28;
	height: 24px;
	background-repeat: repeat-x;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 8px;
}
#contactnav div table tr td a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #534016;
	padding-right: 5px;
}

a:link {
	color: #443C28;
	text-decoration: none;
}
a:hover {
	color: #443C28;
	text-decoration: underline;
}
a:active {
	color: #443C28;
	text-decoration: underline;
}
a:visited  {
	color: #9A5824;
	text-decoration: underline;
}



.oneColFixCtrHdr #container {
	width: 793px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}
.title_center {
	font-size: 18px;
	font-weight: bold;
	color: #534016;
	text-align: center;
	text-indent: 14px;
}

.oneColFixCtrHdr #header {
	background-color: #F2F2F2;
	padding: 0px;
}
.text_area #login_form table tr th {
	text-align: left;
	color: #534016;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContentindex {
	height: 700px;
}
#mainContentindexeditform {
	height: 715px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 10px;
	background-color: #F2F2F2;
	background-image: url(images/Footer.png);
	background-repeat: no-repeat;
	bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #footer p font strong a {
	color: #FFF;
}
.portal_header {
	background-color: #F7E5B3;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #5C4838;
}
.header_type {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #5C4838;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FBF2DB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 2px;
}

.oneColFixCtrHdr #container #footer p {
	color: #000;
	padding-top: 0px;
}
#portal table   {
	position: static;
	overflow: auto;
}
#portal {
	padding-left: 10px;
}
#indentportalheader {
	padding-left: 15px;
}


#left_column {
	height: 610px;
	width: 390px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	clear: right;
}

#left_column_edit {
	height: 660px;
	width: 390px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	clear: right;
}
#table_heading {
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 10px;
	font-size: 14px;
	color: #9B5925;
	background-repeat: no-repeat;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 6px;
}
#table  tr th{
	background-color: #F7E5B3;
	text-align: left;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #5C4819;
	white-space: nowrap;
	text-indent: 2px;
	width: 130px;
	border: 1px solid #5C4838;
	float: none;
}
#Right_column {
	float: right;
	height: 610px;
	width: 390px;
	margin-right: 0px;
	margin-top: 0px;
}
#Right_column_edit {
	float: right;
	height: 660px;
	width: 390px;
	margin-right: 0px;
	margin-top: 0px;
}
#table tr   td{
	width: 240px;
	border: 1px solid #5C4819;
	white-space: normal;
	overflow: auto;
}
.borderonesolid {
	border: 1px solid #000;
}

#contactdetailstable {
	padding-top: 11px;
	padding-bottom: 17px;
}
#table {
	overflow: auto;
}
#listview {
	padding-left: 10px;
}
#listview th  {
	text-align: left;
	border: .5px solid #5C5C5C;
	padding-left: 2px;
	padding-right: 3px;
}
#listview td {
	border: 0.5px solid #5C5C5C;
	padding-right: 4px;
	padding-left: 2px;
	text-indent: 2px;
}


#headerinstructions {
	font-size: 16px;
	color: #66391E;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-decoration: underline;
	width: 700px;
}
#indexmenu {
	float: right;
	width: 200px;
	padding-top: 20px;
	padding-right: 0px;
}
.small_field input {
	width: 50px;
}
#submit {
	text-align: right;
}
#downloads {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sub_heading {
	font-size: 12px;
	color: #9A5824;
}
.pdfname {
	font-size: 12px;
	color: #5C491F;
}
.portal_header_downloads {
	color: #9B5925;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#edit_form #Right_column_edit #contactdetailstable {
	padding-top: 20px;
}
#detailsindent {
	padding-left: 10px;
}
.indent_ten {
	padding-left: 10px;
}
.centertext {
	text-align: center;
}
