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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #5F653F;
}
.twoColFixLtHdr #containermain {
	position: relative;
	width: 900px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px ;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/backgrwide.jpg);
}
.twoColFixLtHdr #headerpiece {
	height: 5px;
	padding: 0 0 0 0;
	background-image: url(images/headerwide.jpg);
	background-repeat: no-repeat;
	text-align: center;
}	
.twoColFixLtHdr #shadowbar1 {
	width: 5px;
	padding: 0;
	background-color: #CC0000;
	left: 0px;
	bottom: 20px;
	position: absolute;
	height: 100%;
}
.twoColFixLtHdr #container { 
	position: relative;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #coverblack{
	background-color: #000000;
	height: 1000px;
	width: 1500px;
	position:absolute;
	visibility: visible;
	opacity: .7;
	filter: Alpha(Opacity=70);
	
} 
.twoColFixLtHdr #header {
	height: 156px;
	padding: 0 0 0 0;  /* 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: #FFFFFF;
	background-image: url(images/topheader.jpg);
	background-repeat: no-repeat;
} 
.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 #header-dates { 
	margin: 0 0 0 0px; /* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 174px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 179px;
	padding: 0;
	vertical-align: top;
	background-color: #122D52;
	background-image: url(images/leftnav.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* 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: 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f1d2f;
	font-weight: normal;
}  
.twoColFixLtHdr #mainContent h1 {
	margin: 0 0 0 0px; /* 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 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent h3 {
	margin: 0 0 0 0px; /* 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 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f1d2f;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent a {
	margin: 0 0 0 0px; /* 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 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444A21;
	font-weight: bold;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent a:hover {
	margin: 0 0 0 0px; /* 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 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444A21;
	font-weight: bold;
	text-decoration: underline;
}

.twoColFixLtHdr #footer {
	height: 29px;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footermain {
	height: 12px;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
		text-align: center;
} 
.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;
}
.importanttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f1d2f;
	font-weight: bold;
}

/*
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment 
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment 
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs 
</style>
<![endif] */

.navtable {
	background-image: url(images/leftnav.jpg);
	background-repeat: no-repeat;
	}

.navtablecellon {
	opacity: 1;
	filter: alpha(opacity=100);
	}

.navtablecellhover {
	opacity: 1;
	filter: alpha(opacity=100);
	}
	
.navtablecelloff {
	opacity: .55;
	filter: alpha(opacity=55);
	}


.tablecollapse {
	border-collapse: collapse;
	padding: 4;
	vertical-align: top;

}


.alert {
	background: #3c412c;   /* 3c412c 5e624e  */
	padding: 00px 20px 20px 20px;
	border: 6px solid #2b301b;  /* 101022  */
	position: absolute;
	left: 50%;
    margin-left: -240px;
	
	top: 165px;
	width: 480px;
	height: 240px;

	opacity: 1;
	filter: alpha(opacity=100);

	}

.alertbg {
	background: #000000;   /* 3c412c 5e624e  */
	padding: 00px 00px 00px 00px;

	position: absolute;

	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	
	opacity: .70;
	filter: alpha(opacity=70);
	}	
	
.alerttext {
	font-family: Verdana;
	font-size: 17px;
	color: #DEDEDE;
	font-weight: normal;
	text-align: center;
}

.testerOFF {
	display: none;
    margin-left: 30px;
}

.testerON {

    margin-left: 30px;
}

	

