/* CSS Document */

.twoColFixLtHdr {}

.twoColFixLtHdr #container { 
	width: 100%;
	background: transparent none;
}


body { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
background: transparent none;
}
.breadcrumbdiv {display:none; float:none;}
.searchboxdiv {display:none; float:none;}
.menu {display:none; float:none;}
#sidebarcontainer {display:none; float:none;}
#topnav {display:none; float:none;}
#footer img {display:none; float:none;}

.twoColFixLtHdr #footer {background: transparent none;}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
} 
	
.twoColFixLtHdr #header { 
	background: transparent none;
	text-align:center;
} 

.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: 45px 40px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#000082;
	text-align:right;
	font-size:22px;
}
.twoColFixLtHdr #header img {
display:inline;
float: left;
}

.twoColFixLtHdr #mainContent h1{ font-size: 28px;} 
.twoColFixLtHdr #mainContent h2{ font-size: 24px;} 
.twoColFixLtHdr #mainContent h3{ font-size: 20px;}
.twoColFixLtHdr #mainContent h4{ font-size: 18px;} 
.twoColFixLtHdr #mainContent h5{ font-size: 16px;}
.twoColFixLtHdr #mainContent h6{ font-size: 14px;} 

.twoColFixLtHdr #copyright { font-size: 10px;}