@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #558252;
	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;
}
.twoColFixLtHdr #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 #B2A7D2;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header { 
	width:780px;
	height:180px;
	background: #558252;
	background-image:url(../banner/tpi1.gif);
	background-repeat:no-repeat;
	padding: 0 0px 0 0px;
	border:0px;
	background-position:center;
	text-indent:-9999px;
	
}
    
  /* 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: #B2A7D2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 15px 5px;
	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 240px; /* 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: 30px 15px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
} 
.twoColFixLtHdr #footer { 
	padding: 5px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#B2A7D2; 
} 
.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-left: 5px;
	padding-right:15px;
	
	
}
.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;
	}

p, h1, h2, h3, h4, h5, h6, a, label {
	padding: 0;
	margin: 0;
	line-height: 1.188;
	
	}

.ul li{
	padding: 5px 5px;
	margin: 5px;
	line-height: 1.166;
	}

.h1 {
	font-size: 1.4em;
	font-weight:bold;
	color:#558250;
	text-align: left;	

}

h1 {
	font-size: 1.4em;
	
	color:#558250;
	text-align: left;
}
h1 {
	font-size: 1.4em;
	color:#558250;
	text-align: center;
}
.h2 {
	font-size:1.3em;
	color:#B2A7D4;
	text-align: left;
}
h2 {
	font-size:1.3em;
	color:#B2A7D4;
	text-align: left;
}

.h3 {
	font-size: 1.2em;
	color:#336624;
	}
	
h3 {
	font-size: 1.2em;
	color:#336624;
	}
.h4 {
	font-size:1.1em;
	color:#fffffe;
}	
h4 {
	font-size:1.1em;
	color:#fffffe;
}
	
.em {
	font-weight:bold;
	color:#000000;
}
.emcenter {
	font-weight:bold;
	color:#000000;
	text-align:center;
}


.emgree {
	font-weight:bold;
	color:#558256;
}


.empur {
	font-weight:bold;
	color:#B2A7D4;
}

.empurtable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}
.tabletext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:normal;
	color:#000000;
	padding-top:5px;
	padding-bottom:5px;

}
.bookreview {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight:bold;
	text-align:right;
	color:#000000;
	padding-top:5px;
	padding-bottom:5px;

}

.regitalics {
	font-style:italic;

}
.emitalics {
	font-style:italic;
	font-weight:bold;

}
.emitalicscenter {
	text-align:center;
	font-size: .9em;
	font-style:italic;
	font-weight:bold;
	

}
.emitalicscentersmall {
	text-align:center;
	font-size: .7em;
	font-style:italic;
	font-weight:bold;
	

}


.cenbol {
		text-align:center;
		font-weight:bold;}

.cenbolgreen {
		text-align:center;
		font-size: 1.4em;
		font-weight:bold;
		color:#558256;}


.homeico { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 15px;
	border:0px;
	padding-top:5px;
	
}		

#tableone {
	
	width: 96%;
	padding-top:15px;
	padding-bottom:15px;
	top:0px;
	line-height: 1.188;
	
}
#tableonepad {
	padding-top:5px;
	padding-bottom:5px;


}

#bottommenu {
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	border-bottom:2px solid #FFFFFF;
	color:#FcFFFF;	
}

#copyright {
	font-weight: bold;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	color:#000000;
}

#address {
	font-weight: normal;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	border-bottom:2px solid #FFFFFF;
	padding-top:5px;
	padding-bottom:5px;	
	color:#000000;
}

#browser {
	font-weight: bold;
	padding-top:5px;
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#666666;
}

#designed {
	font-weight: bold;
	font-size:.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	
}
#site {
	font-weight: normal;
	padding-top:5px;
	font-size:.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	
}
#share {
	text-align:center;
	padding-top:5px;

}


#supporters {
	background-color:#FFFFEE;
	font-weight: normal;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

.twoColFixLtHdr #sizer {
	background: #558255;
	height:25px;
	color:#ffffff;
	padding:1px 0 1px 0;
	text-align: right;
	font-weight: normal;
	font-size:.7em;
}
#validators {
	border:0px;
	text-align: center;
	font-size:0.7em;
	font-weight:bold;
	color:#666666;
}


.twoColFixLtHdr #imgplus {
	
	border:0px;
	background-position:center;	
}

.twoColFixLtHdr #imgminus {
	
	border:0px;
	background-position:center;
}

.twoColFixLtHdr #imgreset {
	
	border:0px;
	background-position:center;
	
}
		
.increase {
border:0px;

}		

.decrease {
border:0px;

}


.reset {
border:0px;

}

.coachinc {
	border:0px;
	background-position:center;

}

.img1 {
	border:0px;
	background-position:center;
	text-align:center;

}
#img2 {
	border:0px;
	background-position:center;
	text-align:center;
}

.textcenter {
	text-align:center;
	
}



.tright {
float:right;
top:auto;

}

.emaillogo {
		border:0px;

}
.newsletterlogo {
		border:0px;

}
.connectionslogo {
		border:0px;

}


/* breadcrumbs
---------------------------------------------------*/
#breadcrumbs {
	float: left;
	width:100%;
	background-color: #FFFFFF;
	margin: 0;
	color: #336620;
	font-weight: bold;
	font-size:80%;
	padding:5px 0px;
}
.breadcrumbs,

.breadcrumbs p {
	float:left;
	width: 90%;
	padding:2px 0px 2px 5px;
}
.breadcrumbs ul li {
	display:inline;
}
.breadcrumbs a,
.breadcrumbs ul li a {
	color:#666666;
	text-decoration:underline;
	font-weight: normal;
	background-repeat:no-repeat;
	background-position:right 60%;
	padding:2px 0px 2px 0px;
}
.breadcrumbs span a {
	background-image:none;
	padding:0;
}

.breadcrumbs span {
	padding:2px 0px 2px 0px;
	float:left;
	width: 100%;
}
