@charset "utf-8";
* {margin: 0; padding: 0;}
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.missing {
	color : red;
	font-weight : bold;
}
h1	{
font-size: 180%;
color:#2670B7;
}
h2	{
font-size: 120%;
color:#2670B7;
}
h3	{
font-size: 120%;
}
h4	{
font-size: 100%;
color:#2670B7;
}
.bluetext	{
	color:#2670B7;
	text-decoration: none;
}
h5 {
	position: absolute;
	bottom: 3px;
	right: 5px;
	color:#FFFFFF;
	font-size:24px;
}
.twoColFixLt #container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0px auto; 
	text-align: left;
}

.twoColFixLt #logo {
		float: left;
		background: #2670B7;
		width: 200px;
		}
.twoColFixLt #blueheader {
	position: relative;
	height: 80px;
	width: 560px;
	margin: 0 0 0 200px;
	text-align: right;
	background-color:#2670B7;
	}
.twoColFixLt #sidebar1 {
	float: left; 
	width: 200px;
	background: #FFFFFF;
	margin: 20px 0 0 -200px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 200px;
	padding: 0 20px 20px;
	border: 1px solid #2670B7;
	min-height: 500px;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}