@charset "windows-1252";
body  {
	font: .75em Helvetica, Verdana, Arial, sans-serif;
	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/bg.gif);
	background-repeat: repeat-x;
	background-color: #cdd5ca;
	/*background-color: #c9e9d3;*/
}


.thrColFixHdr #minorNavContainer {
	background-color: #4b5c56;
	background-image: url(images/bg_body_minor_nav.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #minorNav {
	width: 778px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #00441b;
	padding: 0;
	background-image: url(images/minor_nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #005930;
	/*background-color: #c9e9d3;*/
}
.thrColFixHdr #minorNav ul {
	font: 10pt Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ffff00;
	list-style: none;
	width: 750px;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #minorNav ul li {
	float: left;
	margin: 0;
	padding: 4px 12px 4px 7px;
	border-right: 1px solid #00441b;
}
.thrColFixHdr #minorNav ul li a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #ffffff;
}
.thrColFixHdr #minorNav ul li a:hover {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #ffff00;
}



.thrColFixHdr #container { 
	width: 780px;  /* 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: 1px solid #000000;   */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-color: #ffffff;
	padding-top: 12px;
	padding-left: 7px;
	margin: 0;
	/*    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. */
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* 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;   */
	padding: 0;
	margin: 0;
}
.thrColFixHdr #sidebar1 div {
	padding: 0;
	margin: 0 2px 6px 7px;
}
.thrColFixHdr #sidebar1 div ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 1.2em;
	color: #ffffff;
	background: #d3d3d3; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #sidebar1 p {
	padding: 7px 7px 12px 14px;
	margin: 0;
	list-style-type: none;
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
}
.thrColFixHdr #sidebar1 div ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
	background-color: #006600;
}
.thrColFixHdr #sidebar1 div ul li.subLinkTop {
	margin: 0;
	padding: 0;
	border-bottom: none;
	background-color: #006600;
}


/* subSubLink */
.thrColFixHdr #sidebar1 div ul ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: .9em;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.thrColFixHdr #sidebar1 div ul ul li {
	margin: 0;
	padding: 0;
	background-color: #006600;
	border-bottom: none;
}
.thrColFixHdr #sidebar1 div ul ul li.staticSub {
	margin: 0;
	padding: .5em 2em;
	background-color: #006600;
	border-bottom: none;
}
.thrColFixHdr #sidebar1 div ul ul li a {
	display: block;
	margin: 0;
	padding: .5em 2em;
	background-color: #d3d3d3;
	border-bottom: none;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 div ul ul li a:hover {
	display: block;
	margin: 0;
	padding: .5em 2em;
	background-color: #006600;
	border-bottom: none;
	text-decoration: none;
}
/* end Sublinks */


.thrColFixHdr #sidebar1 div ul li.static {
	padding: 7px 7px 7px 7px;
	background: #006600;
	color: #ffffff;
}
.thrColFixHdr #sidebar1 div ul li a {
	display: block;
	padding: 7px 7px 7px 7px;
	background-color: #d3d3d3;
	color: #333333;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 div ul li a:hover {
	display: block;
	padding: 7px 7px 7px 7px;
	background-color: #006600;
	color: #ffffff;
	text-decoration: none;
}

.thrColFixHdr #mainText {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* 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;padding keeps the content of the div away from the edges */
	margin: 0;
	padding: 0;
}

.thrColFixHdr #mainText h1 { 
	margin: 0;
	padding: 0 7px 9px 0;
	font-size: 1.5em;
	line-height: 1em;
	color: #006600;
}
.thrColFixHdr #mainText h2 { 
	margin: 0;
	padding: 0 7px 9px 0;
	font-size: 1.25em;
	line-height: 1em;
	color: #333333;	
}
.thrColFixHdr #mainText h3, p { 
	margin: 0;
	padding: 0 7px 9px 0;
	font-size: 1em;
	line-height: 1.1em;
	color: #333333;	
}
.thrColFixHdr #mainText ul, ol { 
	margin: 0 12px 9px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	color: #333333;	
}
.thrColFixHdr #mainText ul ul { 
	margin: 6px 12px 0 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	color: #333333;	
}
.thrColFixHdr #mainText li { 
	margin-left: 2em;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: .75em;
	padding-bottom: 0;
	font-size: 1em;
	line-height: 1.25em;	
}

.thrColFixHdr #mainText .name {
	text-align: right;
}

.thrColFixHdr #mainText blockquote {
	margin: 0;
	padding: 1.5em;
	font-size: 1em;
	line-height: 1em;
	color: #333333;
}


.thrColFixHdr #mainPhoto { 
	margin: 0 280px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	 /*padding: 0 10px; remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0;
} 
.thrColFixHdr #mainPhoto img {
	padding: 0;
	margin: 0;
}
.thrColFixHdr #mainPhoto h3 {
	padding: 0 .2em .5em 0;
	margin: 0;
	font-size: 1.25em;
	color: #666666;
}
.thrColFixHdr #mainPhoto p {
	padding: 0 .2em .5em 0;
	margin: 0;
	font-size: 1em;
	color: #666666;
}



.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.thrColFixHdr #footer p {
	text-align: center;
	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-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .75em;
	color: #666666;
	font-weight: normal;
	line-height: 2em;
}




.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;
}

a {
	color: #006600;
}
a:hover {
	color: #00CC00;
}
