@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;  /* 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. */
}
.twoColFixRtHdr #navigation_bar {
	padding: 0px 0px 0px 0px;  /* 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. */
	background-color: #003366;
	height: 25px;
	text-align: center;
	vertical-align: bottom;
}
.twoColFixRtHdr #date_time {
	padding: 0px 0px 0px 0px;  /* 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. */
	background-color: #FFF;
	height: 29px;
	text-align: center;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #036;
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #container #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
.twoColFixRtHdr #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #E1E1E1;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #003466;
	padding: 10px;
	margin-left: 20px;
	margin-top: 10px;
}
.twoColFixRtHdr #sidebarLeft h3 {
	font-family: "Courier New", Courier, monospace;
	color: #CC0001;
}
.twoColFixRtHdr #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #E1E1E1;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #003466;
	padding: 10px;
	margin-top: 10px;
	margin-right: 20px;
}
.twoColFixRtHdr #sidebarRight h3 {
	font-family: "Courier New", Courier, monospace;
	color: #CC0001;
}
.twoColFixRtHdr #CenterContentArea {
	float: none; /* since this element is floated, a width must be given */
	width: 465px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #003466;
	margin-right: 600px;
	margin-left: 260px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #sidebarMiddleLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #E1E1E1;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #003466;
	padding: 10px;
}
.twoColFixRtHdr #sidebarMiddleLeft h3 {
	font-family: "Courier New", Courier, monospace;
	color: #CC0000;
}
.twoColFixRtHdr #sidebarMiddleRight {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #E1E1E1;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #003466;
	padding: 10px;
}
.twoColFixRtHdr #sidebarMiddleRight h3 {
	font-family: "Courier New", Courier, monospace;
	color: #CC0001;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right 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 */
} 
.twoColFixRtHdr #container #mainContent h3 {
	font-family: "Courier New", Courier, monospace;
	color: #CC0001;
}
.twoColFixRtHdr #container #mainContent p {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #E1E1E1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #003466;
	margin: 0px;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	font-family: "Courier New", Courier, monospace;
	color: #C00;
	line-height: normal;
}
.twoColFixRtHdr #container #sidebar1 h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #003466;
	line-height: normal;
	white-space: normal;
	font-style: italic;
	font-weight: bolder;
}
.twoColFixRtHdr #container #sidebar1 a {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #D42627;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	color: #C00;
}

.twoColFixRtHdr #footer_navlinks {
	color: #CCC	text-align: center;
	padding-top: 25;
	padding-right: 10px;
	padding-bottom: 25;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #C00;
	border-bottom-color: #C00;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.twoColFixRtHdr #sidebar1_Feature {
	float: left; /* since this element is floated, a width must be given */
	width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}

.twoColFixRtHdr #footer_disclaimer {
	padding: 5;
	background-color: #FFFFCC;
	background-image: url(images/background_FFFFCC.jpg);
	color: #CCC	text-align: center;
	border: thin solid #C00;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #036;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #003366;
	background-image: url(images/background_003366.jpg);
	color: #CCC;
	text-align: center;
}

.JavaScroll {
	background-color: #FFFFCC;
	background-image: url(images/layout/background_CC0000.jpg);
	background-repeat: repeat;
	height: 60px;
	width: 300px;
	border: 2px solid #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	vertical-align: middle;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.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;
}