@charset "utf-8";
/* reset styles v1.0 | 20080212 */
/* (Because every browser has slightly different default values, and we don't want any surprises) */
/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;/*background: transparent;*/}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;background: #95ff4d;padding:.2em; margin:.2em;}
del {text-decoration: line-through;color: red;background: #ffdadb;padding:.2em; margin:.2em;}


/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ol, ul, dl {
	margin: 0 0 1em;
}

/* end reset styles */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*This is the basic formatting of text for the page*/
body  {
	font: 100% , Arial, Helvetica, sans-serif;
	background: #9cf36e;
	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: #33992b;
}
.NormalHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #33992b;
	font-weight: bolder;
	}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #33992b;
}
/*end of basic formmating of text*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*This is the start of the 2 column layout with header and footer*/
.twoColFixLtHdr #container {
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #329946;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	/*commented out the padding because of the logo*/
	/*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. */
} 
.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: 200px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/
}
.twoColFixLtHdr #mainContent { 
	/*margin: 0 0 0 200px; /* 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:  20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top: 2px solid #329946;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 2px solid #329946;
	
} 
.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;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*This is the navigation formatting*/
#sidebar1 li {
    margin:0;
    list-style:none;
}
#sidebar1 li a {
/*    border:1px solid red;*/
    display:block;
    padding: 1em 20px;
    font-size:1.2em;
    line-height: 1.2em;
    text-decoration:none;
    color:#fff;
    border-bottom:1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 li a:link, 
#sidebar1 li a:visited    {
    background: #329946;
}
#sidebar1 li a:hover      {
    background: #9fd18b;
}
/*#sidebar1 li a.current    {
    background: #329946;
}*/
#sidebar li p{
	background-color: #329946;
	margin:0;
	display: block;
	padding:1em 20px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: none;
	/*color:#fff;*/
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
}
/*end of navigation bar*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*This is the end of life CSS that is needed for the index page*/
.style23 {font-size: 24pt}
.style24 {
	font-size: 30pt;
	font-weight: bold;
	color: #000;
}
.style33 {	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.style34 {	font-size: 16pt;
	color: #00853E;
}
.style341 {
	font-size: 18pt;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}
.style33HEADER {
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
	color: #FFF;
}
.style33HEADER .black {
	font-size: 12px;
	font-weight: normal;
}
.style33HEADER .black {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.style33HEADER div a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #060;
	font-size: 14pt;
}
.style33HEADER div .style34 {
	font-family: Verdana, Geneva, sans-serif;
}
.style33HEADER div .style34 {
	color: #060;
}
.style33HEADER div .style34 {
	font-size: 14pt;
}
.style33 strong {
	color: #000;
}
.style23 strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18pt;
}
body table tr td p strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.style231 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
