body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F5EADD;
	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;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px;
	text-align: left;
	padding: 0px;
	border-top: 1px solid #ffffff;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;
	margin: 0px;
	height: 140px;
} 

.mft3-hpdiv
{
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

.mft3-hdr-text
{
	position: relative;
	left: 0px;
	top: 28px;
	height: auto;
	width: auto;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
}
.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;
	margin-left: 8px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.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;
}

a:link {
	color: #805030;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #765231;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.knormal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	list-style-type: circle;
}

.kvertcenter
{
	vertical-align: middle;
	display: table-cell;
}

.ktitle
{
	font-family: "American Typewriter", "American Typewriter Medium BT", "Courier New", Courier, mono;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

.ktiny
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.knoteworthy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	list-style-type: circle;
	padding-right: 10px;
	padding-left: 10px;
	font-style: italic;
	border: 1px dotted #765231;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FfFfF6;
}

.knoteworthy-lead
{
	color: #E80000;
	font-style: italic;
	font-weight: bold;
}

a.knoteworthy-lead {
	color: #e80000;
	text-decoration: underline;
}

a.knoteworthy-lead:link {
	color: #e80000;
	text-decoration: underline;
}
a.knoteworthy-lead:visited {
	color: #e80000;
	text-decoration: underline;
}
a.knoteworthy-lead:hover {
	color: #e80000;
	text-decoration: underline;
}
a.knoteworthy-lead:active {
	color: #e80000;
	text-decoration: underline;
}
