body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9cc9c2;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 959px;
	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. */


	font-size: .75em;

} 

.twoColFixLtHdr #container #containerback{
	width: 959px;

	background-image: url(images/site_BG.jpg);
	background-repeat: repeat-y;


} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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: #DDDDDD;
	height:124px;
	background-image: url(images/site_HEADER.jpg);
	text-align: right;
} 


.twoColFixLtHdr #header .header_links div#searchbox input#search {
	color: #0a434a;
	border: 0;
	width: 178px;
	font-size: 11px;
	height: 23px;
	background-image: url(images/searchboxBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 18px;
	margin-right: 0px;
	margin-top: 8px;
	
}

.twoColFixLtHdr #header .header_links div#searchbox input#search[type="search"] {
	width: 50px;

}

.twoColFixLtHdr #header .header_links  div#searchbox input.button {


margin-left: -33px;
margin-top: -5px;
}
.header_links {margin-right: 10px}

.header_links  a:link, a.header_links :link { color: #451f77; font-size: 1em; text-decoration: none;}
.header_links  a:visited, a.header_links :visited { color: #451f77; font-size: 1em; }
.header_links a:hover, a.header_links :hover { color: #75a7a0; font-size: 1em; }
.header_links  a:active, a.header_links :active { color: #451f77; font-size: 1em; }

.date {padding-top: 26px;

_padding-top: 0px;
color:#451f77;
font-size: .85em}

.twoColFixLtHdr #nav {
	padding: 0 10px 0 20px;  /* 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. */
	height:41px;
	background-image: url(images/navBG.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: 260px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 15px;
	padding-top: 4px;
}
.twoColFixLtHdr #mainContent {

	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 10;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixLtHdr #mainContent h1{ 
color:#451f77;
font-size:1.50em;
font-weight:bold;
}

.twoColFixLtHdr #mainContent h2{ 
color:#000000;
font-size:1em;
font-weight:bold;
}

.twoColFixLtHdr #sidebarhome {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 15px;
	padding-top: 4px;

}


.twoColFixLtHdr #bannerfaderobject{
float: left;
margin-top: 4px;
background-image: url(images/banner.jpg);
width: 671px;
height: 218px; 
} 


.twoColFixLtHdr #mainContenthome{
	 /* since this element is floated, a width must be given */
	width: 568px; /* 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-left: 15px;
	padding-top: 4px;
	margin-top: 4px;
	padding-bottom: 6px;
	float: left;
	_margin-left: -260px;

} 
.twoColFixLtHdr #mainContenthome p{
	margin: 0px;
	padding:0px;
} 

.twoColFixLtHdr #quickLinks{
float: left;
margin-top: 8px;
padding-bottom: 6px;
} 




.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/site_COPY.jpg);
	height: 111px;
	text-align: right;
} 
.twoColFixLtHdr #footer .bsbnav 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 */
	padding-right: 0px;
}
.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;
}
a:link { color: #7e459b; }
a:visited { color: #007662; }
a:hover { color: #75a7a0; }
a:active { color: #75a7a0; }

.copyright {margin-right: 10px}
.bsbnav, .bsbnav a { color: #4f81a2; display: inline-block; font-family: Arial, Helvetica; font-size: 8pt; text-decoration: none;}
.bsbnav a:link, a.bsbnav:link { color: #4f81a2; font-size: 8pt; display: inline-block;}
.bsbnav a:visited, a.bsbnav:visited { color: #4f81a2; font-size: 8pt; display: inline-block;}
.bsbnav a:hover, a.bsbnav:hover { color: #007662; font-size: 8pt; display: inline-block;}
.bsbnav a:active, a.bsbnav:active { color: #4f81a2; font-size: 8pt; display: inline-block;}

