@charset "UTF-8";
body  {
}
.twoColFixLtHdr #container { 
	background-image: url(../images08/structure/sidebar_bkgd.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header { 
	padding: 0;  /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	color: #314961;
}
.twoColFixLtHdr #sidebar1 p {
	color: #314961;
	font-size: 12px;
	line-height: 1.7em;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 ul, li {
	color: #314961;
	font-size: 11px;
	line-height: 1.7em;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 p a {
	text-decoration: none
	}
.twoColFixLtHdr #sidebar1 p a:link {
	color: #3c566e;
	}
.twoColFixLtHdr #sidebar1 p a:visited {
	color: #3c566e;
	font-weight: normal;
	}
.twoColFixLtHdr #sidebar1 p a:hover {
	color: #eee;
	}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 270px; /* 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-right: 25px; /* 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: 18px;
	color: #3c566e;
	}
.twoColFixLtHdr #mainContent h3 { 
	font-size: 13px;
	color: #DBA741;
	border-bottom: solid 1px #dba741;
	}
.twoColFixLtHdr #mainContent h4 { 
	font-size: 12px;
	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: 10px;
	padding: 0 5px 0 20px; /* 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	}