@charset "utf-8";
/* CSS Document */

a {color:#516666; text-decoration:none; }
a:hover {color:#BCBCBC; }

h2,h1,h3 {color:#005308; margin-bottom:0; padding-bottom:0; font-weight:normal;  }

h3 {color:#337e3a;  }

p.sidepara { margin:0; border-bottom:1px solid #d4d4d4; padding:7px;  }


p.newspara { margin:0; border-bottom:1px solid #d4d4d4; padding:7px; padding-bottom:20px;  }


p {margin-top:7px; }

span.quote {
border: 0 ;
margin: 0px;
padding: 3px  10px;
background-color: #ececec;
quotes: "\201C" "\201D";
display:inline-block;
font-size:90%;
font-style:italic;
}

body  {
	font: 100% "Trebuchet MS";
	font-size:13px;
	background: #ececec;
	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;
	background-image:url(img/body-bg.gif); background-repeat:repeat-x; background-position:top left; 
}
#container { 
	width: 1002px;  /* 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 */
	border:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(img/cont-bg-line.jpg); background-repeat:repeat-y; background-position:top left;
	min-height:100%; 

} 
#header {  
	padding:0;
	height:153px;
	width:100%;
	background-image:url(img/title.jpg); background-repeat:no-repeat; background-position:top left;
} 

#navigation {  
	padding:0;
	height:56px;
	margin-top:112px;
	width:1002px;
	position:absolute;
	display:table-cell;
	font-size:15px;
	font-weight:bold;
	vertical-align:center;
} 

a img {border: 0 ; }

#navigation table { 
	height:41px; 
	float:right; 
	margin:0 20px 0 0;
	border-collapse:collapse;
}

#navigation td.selected {
padding:0 10px 0 10px; background-image:url(img/nav-select.jpg); background-repeat:repeat-x; background-position:top left;
} 

#navigation span.selected {
	color:#000000;
}


#navigation td {
padding:0 10px 0 10px;
} 

#navigation a, span { color:#808080; text-decoration:none; padding-top:21px; }

#navigation a:hover { color:#000000; text-decoration:none; }


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* 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: 15px 15px;

}
#mainContent { 
	margin: 0 245px 0 0; /* the right margin on this div element creates the column down the right 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
#footer { 
	background-image:url(img/footer.jpg); background-repeat:no-repeat; background-position:top left;
	width:100%;
	height:47px;
} 

#toppic {margin-top:20px; }

#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;
}

