body {
	background: #ffffff url(images/siteBG.jpg) top no-repeat;
	margin: 0px;
	padding:0px;
	margin-top:0px;
	padding-top:0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;

	text-align:center;
}

body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
form {
	padding: 0px;
	margin: 0px;
}


img {
	border: none;
}


.twoColFixLtHdr #container { 
	width: 973px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	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. */
} 
.twoColFixLtHdr #header { 
	background: url(images/topHeader.png) top no-repeat;
	padding: 0 0px 0 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. */
	height: 166px;
} 
.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 #contentcontainer { 
	background: url(images/contentBG.png) repeat-y;

	
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* 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 */
	padding-left: 10px;
	padding-top: 10px;

}

.twoColFixLtHdr #sidebar1 p{

	padding-left: 10px;


}

.searchBG{

	background: url(images/searchBG.gif) repeat-y;
	

}

.searchBG form{

	
	

}

.searchBG form input.boxes{

	margin-left: 45px;
	border:1px solid #00a14e;
	height:24px;
	font-size:14px;

}

.searchBG form input.searchbutton{

	margin-left: 8px;
	

}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; /* 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 */
	width: 735px;
	height: 706px;

	
} 

.twoColFixLtHdr #mainContent #homeContent{ 
overflow: auto;
height:426px;
}

.twoColFixLtHdr #mainContent #innerContent{ 
overflow-y: auto;
height:666px;
margin-top: 8px;
width: 730px;

}


.twoColFixLtHdr #footer { 
	background: url(images/contentFooter.png) top no-repeat;
	height:35px;
} 
.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;
}
--> 



.leftcol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 8px;
}
.homeMargin {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pagename {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #00a14e;
	font-size: 22px;
	color: #000000;
	padding-left: 35px;
	padding-bottom: 3px;
	margin-top: -27px;
}
.innerMargin {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#headerDate {

	float: right;
	margin-top: -166px;
	
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #1F6735;
	text-align: right;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-top: 24px;
}

a:link { color: #1A6F39; }
a:visited { color: #1A6F39; }
a:hover { color: #F28920; }
a:active { color: #1A6F39; }



.bsbnav { color: #00000; display: inline-block; font-family: Arial, Helvetica; font-size: 8pt; text-decoration: none; font-weight:bold}
.bsbnav a { color: #00000; display: inline-block; font-family: Arial, Helvetica; font-size: 8pt; text-decoration: none; font-weight:bold}
.bsbnav a:link, a.bsbnav:link { color: #000000; font-size: 8pt; display: inline-block; }
.bsbnav a:visited, a.bsbnav:visited { color: #000000; font-size: 8pt; display: inline-block; }
.bsbnav a:hover, a.bsbnav:hover { color: #444444; font-size: 8pt; display: inline-block; }
.bsbnav a:active, a.bsbnav:active { color: #000000; font-size: 8pt; display: inline-block; }

.boxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A8732;
}

#rollover {
	
	position: relative;

}

#rollover a {
border:none;
text-decoration:none;

position: relative; /**remove position rule if full size images will share the same display area. **/
}

#rollover a span {
visibility:hidden;
background-color: #FFF;
width: 398px;
display:block;
position: absolute;
/**adjust positioning of full size images in px or %**/
left: 0px;
top: -410px;
/**optional image captions**/
font-size: 10px;
line-height: 1.2;
color:#666;
text-align: left;
/**optional image borders & padding**/
border: 1px solid #0173bc;
padding: 5px;
}

#rollover a:hover span, #rollover a:active span, #rollover a:focus span {visibility:visible;}

#rollover a:hover, #rollover a:focus
{visibility:visible;}

