body  {
	background: #ffffff;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container {
	/*width: 824px; the auto margins (in conjunction with a width) center the page */
	width: 95%;/* the auto margins (in conjunction with a width) center the page */
	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;
	padding: 15px 0;
	/*padding-bottom: 15px;*/
	min-width:824px;
} 
.thrColFixHdr #header2 {
	/*width: 824px; the auto margins (in conjunction with a width) center the page */
	width: 95%;/* the auto margins (in conjunction with a width) center the page */
	background: #4b4542; 
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-width:824px;
} 
.thrColFixHdr #header1 {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 78px;
	min-width:824px;
	background-image: url(images/noland_01.jpg);
	background-repeat: repeat-x;
} 
.thrColFixHdr #topMenu {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #e3e4e6;
	min-width:824px;
}
.thrColFixHdr #topMenuItems {
	padding: 0;
	background-image: url(images/noland_06.jpg);
	background-repeat: repeat-x;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	min-width:824px;
} 
.thrColFixHdr #topMenuItems a {
	line-height: 31px;
	color: #FFFFFF;
	text-decoration: none;
	border-right:solid 1px #211d1b;
	padding: 2px 10px 2px 10px;
} 
.thrColFixHdr #topMenuItems a.last {
	line-height: 31px;
	color: #FFFFFF;
	text-decoration: none;
	border:0;
	padding: 2px 10px 2px 10px;
} 
.thrColFixHdr #topMenuItems a:hover {
color:#e3e4e6;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.thrColFixHdr #sidebar1 a {
	display: block;
	background-color: #ded7c7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3b59b;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	padding:0 15px 0 25px;
	/*padding-right: 15px;
	padding-left: 25px;*/
	background-image: url(images/noland_12.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}
.thrColFixHdr #sidebar1 a:hover {
color:#1f1f1f;
}

.thrColFixHdr #sidebar1 a.linklist{
background:none;
padding:0 15px 0 0;
cursor:auto;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 212px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.thrColFixHdr #mainContent {
	margin-right: 222px;
	margin-bottom: 0;
	margin-left: 222px;
	padding: 0px;
	line-height: 16px;
} 
.thrColFixHdr #sidebar2 #features {
	margin-top: 15px;
}

.thrColFixHdr #sidebar2 #features a {
	display: block;
	background-color: #ded7c7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3b59b;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	padding:0 15px 0 25px;
	/*padding-right: 15px;
	padding-left: 25px;*/
	background-image: url(images/noland_12.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}
.thrColFixHdr #sidebar2 #features a:hover {
color:#1f1f1f;
}

.thrColFixHdr #footer {
	background-color: #473e39;
	background-image: url(images/noland_24.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 15px;
	color: #FFFFFF;
	font-size: 11px;
	min-width:824px;
} 
.thrColFixHdr #footer a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
} 
.thrColFixHdr #footer a:hover {
color:#e3e4e6;
} 
.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:0px;
    font-size: 1px;
    line-height: 0px;
}
h1, .head {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #403833;
}
h2, .subhead {
	font-size: 14px;
	font-weight: bold;
	color: #403833;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3b59b;
}
hr {
	border: none 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3b59b;
}
.contactbox, .textarea {
	border:1px solid #c3b59b;
	width:90%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	height: 17px;
	padding:3px 0 0 2px;
	color: #000000;
	margin-bottom:5px;
}
.textarea {
	height: 80px;
}
.thrColFixHdr #quickForm {
	background-color: #ded7c7;
	text-align: center;
	padding:60px 0 10px 0;
	border: 1px solid #c3b59b;
	background-image: url(images/noland_11.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.input {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	width: 50%;
	border: 1px solid #c3b59b;
	padding: 2px;
}
.ResourceLinks {
	display: block;
}