@charset "UTF-8";
/* CSS Document */

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;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	background-color: #7B5631;
}
h1 {
	font-size: 2.4em;
	color: #9a2422;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: -0.2em;
	margin-top: 0.4em;
}
h3 {
	font-size: 1.5em;
	color: #7B9999;
	letter-spacing:0.04em;
}
h4 { font-size: 1.2em; color: #900; }
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #00350B;
}
.red {
	color: #9a2422;
}
.green {
	color: #336600;
}

.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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.smallType {
	font-size: 0.8em;
}
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
	width: 160px;
}
.twoColFixLtHdr #sidebarLinks ul {
	margin: 0px;
	padding-top: 160px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebarLinks li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999AA;
}
.twoColFixLtHdr #lokbox {
	padding-right: 15px;
	font-size: 0.88em;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 */
}

/* LINKS no decoration, green, over=white type on red background. Sidebar navigation links are special. Footer links are regular, not bold. mainContent links are underlined. */
a {
	color: #000000;
	font-weight: bold;
}
a:hover, a:focus, a:active { color: #FFFFFF; background-color: #000000; }
#sidebarLinks a { display: block; padding-top: 4px; padding-right: 6px; padding-bottom: 4px; padding-left: 6px; font-family: Arial, Helvetica, sans-serif; color: #006600; text-decoration: none; font-size: 0.88em; font-weight: bold; }
#sidebarLinks a:hover, #sidebarLinks a:focus, #sidebarLinks a:active {
	color: #FFFFFF;
	background-color: #9a2422;
}
#sidebarAddress {
	font-size: 0.88em;
}
#mainContent a { text-decoration: underline; }
#footer a {font-weight: normal;}

.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;
}
.pullquote180px { width: 180px; padding: 0 0 0 12px; float: right; margin: 0 0 12px 12px; border-left-width: 1px; border-left-style: solid; font-size: 0.88em; }
.pullquote200px {
	width: 200px;
	border-left: 1px solid #ccc;
	padding: 0 0 0 12px;
	float: right;
	margin: 0 0 12px 12px;}
.pullquote270px {
	width: 277px;
	border-left: 1px solid #ccc;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
#twoColTable td {
	font-size: 0.88em;
	padding-bottom: 1em;
	font-style: italic;
}
#3colTable {
	font-size: 0.8em;
	font-style: italic;
}
#twoColTable tr { vertical-align: top; }
tr td h3, tr td h4, tr td a { text-align: right; }
#largePhotos h2 { color: #063; margin-bottom: -0.5em; font-size: 1.3em; margin-right: 10px; margin-left: 10px; font-family: Georgia, "Times New Roman", Times, serif; }
#largePhotos p { margin-right: 10px; margin-left: 10px; }
#largePhotos a { text-decoration: underline; }
