
body {
	font: Times New Roman, Times, serif;
	background-color: #fff;
	color:#333333;
	background-color:#EAD3A8;
	//<font face="Times New Roman, Times, serif" color="#333333">
	margin: 5; /* 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 */
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	padding: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #999933;
	 /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 15px;
/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#fltright { float:right; padding: 10px 10px
}
#fltleft { float:left;
padding: 10px 10px;
}
.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;
}
#lin{font-size: 85%; padding: 2px; 0;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
#lin  a:link{  color: #222222; padding: 2px 0; }
#lin  a:visited{ color:
padding: 2px 0;
color: #222222;;}
#lin   a:hover{ color:#336633;
padding: 2px 0; }

#luse{ font-size: 75%; padding: 2px; 2px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
#luse a:link{ color: #222222; padding: 2px 5px;
}
#luse a:visited{ color:
padding: 2px 5px;
color: #222222;
}
#luse   a:hover{ 
color:#336633;
padding: 2px 5px;
}
#luse1{ font-size: 100%; padding: 2px; 2px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
#luse1 a:link{ color: #222222; padding: 2px 5px;
}
#luse1 a:visited{ color:
padding: 2px 5px;
color: #222222;
}
#luse1   a:hover{ 
color:#336633;
padding: 2px 5px;
}

.blockLeft {
margin: 10px 20px 0px 0px;

padding-left: 40px;
float: left;
}

.blockText { padding:  10px 30px 10px 40px;
float:none;
text-align:left;
}
