.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;
}
div.header_logo {
	width:120px;
	float:left;
	margin:0;
	padding-left: 0px;
	padding-top: 5px;
}
#title {
	width:380px;
	height:86px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #31309C;
	text-align: center;
	float: left;
}
body {
   background: white;
   font-size: 12pt;
   }
#sidebar1, #footer {
   display: none;
   }
#container, #header {
   width: auto;
   margin: 0 1%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#container {
   margin-left: 1%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
.twoColHybLtHdr  #mainContent {
margin: 0px;
padding: 0px;
}
.noprint {
	display: none;
}
