@charset "utf-8";
body  {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #c7e3ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center; 
}
.twoColFixLtHdr #container { 
	width: 780px;
	margin: 2px auto;
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
} 
.twoColFixLtHdr #header { 
	padding: 0;
	padding-left: 10px;
	border-bottom: 2px solid #017eff;
} 
.twoColFixLtHdr #sidebar {
	float: left;
	width: 200px;
	background: #99cbff; 
	padding: 15px;
}
#sidebar a:link, #sidebar a:visited {
	color: #000;
	text-decoration: underline;
}
#sidebar a:hover, #sidebar a:active {
	color: #017eff;
	text-decoration: none;
}
#sidebar h1 {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 10px; 
} 
a {
	font-size: 12px;
	color: 017eff;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: 017eff;
}
a:hover {
	text-decoration: none;
	color: 99cbff;
}
a:active {
	text-decoration: underline;
	color: 99cbff;
}
#mainContent h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
#mainContent h1 {
	font-size: 14px;
	color: #017eff;
}
#mainContent h2 {
	font-size: 12px;
	color: #000;
}
#mainContent .hilite {
	color: #017eff;
	font-weight: bold;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background: #99cbff; 
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.red-text {
	color: #F00;
	font-weight: bold;
}