html  {
	height: 100%;
}
body  {
	font: 100% Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	border-top-width: 0;
	color: #000000;
	height: 100%;
}
	A:link { color: #000000 }
	A:visited { color: #000000 }
	A:active { color: #CD3700 }
	span.tahoma {
	font-family:'Tahoma'; 
	font-size: 400%;
	color: #121212;
}
    a.nounderline{text-decoration:none}
	a.bold {font-weight: bold}
	p
{
    margin-top: 0;
}
table
{
	border-style: solid;
	border-color: black;
	border-width: 0px;
}
td
{
	border-style: solid;
	border-color: black;
	border-width: 2px;
	text-align: center;
}
td.invisible
{
	border-width: 0px;
	text-align: left;
	}
td.left
{
	text-align: left;
	}
td.normal
{
	text-align: left;
	border-style: hidden;
	vertical-align: top;
	}
th
{
	border-style: solid;
	border-color: black;
	border-width: 2px;
	background: #FFF7AA;
}
	p.warn {
	font-family: Helvetica, sans-serif;
	font-size: 125%;
	color: red;
}
	p.headline {
	font-family: Helvetica, sans-serif;
	font-size: 250%;
	color: #000000
	}
 	p.small {
	font-family: Helvetica, sans-serif;
	font-size: 50%;
	color: #000000
	}
	p.subhead {
	font-family: Helvetica, sans-serif;
	font-size: 125%;
	color: #000000;
	}
	span.tahomac {
	font-family:'Helvetica'; 
	font-size: 100%;
	color: #121212;
}
	span.tahomad {
	font-family: 'Helvetica';
	font-size: 100%;
	font-weight: bold;
	color: #121212;
}
	span.tahomae {
	font-family: 'Helvetica';
	font-size: 100%;
	font-weight: bold;
	color: #FF7E00;
}
.twoColFixLt #container { 
	position: relative;
	width: 980px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border-left-style: solid;
	border-left-color: #FFF7AA;
	border-left-width: 50px;
	border-right-style: solid;
	border-right-color: #FFF7AA;
	border-right-width: 3px;
	border-top-width: 0;
	border-bottom-width: 0;
	text-align: left; 
	min-height: 100%;
}
.twoColFixLt #sidebar1 {
	float: left; 
	width: 200px; 
	min-height: 100%;
	background: #FFFFFF; 
	padding-top: 332px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; 
	padding: 0px 20px 0px 35px; 
	min-height: 100%;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}