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 */
}
.twoColFixLtHdr #container { 
	width: 795px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} lloooooooll
.twoColFixLtHdr #header { 
	background: none; 
	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. */
	margin: 0;
} 
.twoColFixLtHdr #header h1 {  /*must not exceed one line*/
	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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*	SIDEBAR ************************************** */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 395px; /* 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 */
	background: #3399cc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 450px;
	overflow: hidden;	/*WARNING!!!*/
	border: 1px solid #3399cc;
}
.twoColFixLtHdr #logo {
	width: 240px; /* 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 */
	height: 80px;
	padding: 0;
	margin: 0;
	border-style: none;
}
.twoColFixLtHdr #nav {
	float: right;
	margin-left: 8px;
	width: 120px; /* 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 */
	/*height: 235px;*/
	padding: 60px 0 0 0px;
	margin: 0px 20px 0px 0px;
	z-index: 1;
}
.twoColFixLtHdr #nav a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.635em;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 1pt;
	line-height: 20%;
}
.twoColFixLtHdr #nav a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.635em;
	color: #CCC;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 1pt;
	line-height: 20%;

}
.twoColFixLtHdr #nav h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.65em;
	color: #CCC;
	text-decoration: none;
	letter-spacing: 1pt;
	line-height: 20%;
	margin-bottom: 4px;
}
.twoColFixLtHdr #news {
	width: 210px; /* 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 */
	height: 200px;
	overflow: hidden;
	padding: 0;
	margin: 0px 0px 0px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size: 0.80em;
	color: #FFF;
	line-height: 70%;
}
.twoColFixLtHdr #news h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #CCC;
	font-style: italic;
	letter-spacing: 1pt;
}
.twoColFixLtHdr #news h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.95em;
	color: #FFF;
}
.twoColFixLtHdr #news a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .90em;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 1pt;
	line-height: 20%;
}
.twoColFixLtHdr #news a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.90em;
	color: #CCC;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 1pt;
	line-height: 20%;
}
.twoColFixLtHdr #imgStrip {
	width: 395px; /* 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 */
	/*height: 90px;*/
	padding: 0;
	margin: 5px 0px 0px 0px;
}

/*	MAINCONTENT ************************************** */

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 397px; /* 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;
	border: 1px solid #999;
	height: 450px;
	width: 395px;
	overflow: hidden;
}
.twoColFixLtHdr #mainContent h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2.05em;
	color: #3399cc;
	padding: 8px 0px 0px 25px;
	font-variant: small-caps;
	letter-spacing: 1pt;
}

/*	MAINTEXT ************************************** */

.twoColFixLtHdr #mainText {
	margin: 5px 0 0 70px;
	padding: 0 4px 0 0;
	height: 300px;
	width: 300px;
	overflow: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size: 0.80em;
	color: #666;
	line-height: 120%;
}
.twoColFixLtHdr #mainText h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #3399cc;
}
.twoColFixLtHdr #mainText h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	line-height: none;
	font-weight: bold;
	color: #666;
}
.twoColFixLtHdr #mainText h3{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.90em;
	line-height: 50%;
	font-weight: bold;
	color: #3399cc;
	padding: 5px 0 0 0;
}
.twoColFixLtHdr #mainText h4{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
	color: #3399cc;
	letter-spacing: 1pt;
	margin-top: 1px;
	margin-bottom: 3px;
}
.twoColFixLtHdr #mainText h5{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #3399cc;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 3px;
	margin-bottom: 2px;
}
.twoColFixLtHdr #mainText a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-variant: small-caps;
	color: #3399cc;
	text-decoration: none;
	letter-spacing: 1px;
}
.twoColFixLtHdr #mainText a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-variant: small-caps;
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #mainText li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666;
	line-height: 140%;
	list-style: none;
}
/*	FOOTER ************************************** */

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none; 
} 
.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 */
}

/*	FLOATS ************************************** */

.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;
}
