@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, 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;
}
.twoColFixLtHdr #container {
	width: 600px;
	border: 1px solid #000000;
	text-align: left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.twoColFixLtHdr #header { 
	padding: 1px 35px 1px 35px;  /* 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-image: url(../images08/structure/tan_bkgd.jpg); 
	color: #987227;
} 
.twoColFixLtHdr #header a { 
	text-decoration: none;
	}
.twoColFixLtHdr #header a:link, a:visited { 
	font-weight: bold;
	color: #567b1c;
	}
.twoColFixLtHdr #header a:hover { 
	font-weight: bold;
	color: #987227;
	}

.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent { 
	padding-left: 35px;
	padding-right: 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent p { 
	font-size: 12px;
	} 
.twoColFixLtHdr #mainContent h1 { 
	font-size: 22px;
	color: #555555;
	}
.twoColFixLtHdr #mainContent h2 { 
	font-size: 16px;
	color: #3c566e;
	}
.twoColFixLtHdr #mainContent h3 { 
	font-size: 13px;
	color: #DBA741;
	border-bottom: solid 1px #dba741;
	}
.twoColFixLtHdr #mainContent h4 { 
	font-size: 13px;
	color: #3c566e;
	}
.twoColFixLtHdr #mainContent h5 { 
	font-size: 10px;
	color: #111111;
	}
.twoColFixLtHdr #mainContent h6 { 
	font-size: 10px;
	color: #111111;
	text-align: right;
	}
.twoColFixLtHdr #mainContent ul, li { 
	color: #000000;
	font-size: 12px;
	} 

.twoColFixLtHdr #mainContent a {
	text-decoration: none;
	font-weight: bold;
	}
.twoColFixLtHdr #mainContent a:link {
	color: #567b1c;
	} 
.twoColFixLtHdr #mainContent a:visited {
	color: #567b1c;
	} 
.twoColFixLtHdr #mainContent a:hover {
	color: #DBA741;
	}

.twoColFixLtHdr #footer { 
	font-size: 9px;
	padding: 0 10px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images08/structure/tan_bkgd.jpg); 
} 
.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-top: 8px;
}
.twoColFixLtHdr #footer a { 
	text-decoration: none;
	}
.twoColFixLtHdr #footer a:link, a:visited { 
	font-weight: bold;
	color: #987227;
	}
.twoColFixLtHdr #footer a:hover { 
	font-weight: bold;
	color: #567b1c;
	}

.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. */
}
.fltlft { /* this class can be used to float an element left in your page */
}
.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;
}
.hilight {
	color: #84adc2;
	font-weight: bold;
	}
.aside {
	font-size: 11px;
	font-style: italic;
	color: #888888;
	}

.photo {
	margin-bottom: 3px;
	}
.photocaption {
	font-size: 10px;
	color: #555555;
	}