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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	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;
}
#blox  {
	width:780px;
	height:auto;
}
#green  {
	width:770px;
	background-color:#a8d2b0;
	padding:5px;
}		

#headline  {
	width:756px;
	color:#ffffff;
	background-color:#129948;
	margin-top:18px;
	padding-left:24px; padding-top:4px; padding-bottom:4px;
	font-family: "palatino", "garamond", "Times New Roman", Times, serif;
	font-weight:bold;

}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:37px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #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. */
	width:780px;
	margin-left: auto; margin-right:auto;
	background-color:#eeeeee;
} 
.twoColFixRtHdr #sidebar1 {
position:relative;
	font-size:.85em;

	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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: #a8d2b0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 6px 10px;
	margin-top:6px;
}
#sidebar1 sbh {
	font-weight:bold;

}
#sidebar2 {
	background-color:#a8d2b0;
	margin: 8px;
	padding: 6px 10px;
}
#sidebar-white {
	position:relative;
	font-size:.85em;

	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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: 6px 10px;
	margin-top:6px;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 250px 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 */
} 
.twoColFixRtHdr #mainContent-wide { 
	margin: 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 */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
} 
.twoColFixRtHdr #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 */
	font: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; 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:0;
    font-size: 1px;
    line-height: 0px;
}
.tabtext {color:#FFFFFF;}

#menubar { color:#ffffff; width: 780px; visibility: visible; background-color:#eeeeee; margin-left:auto;margin-right:auto; }

#menu { width:auto;margin-right:auto;margin-top:-3px;background-color:#eeeeee;;color:#FFFFFF; font-size:small; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; float:right; }
#menu ul li { color:#FFFFFF; margin:0px;border:thick #CC0000; list-style:none;color:#ffffff;display:inline;}
/*#menu li { display:inline;margin:0px;padding:0; }*/
#menu a { float:left;padding:0 0 0 0;text-decoration:none; }
#menu a span { float:left; display:block; background-color:#999999; padding:6px 8px 7px; color:#000; font-size: 0.8em; font-family: myriad, Verdana, tahoma, helvetica, arial, "trebuchet ms", sans-serif; font-weight: 700; font-style: normal; }
   /* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
   /* End IE5-Mac hack */
#menu a:hover span { color:#fff; background-color:#129948; background-position:100% -42px; }
#menu a:hover { background-position:0% -42px; }

#sidebar ul
{
margin: 0;
padding: 0 0 0 22px;
width: 791px;
}

#sidebar ul li
{
background: url(images/corner.gif) no-repeat;
float: left;
font-size: 10px;
line-height: 20px;
list-style-type: none;
margin-left: 5px;
padding-left: 16px;
white-space: nowrap;
}

#sidebar a
{
/*background: url(images/tabs2-big.gif) 100% 100% no-repeat;*/
background-color:#666666;
color: #fff;
display: block;
float: left;
font-size: 1.3em;
font-weight: bold;
padding: 5px 16px 5px 0;
text-decoration: none;
width: 0.1em;
background-color:#666666;
}

html>body #sidebar a
{
width: auto;
}

/* IE-5 Mac Hack \*/
#sidebar a
{
float: none;
}
/* End IE-5 Mac Hack */

#sidebar a:hover
{
color: #fff;
background-color:#129948;
}

#sidebar #current,
#sidebar #current a
{
background-image: url(images/corner2.gif);
color: #fff;
}

/* begin css tabs */

ul#tabnav { /* general settings */
width: 780px; visibility: visible; background-color:#eeeeee; margin-left:auto;margin-right:auto;margin-bottom:-36px;
text-align: right; /* set to left, right or center */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
/*border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
color:#ffffff; width: 780px; visibility: visible; background-color:#eeeeee; margin-left:auto;margin-right:auto;
/*border-bottom: 1px solid #fff; /* set border color to page background color */
/*background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
/*position: relative;
top: 1px;*/
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color:#a8d2b0 ; /* set unselected tab background color as desired */
color: #666666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
/*border-bottom: none;*/
}

ul#tabnav a:hover { /* settings for hover effect */
color:#000000;
background-color: #cccccc; /* set desired hover color */
}

/* end css tabs */


--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->