@charset "UTF-8";
.style22 {
	color: #FFFFFF;
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	height: 0px;
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.thrColFixHdr  #mainContentnoMar {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 100%;
} 
.style25 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
}
.smallFooter {color: #CCCCCC; font-size: 10px; }
/* CSS Document */

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;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	color: #001245;
	background-image: url(images/fade.jpg);
	background-color: #7B8B96;
}
b {
	color: #2B3E7F;
}
strong {
	color: #284282;
}
.thrColFixHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 100%;
} 
.thrColFixHdr #header {
	background-color: #000000;
	height: 8px;
	padding: 0;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #EDEDED;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 400px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D4E8EB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 100%;
} 
p {
	line-height: 125%;
}
.thrColFixHdr #footer {
	background-color: #000000;
	vertical-align: bottom;
	width: 780px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 10px;
}
.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;
}
.HeaderTop {
	color: #0099FF;
	font-size: 24px;
}
.smallText {
	font-size: 10px
}
.style7 {
	font-size: 14px;
	color: #0033CC;
	font-weight: bold;
}
.header1 {
	color: #006699;
	font-size: 14px;
	font-weight: bold;
}
.headerSub {font-size: 16px; color: #0033CC; font-weight: bold; }
.style21 {
	font-size: 18px;
	font-style: italic;
}
orange_header2 {
	color: #FF6633;
	font-size: 14px;
	font-weight: bold;
}
.thrColFixHdr #header2 {
	background-color: #CB0500;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
	margin-top: 0px;
}
.thrColFixHdr #footer2 {
	background-color: #710101;
	vertical-align: bottom;
	width: 780px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.thrColFixHdr #footer2 a {
	color: #CCCCCC;
	text-decoration: none;
}
