@charset "utf-8";
/* CSS Document */



.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;
}

body  {
	font:12px  Geneva, 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:left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%; 
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px 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 {
background-color: #FFFFFF;


} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width:190px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */

	list-style:none;




}

.twoColFixLtHdr #sidebar1  ul li a{


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666 ;
	font-weight: bold;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:3px;
	list-style:none;
	padding-left:5px;
	text-align:left;


}


.twoColFixLtHdr #sidebar1  ul {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666 ;
	font-weight: bold;
	text-decoration: none;
	padding-top:40px;
	padding-bottom:3px;
	list-style:none;
	line-height:2em;
    text-align:left;
	padding-left:5px;


}
.twoColFixLtHdr #sidebar1  ul li a:hover {
	color: #ff5108;
	text-decoration: underline;

}

	#twoColFixLtHdr #sidebar1 ul li a:current{
	color: #ff5108;

}


	
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 190px; /* 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 */
	color: #333333;
	border-left:solid 1px #ff510a;
}
.twoColFixLtHdr #mainContent a:link {
color:#ff5108;
text-decoration:none;
font-weight:bold;
}  

.twoColFixLtHdr #mainContent a:visited {
color: #ff5108;
text-decoration:none;
font-weight:bold;
}  

.twoColFixLtHdr #mainContent a:hover {
color: #77ABB5;
text-decoration:none;
font-weight:bold;

} 


.twoColFixLtHdr #footer { 
	padding: 20px 10px 0 10px;
	background-color: #FFFFFF;
	text-align:center;
	font-size:.8em;
	height:55px;
	color:#ff5108;
	font-weight:bold;
	line-height:1.5em;

} 

#footer a{color: #666666; text-decoration:none;}
#footer a:hover{text-decoration:underline; color:#ff5108}



.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	}
	
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	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;
}
.charcoal{ color: #666666;
font-size:14px;
font-weight:bold;
text-decoration:underline;
}

.orange{ color: #FF6600;
font-size:14px;
font-weight:bold;
}
.orange1{ color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:4px;
	list-style:none;
	text-align:left;
	line-height:12px;
	}

.imgborder{ border:solid 2px  #333333;}


.twoColFixLtHdr #img{background-image:url(../images/wave.gif);
background-repeat:no-repeat;
background-position:bottom;
background-position:right;
width:700x;
height:345px;
margin: 0 0 0 180px;
position: relative;
}

.twoColFixLtHdr #img_gal{background-image:url(../images/peak.gif);
background-repeat:no-repeat;
background-position:bottom;
background-position:right;
width:700x;
height:193px;
margin:430px 0 0 0px;
}

.orangeFont{color:#ef8200;
font-size:22px;
padding-top:20px;
font-weight:bold;
}
.bold{font-weight:bold;
line-height:15px;
}

.orangelink{color: #FFFFFF;
font-weight:bold;
background-color:#FF9900;
padding-left:5px;
padding-top:7px;
padding-bottom:7px;
font-size:14px;

}
.greylink {color: #FFFFFF;
font-weight:bold;
background-color: #333333;
padding-left:5px;

}
.calen{
font-weight:bold;
padding-left:5px;

}

.legend{
font-size:9px;
}
.legendhead{
font-size:15px;

color: #FF6600;
font-weight:bold;

padding-bottom:3px;
padding-top:3px;
}
.fields{ font-size:10px;
color:#666666;}

.linkinfo{text-align:left;
vertical-align:top;
float:left;}

