body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #999966;
	margin: 35px 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}

/*.twoColFixLtHdr #containerout { 
	width: 100%; 
	background-color: ;
	margin: 50px auto; 
	text-align: left;
	padding: 50px 0;
}  */
.twoColFixLtHdr #container { 
	width: 900px;  /* 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 */
	border: 10px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container2 { 
	background: #0d0d1d;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0;
}

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px;
	background: 0;
	padding: 7px 0;
	margin: 0;
}
#email {
	text-align: right;
	padding: 3px 14px 5px 0;
}
#email img {border: 0;}
#email a {border: 0; background: o;}
#nav {
	border: 2px solid #ffffff;
	padding: 0; 
	margin: 0; 
	/*delete these when finished*/
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
} 
#nav li { 
	list-style-type: none;
	padding: 3px 0 3px 5px;
	margin: 0;
}
#nav ul { 
	margin-left: 5px;
	padding-left: 0px;
	list-style:none;
}
#nav img { 
vertical-align: middle;
}
#nav a{text-decoration:none;color:#ffffff;display:block;}
#nav a:hover{color:#ff0000;text-decoration:none;background-color: #000033;}
/*#nav a:visited{color:#ffffff;text-decoration:none;}*/
#nav a:active{color:#ff0000;text-decoration:none;}

a.jc{text-decoration:none;color:#ffffff;}
a:hover.jc{color: #FF0000;text-decoration:none;background-color: #000033;}
/*a:visited.jc{color:#ffffff;text-decoration:none;}*/
a:active{color: #FF0000;text-decoration:none;}

.twoColFixLtHdr #sidebar2 {
	float: right;
	width: 160px;
	margin: 13px 0 0 0;
	background: 0;
	padding: 0 10px 0 0 ;
}
.twoColFixLtHdr #header {
	margin: 0 0 0 235px;
	padding: 5px 20px;
}
.twoColFixLtHdr #header img
{ 
vertical-align: middle;
} 
.twoColFixLtHdr #mainContent { 
	margin: 0 250px; /* 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: 10px 2px 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: 0; 
} 
.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;
}
.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;
}
#coda {
	text-align: center;
	width: 891px;
	margin: 0 auto;
	border: 0;
	padding: 0;
}
#coda h1{font-size:8pt;}
#coda p{font-size:8pt;}
li.li{
	font-size: 11pt;
	line-height: 1.4;
}
h1 {font-size: 14pt;}
h2 {font-size: 12pt;}