@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFff8;
	 font-size:100%;
    line-height:1.125em;
}

#main_body_container {
	background: url(../images/main_bod_background_grad.gif) repeat-x;
	height: auto;
}

#orange_bar	 {
	height: 53px;
	background: #cc9933 url(../images/orange_background.gif) repeat-x;
}

#orange_bar #container2	 {
	width: 760px; 
	margin: 0 auto; 
	
	text-align: center;
	color: #fff;
	padding-top: 15px;
	font-size: .6875em;
}

#orange_bar #container2 a {
	text-decoration: none; 
	color: #fff;
	
}

.logo {
	text-align: left;
	float: left;
	padding-top: 20px;
}

.twoColFixRt #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left;
	padding-top: 20px;
}

.twoColFixRt #container_index { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left;
	padding-top: 0;
}

#navigation_header {
	height: 100px;
	width: 100%;
	position: relative;
	background: #3a1313 url(../images/top_background.gif) no-repeat right;
}

#navigation_header #container1 { 
position: relative;

	width: 760px; 
	margin: 0 auto; 
		height: 100px;

}
#navigation_header #container1 div{
	position: absolute;
	width: 100%;

	display: table;
	float: left;
	bottom: 0;
	left: 0;
}

#mainContent p.endnotes {
	font-size: .65em;
	line-height: 1em;
}

/* \*/
* html div#container1 {height: 1%;}
/* */

h1 {
	color: #fff;
	font: normal normal 1.75em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}



#footer #container3 { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left;
	color: #fff;	
}
#footer #container3 a:link,#footer #container3 a:visited{
	color: #fff;
	text-decoration: underline;
}
#footer #container3 a:hover,#footer #container3 a:active{
	color: #fff;
	text-decoration: none;
}


#footer {
	background-color: #3a1313;
	height: 60px;
	font-size: .75em;
	font-weight: normal;
	font-style: normal;
}

#index_text #bottom_left_container {  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 480px 0 0; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left;

}

#index_text #bottom_right_container { 

	float: right;
	width: 400px; /* used to be 48 with the text */
	padding: 15px 10px 0;	
	text-align: left;

}

#index_text #container {
		width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
}

#index_text {
	background-color: #d3d0d0;
	height: auto;
	font-size: .75em;
	font-weight: normal;
	font-style: normal;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;

	margin-top: 30px;
}

.twoColFixRt #sidebar1_index {
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-top: 90px;
	text-align: center;
}

.typical_stats_table {
	font-size: .75em;
}
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

a[id *="_ednref"]  {
	text-transform: uppercase;
	margin-bottom: -67px;
	vertical-align: super;
	font-size: .75em;
	
}
.twoColFixRt #mainContent { 
	margin: 0 260px 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;
	border-right: 1px solid #333;
}

.twoColFixRt #mainContent_index { 
	width: 300px;
	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: 0px;
}

#mainContent li {
	font-size: .75em;
}

#mainContent h1 {
	color: #790000;
	font-weight: bold;
	font-size: 1.25em;
}

#mainContent h2 {
	color: #000;
	font-weight: bold;
	font-size: .875em; /* 16*.875=14	 */
}

#mainContent h3 {
	color: #000;
	font-weight: bold;
	font-size: .75em;
	padding: 0;
	margin: 0 0 0 10px;
}

#mainContent h4 {
	color: #000;
	font-weight: bold;
	font-size: .75em;
	padding: 0;
	margin: 0 0 0 15px;
}

#endnote {
	text-transform: uppercase;
	margin-bottom: -67px;
	vertical-align: super;
	font-size: .75em;
}

#endnote_references {
	font-size: .65em;
	padding-left: 30px;
	padding-right: 30px;
}

.endnote_references {
	font-size: .65em;
	padding-left: 30px;
	padding-right: 30px;
}

#back_to_top {
	text-align: right;
}

#mainContent p {
	padding: 0;
	margin: 3px 5px 9px 0;
}

.slogan {
	font-weight: bold;
	text-align: center;
	font-size: 1.0em;
}

.sloganp2 {
	color: #c99916;
	font-weight: bold;
}

#related_materials {
	background-color: #f7f7f7;
	border: 1px solid #dfdfdf;
	padding: 5px;
}

#related_materials h4 {
	color: #3a1313;
	margin: 0;
	font-size: .875em; /* 12 pt */
}

#related_materials ul {
	list-style-type: none;
	font-size: .625em;
	line-height: 1.65em;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#mainContent p {
	font-size: .75em;
} 
.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;
}
<!--[if !IE]>-->

<style type="text/css">
body {
    font-size:16px;
}
</style>

<!--<[endif]-->
<!--[if lte IE 7]><style type="text/css">
/* IE needs these to not have normal set heights. IE 5-6/Win needs the 
hieght:1px though */
#navigation_header #container1 {
  height:auto;
  min-height: 1px;
  position: absolute;

}

* html #container1,* html #container1 div {
}

a {
	color: #1665c9;
}

a:link, a:visited {
		color: #1665c9;
}

a:active, a:hover {
	color: #660000;
	text-decoration: none;
}

.index_body {
	font-size: 12px;
}

.index_body a {
	
}

</style>

<!--<[endif]-->
