@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #679CD1; /* #BBE8FF;  #0080C0; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 6px;
	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;
}
.twoColFixLtHdr #OverallContainer {
	width: 800px;
	background: #679CD1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: solid 4px #CCCCCC; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	background: #00349A;
	height: 140px;
	margin: 0;
	padding: 0px 0px 0px 0px;  /* 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. */
	border-bottom: 0px solid #000000;
}
.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 #ColumnWrapper {
	/* float: left; */
	width: 780px;
	background: url(../images/layout/columnbackground4a.png) repeat-y;
	/* border-right-image: url(../images/bigsnowflakes.gif) 20px; */
	/*background: #c8d7fe;*/
	border-right: solid 20px #00349A;
	overflow:hidden;
	height:auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #sidebarContainer {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	/* display:table;  must put this in for FireFox. */
	/* height: 540px; 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: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #00349A;
	border-right: solid 3px #00349a;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* #000000; #BBE8FF;  #00349A;   the background color will be displayed for the length of the content in the column, but no further */
	background-color: #00349A;
/*	postition: absolute;
	z-index: 7;*/
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	/* height: 540px; the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding2 and border in addition to the width */
	margin: 0 0 0 0;
	/* background-color: #00349A; /*#66FF33;*/
	background: url(../images/layout/boarder384h.jpg) no-repeat; /*#00349A;*/
	/*background-position: bottom;*/
	height: 384px; /* 527px; 536px;*/
	/* font-size: 11px;
	color: #888888; */
	padding: 0 0 0 0;/* #000000; #BBE8FF;  #00349A;   the background color will be displayed for the length of the content in the column, but no further */
/*	postition: absolute; 
	z-index: 5;*/
}
.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	/* background: url(../images/sidebar3.jpg); background-repeat: inherit;
	 height: 540px; 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 */
	height: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* #000000; #BBE8FF;  #00349A;   the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainTop {
	float: left;
	width: 607px;
	height: 10px;
	background-image: url(../images/layout/topmain.png);
	background-repeat: no-repeat;
	/* height="10" width="607" align="left" */
	background-color: #c8d7fe;
	font-size: 12px;
	border-left:  solid 3px  #00349A;
	margin: 0 0 0 -3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	float: left;
	width: 579px;
	/* border-right: 172px #FF00FF; margin-right:-172px; */
	/*  margin: 5px 5px 5px 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. */
	background: #c8d7fe; /*url(../images/bluesnow.gif); #d9d9d9; url(../images/bigsnowflakes.gif); */
	/*background-position:top
	background-repeat: repeat;*/
	/* border-top: solid 2px #CCCCCC; */
	/* border-bottom: solid 2px #CCCCCC; */
	border-left:  solid 3px  #00349A; /*#CCCCCC;*/
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 -3px;
	padding-top:0px;
	padding-right:14px;
	padding-bottom:1px;
	padding-left:14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContentSummer {
	float: left;
	width: 579px;
	/* border-right: 172px #FF00FF; margin-right:-172px; */
	/*  margin: 5px 5px 5px 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. */
	background: #c8d7fe;/*#00bb77; url(../images/bluesnow.gif); #d9d9d9; url(../images/bigsnowflakes.gif); */
	/*background-position:top
	background-repeat: repeat;*/
	/* border-top: solid 2px #CCCCCC; */
	/* border-bottom: solid 2px #CCCCCC; */
	border-left:  solid 3px  #00349A; /*#CCCCCC;*/
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 -3px;
	padding-top:0px;
	padding-right:14px;
	padding-bottom:1px;
	padding-left:14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
	height: 40px;
	margin: 0 0 0 0;
	padding: 0px 10px 0 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/layout/Footer40d.png) no-repeat; /* url(../images/bigsnowflakes.gif) */
	background-position: top-left;
	/* background: #FFFFFF  #0080C0; */
	font-size: 10px;
	color: #FFFFFF;
	/* border-top: 1px solid #CCCCCC; */
}
.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: 20px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	/* font-weight:600; */
	font-weight: 700;
	color: #333333; /*#00349A;*/
	text-align:center;
}
.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: 0px;
	font-size: 1px;
	line-height: 0px;
	display: none; 
}

