body  {
	background-color: #DBDBCA;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
.twoColHybLtHdr #container { 
	width: 992px;  
	background-image: url(../images/infra/main_bg.jpg);
	margin: 0 auto; 
	text-align: left;
} 
.twoColHybLtHdr #header { 
	background-image: url(../images/infra/top.jpg);
	height: 251px;
	width: 992px;
} 

.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 188px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-left: 22px;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColHybLtHdr #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 225px;
} 
.twoColHybLtHdr #footer { 
	padding: 0; 
	background-image: url(../images/infra/footer.jpg);
	height: 71px;
	width: 992px;
} 
.twoColHybLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.menuheader {
	margin: 0;
	background-color: #000033;
	height: 21px;
	width: 159px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
	font-weight: bold;
}

.menu {
	background: #333;
	list-style: none;
	padding: 0;
	width: 168px;
	margin: 0;
}


.menu li {
	font: 10px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 9px;
}
.menu a:hover {
	color: #fff;
	background-color: #5A222F;
	background-image: url(../images/infra/hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}   

.maincontent{
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

.maincontent a {
	text-decoration: underline;
	font-weight:normal;
	color: #002B55;
}
.maincontent a:hover {
	color: #fff;
	text-decoration: none;
	color: #002B55;
}

.mainheader {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #6F2D39;
}

.smallheader {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #002B55;
}
.imgonright {
	padding-bottom: 30px;
	padding-left: 30px;
}

.imgonleft {
	padding-bottom: 30px;
	padding-right: 30px;
}

.menuimg {
	margin-left: 15px;
	margin-top: 15px;
}


h1 a {
	
	display: block;
	margin-top: 47px;
	margin-left: 22px;
	width: 700px;
	height: 150px;
	text-indent: -999em;
}
