@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*	font: 100%; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #000000;
	text: #000000;
	/*	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 */
	background: #FFFFFF;
	background-image: url(images/twr-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}
h1, h2, h3, .headerBu, .italicBuCtr, .italicBuIndent, .italicBu, h4:first-letter, .lgBu {
	color: darkblue;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	margin-bottom: .1em;
}
h4 {
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
}
h4:first-letter {
	font-size: 160%;
	font-style: italic;
}
#topHeading {
	font-family: garamond;
	font-size: 2.15em;
	font-style: italic;
	font-weight: bold;
	color: #FFFAFA;
	background-color: #669933;
	margin: 0px;
	height: 100px;
	padding-left: 190px;
	padding-top: 1px;
	text-align: left;
}
.twoColFixLt #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*	background: #FFFFFF; */
	margin: 0; /* 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. */
}
.twoColFixLt #sidebar1 {
	display: inline;
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 17px 0px 15px 0px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 190px; /* 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 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
#logo {
	position:absolute;
	width:115px;
	height:150px;
	z-index:1;
	left: 37px;
	top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer {
	text-align: center;
	margin: 5px 0px 10px 190px;
}
.italicBoldGn {
	color: green;
	font-style: italic;
	font-weight: bold;
}
.italicBu {
	font-style: italic;
}
.italicBuCtr {
	font-style: italic;
 	text-align: center;
}
.italicIndent, .italicBuIndent {
	font-style: italic;
	padding-left: 40px;
	width: 80%;
}
.italic {
	font-style: italic;
}
.imgLt {
	float: left:
	margin: 3px 1em 3px 0px;
}
.lgBu {
	font-size: 1em;
}
.headerBu{
	margin: .1em .1em .1em 0px;
	font-size: 1.1em;
	font-weight: bold;
}
.ctr {
	text-align: center;
}
.in150 {
	margin: 0px 0px 0px 150px;
}
.italicSmall {
	font-size: .9em;
	font-style: italic;
}
td.narrow {
	width: 1%;
}
table#teri img, table#sandi img {
	margin: 0px 20px 0px 0px;
}
.super {
	vertical-align: super;
	font-size: 80%;
}

/* from old site: */


form {
	padding: 0px;
	margin:	0px;
}

input, select, textarea	{
	font-size: 1em;
}

A  {
	color: #000099;		
}
A:Visited  {
	color: #000099;
}
A:Active  {
	color: #007AC4;		
}
A:Hover  {
	color: #007AC4;	
}	
	
/*
#DisclaimerAndCopyright {
	border-top: 1px solid #000000;
	padding-top: 5px;
	margin-top: 10px;
	font-size: .8em;
}
*/
