@charset "utf-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #DDDDDD;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 1px solid #000000; 
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	height: 105px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	/* background-image: url(../../images/blue_sky_strip.jpg); */
} 
.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: 140px; /* 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: #006;
	height:auto;
	position: absolute;
	padding-right: 0px;
	left: auto;
	top: 107px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* 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 */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 9pt;
	min-height: 550px;
} 
.twoColFixLtHdr #footer {
	
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.twoColFixLtHdr #container #sidebar1 #MenuBar1 li ul li .Msub {
	color: #FF0;
	background-color: #006;
		
}
.logobar {
	background-color: #FFF;
	color: #000;
}
#footerContainer {
	width: 700;
	background: #DDDDDD;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	z-index: 10;
	position: relative;

}

#footerLeft {
	color: #9D9D9D;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	width: 100px;
	
	list-style-type: none;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border: thin solid #000;

}

#footerMid {
	color: #9D9D9D;
	float: left;
	width: 150px;
	margin-right: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border: thin solid #000;

}

#footerRight {
	color: #9D9D9D;
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border: thin solid #000;
	width: 130px;
	border: thin solid #000;

}

#footerContainer div h2 {

  color: #8F1515;

  font-size: 80%;

  font-weight: bold;

  margin: 0px;

}

#footerContainer div h2 span {

  text-decoration: underline;

}

#footerContainer div a  {

  text-decoration: none;

}

#footerContainer div ul {

  list-style: none;

  font-size: 80%;

  margin: 0px;

  padding: 0px;

}

#footerContainer a {

  color: #9D9D9D;

  text-decoration: none;

}

#footerContainer a:hover {

  text-decoration: underline;

}

.twoColFixLtHdr #container div #sidebarwhite {
	float: left;
	position: relative;
	width: 130px; /* 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 */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background: red; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990;
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #006;
}
.twoColFixLtHdr #container #mainContent table tr td table tr td table {

}
.greytext {
	color: #666;
}

.twoColFixLtHdr #container div #sidebar1 table .logobar td table tr td {
	font-size: 8pt;
	color: #009;
}
