@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	width: 7.5in;
	line-height: 14pt;
	background-color: #FFF;
	color: #000;
}
p {
	margin-top: -4px;
}
a {
	font-weight: bold;
	color: #333;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #000;
	text-align: left;
	line-height: 14pt;
}
.thrColFixHdr #container {
	width: 7in;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
} 
.thrColFixHdr #header {
	background: #660000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: none;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #2A2A34;
	width: 150px;
	margin-top: 0px;
	display: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	display: none;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: none;
	margin-left: 10px;
	width: 100%;
	background-color: #FFF;
} 
.thrColFixHdr #mainContentWithRightCol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
	float: none;
}

.thrColFixHdr #footer {
	background:#FFF;
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 160px;
	display: none;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 12px;
	line-height: 0px;
}
.blogLinkBox {
	text-align: center;
	background-color: #699;
	border: thin solid #600;
	margin: 4px;
	width: 500px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 8px;
	display: inline;
}
#container #mainContent div table {
	background: #FFF;
}
.hideUnderConstruction       {
	display: none;
}
.absolteDivPrint {
	position: relative;
	right: 10px;
	display: none;
}
