body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #C3C8CD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 25px 0 0 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;
}
a {text-decoration:none;
	color:#000000;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* 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. */
	background-image:url(images/sidebar_back.gif);
	background-repeat:repeat-y;
} 
.twoColFixLtHdr #header { 
	background: #192c68; 
	height:125px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
.twoColFixLtHdr #logo { 
	position:relative;
	top:25px;
	left:0px;
	height:75px;
	width:400px;
}
.twoColFixLtHdr #menu { 
	background:#868F98;
	height:25px;
	width:800px;
	margin:0;
	padding:0;
	background-image:url(images/menu_back.gif);
} 
.twoColFixLtHdr #button { 
	height:25px;
	width:200px;
	float:left;
	text-align:center;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:10px;
	background-color:#000000;
} 
.twoColFixLtHdr #right_corner {
	height:25px;
	width:200px;
	float:left;
	text-align:center;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:10px;
	background-image:url(images/rt_corner_on.gif);
}
.twoColFixLtHdr #left_corner {
	height:25px;
	width:200px;
	float:left;
	text-align:center;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:10px;
	background-image:url(images/lf_corner_on.gif);
}
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	margin:0;
	padding:0;
}
.twoColFixLtHdr #tab { 
	height:25px;
	width:200px;
	text-align:center;
	background-image:url(images/tab_on.gif);
	font-size:10px;
} 
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* 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: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #flash { 
}
.twoColFixLtHdr #photo {
	float:right;
	margin: 0 0 25px 25px;
	text-align:center;
}
.twoColFixLtHdr #footer { 
	background:#868F98;
	height:25px;
	background-image:url(images/menu_back.gif);
} 
.twoColFixLtHdr #signature { 
	height:25px;
	text-align:right;
	background: #C3C8CD;
} 
.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;
}
.selected {
	position: relative;
	white-space: nowrap;
	display: block;
	background-color:#000000;
	color:#FFFFFF;
	width: 200px;
	height: 25px;
	padding: 0;
}
.selected a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.selected a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.selected a:hover {
	color: #C3C8CD;
	text-decoration: none;
}
.selected a {
	display: block;
	width: 200px;
	height: 19px;
	color: #FFFFFF;
	padding: 6px 0 0 0;
	text-decoration: none;
}
* html a:hover
{
visibility:visible
}
.cssnav{
position: relative;
white-space: nowrap;
display: block;
width: 200px;
height: 25px;
margin: 0;
padding: 0;
color: #C3C8CD;
text-decoration: none;
font-weight: bold;
}
.cssnav a{
display: block;
width: 200px;
height: 25px;
color: #000000;
text-decoration: none;
}
.cssnav img
{
width: 200px;
height: 25px;
border: 0
}
.cssnav a:hover img
{
visibility:hidden
}
.cssnav a:hover
{
color: #ffffff;
cursor: pointer;
}
.cssnav span
{
position: absolute;
left: 0px;
top: 6px;
text-align: center;
width: 200px;
}
.sidemenu{
position: relative;
white-space: nowrap;
display: block;
width: 200px;
height: 25px;
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
}
.sidemenu a
{
display: block;
width: 200px;
height: 25px;
color: #000000;
text-decoration: none;
}
.sidemenu img
{
width: 200px;
height: 25px;
border: 0
}
.sidemenu a:hover img
{
visibility:hidden
}
.sidemenu a:hover
{
color: #FFFFFF;
cursor: pointer;
}
.sidemenu span
{
position: absolute;
left: 0px;
top: 6px;
text-align: center;
width: 200px;
font-size:9px;
}
.textarea a:hover
{
color: #ff0000;
text-decoration: none;
}
.textarea a:visited
{
color: #000000;
text-decoration: none;
}
.menuarea a:link
{
color: #000000;
text-decoration: none;
}
.menuarea a:hover
{
color: #ffffff;
text-decoration: none;
}
.menuarea a:visited
{
color: #000000;
text-decoration: none;
}
.menuarea {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}
span.highlight
{
background-color:#666666;
}
<!--[if IE 5]> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->