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

<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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(images/bg1.gif);
}
a img   { border: none }
A:link {
	text-decoration: underline;
	color: #FFFFFF;
}
A:visited {
	text-decoration: underline;
	color: white;
}
.thrColFixHdr #container #mainContent2 #anchorlinks {
}

A:active {
	text-decoration: underline;
	color: white;
}
A:hover {
	text-decoration: underline;
	color: #247B24;
} 

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 750px; /*For KHTML*/
	list-style: none;
	height: 24px;
	z-index: 20;
}

ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	z-index: 20;
}

ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 20;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
	width: 190px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
	border: 1px solid #FFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	background-color: #247B24;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	color: #FFF;
	background-color: #666666;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	color: #666666;
	background-color: #CCCCCC;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}


.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #247B24;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #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: #FFFFFF;
} 
.thrColFixHdr #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;
}
.thrColFixHdr #mainContent {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;

} 
.thrColFixHdr #container #mainContent h2 {
	background-color: #247B24;
	color: #FFFFFF;
}


.thrColFixHdr #container #mainContent2 {
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #247B24;
	border-bottom-color: #247B24;
	border-left-color: #247B24;
}

.thrColFixHdr #container #mainContent2 h1 {

}

.thrColFixHdr #container #mainContent2 li {
	font-size: 12px;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent2 p {
	font-size: 13px;
	font-weight: bold;
}

.thrColFixHdr #container #mainContent2 h2 {
	background-color: #247B24;
	color: #FFFFFF;
	border: thin solid #999999;
	font-size: 24px;
}




.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #247B24;
	background-color: #999999;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #247B24;
	margin-bottom: 15px;
	background-color: #999999;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #247B24;
	border-bottom-color: #247B24;
}
.thrColFixHdr #container #sidebar1 p {
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	font-size: 10px;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-size: 14px;
	color: #FFFFFF;
	border-top-color: #247B24;
	border-right-color: #247B24;
	border-left-color: #247B24;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar1 img {
	border: thin solid #FFFFFF;
}


.thrColFixHdr   #container   #navbar {
	height: 30px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #247B24;
}

.thrColFixHdr #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-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #container #mainContent p {
	line-height: 20px;
}
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.thrColFixHdr #container #mainContent2 li {
	font-weight: bold;
	font-size: 12px;
}
.thrColFixHdr #mainContent { zoom: 1; }
.thrColFixHdr #container #mainContent h3 {
	color: #000000;
}
.thrColFixHdr #container #mainContent2 #anchorlinks A:link{
	color: #000000;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent2 #anchorlinks A:visited{
	color: #000000;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent2 #anchorlinks A:hover{
	color: ##247B24;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent2 #anchorlinks A:active{
	color: #000000;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent #anchorlinks a {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #container #mainContent2 h3 {
	background-color: #247B24;
	color: #FFFFFF;
	border: thin solid #999999;
	font-size: 12px;
}
