a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

H1
{
    FONT-SIZE: 14px; COLOR: #b73b46;
    TEXT-DECORATION: none;
}
H2
{
    FONT-SIZE: 12px; COLOR: #666666;
    TEXT-DECORATION: none;
}
H3
{
    FONT-SIZE: 11px; COLOR: #b73b46;
}




body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 930px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #333333;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 10px
} 
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	background: #FFFFFF; 
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /
	padding-top: 0px; 
	padding-bottom: 20px; 
	padding-right: 10px; 
} 
.twoColFixLtHdr #footerpage { 
	padding-left: 0px; 
	background:#333333; 
} 
.twoColFixLtHdr #footerpage p {
	margin: 0; 
	padding: 10px 0; 
	color: #CCCCCC;
}
.twoColFixLtHdr #footerpage a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #footerpage a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #footerpage a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #footerpage a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<!--[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }

<![endif]-->
<!--[if IE]>
 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 10px; }
.twoColFixLtHdr #mainContent { zoom: 1; padding-top: 0px; }

<![endif]-->


/*Form Styles*/
input.txt {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  width: 200px;
}
input.txtalt {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  width: 100px;
}
input.btn {
  color: #b83a48;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #F2F2F2;
  border: 1px solid #b83a48;
  padding: 2px;
}
select { 
  background-color: #FFFFFF; 
  color: #666666; 
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
textarea { 
  color: #666666;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px inset #003366;
  width: 200px;
  height: 100px;
}
fieldset {
  border: 1px dotted #603312;
  margin-top: 16px;
  padding: 10px;
}
legend {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #474026;
  background-color: #FFFFFF;
}
