@charset "UTF-8";
body  {
	background: #ced0d0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	color:#FFF
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	background-image: url(images/mainbg.png);
	background-repeat: no-repeat;
	height: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header { 
	padding: 0 10px 0 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #navcontainer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.twoColFixLtHdr #navcontainer ul {
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
.twoColFixLtHdr #navcontainer ul li {
	display: inline;
}
.twoColFixLtHdr #navcontainer ul li a {
	padding: 5px 20px 5px 20px;
	color: white;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-right: -4px;
}
.twoColFixLtHdr #navcontainer ul li a:hover {
	background-color: #bf311a;
	color: white;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 150px;
	padding: 15px 10px 15px 20px;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px;
	padding: 0 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	font-family: verdana;
	font-size: 10px;
	color: #000;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #footer a:link {
	color: #000;
}
.twoColFixLtHdr #footer a:visited {
	color: #000;
}
.twoColFixLtHdr #footer a:hover {
	color: #27318b;
}
.twoColFixLtHdr #footer a:active {
	color: #27318b;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}