@charset "utf-8";


html, body, div, ul, li, h1, h2, h3, br, img, a, ul, li {  margin: 0px;  padding: 0px;  border-width: 0px;
} 

h1, h2, h3, h4, h5 { color: #711a0f; font-style: oblique;}
h1 {font-size: 1.3em;}
h2 {font-size: 1.1em;}
h3 {font-size: .9em;}
li	{font-size: .9em;}

body  {	font: 100% Cambria, Georgia, "Times New Roman", Times, serif; background: #565757; margin: 0; padding: 0; background-image:url(images/blackback.jpg); background-repeat:repeat; text-align: center; color: #431f18; 	line-height: 1.3;
}

.twoColFixLtHdr #container { 
	width: 963px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background-image:url(images/main_graph_04.jpg); background-repeat: repeat-y; background-position: top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { vertical-align: bottom; background-image: url(images/main_graph_01.jpg); background-repeat: no-repeat; height: 46px;
} 
.twoColFixLtHdr #header h1 { font-size: 1.2em; color: #FFFFFF; font-style:oblique;
	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-left: 308px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 308px; height: 1014px; background-image:url(images/main_graph_02.jpg); background-repeat: no-repeat; background-position: top left; }
	
.indent {
	padding-right: 135px; padding-top: 50px;
	padding-left: 94px;;
}
.indent2 {
	padding-right: 75px; padding-top: 0px;
	padding-left: 94px;;
}
.findent {
	padding-right: 95px; padding-top: 15px; font-size: .9em; text-align: center;
	padding-left: 340px;;
}
.twoColFixLtHdr #sidebar1 ul { line-height:0; border: none; display:inline; 
 }
.twoColFixLtHdr #sidebar1 li { white-space: nowrap; float:left; clear:none; list-style-type:none; text-decoration: none; list-style: none; }	
	
	
.twoColFixLtHdr #mainContent {  width: 655px;
	margin: 0 0 0 308px; /* the left margin on this div element creates the column down the left 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 */
 background-image: url(images/main_graph_03.jpg); min-height: 1014px;  background-repeat: no-repeat; background-position: top right; } 


.twoColFixLtHdr #mainContent h1, h2, h3 { padding-top: 20px; }
.twoColFixLtHdr #mainContent ul { padding-left: 1.3em;}

.twoColFixLtHdr #mainContent a {  color: #431f18; }

.twoColFixLtHdr #footer { position: relative;
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;  height: 404px; background-image:url(images/main_graphb_06.jpg); background-repeat: no-repeat; background-position: top left; 
} 

.twoColFixLtHdr #footer2 { 
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;  height: 3em; background-image:url(images/main_graphb_08.gif); background-repeat: no-repeat; background-position: bottom left; 
} 

.twoColFixLtHdr #footer2 p { text-align: center;
	margin: 0; font-size: .8em; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #FFFFFF; padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer2 a { color: #FFFFFF; text-decoration:none; }

.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;
}
