@charset "UTF-8";
body  {
	background: #FFF;
	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: 100%;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header h1 {
	font-size: 0.85em;
	text-align: center;
}
.twoColFixLtHdr #header h4 {
	font-size: 0.85px;
	color: #666;
	font-weight: lighter;
	font-style: italic;
}
.twoColFixLtHdr #photoCaption {
	font-size: 0.75em;
	font-style: italic;
	font-weight: lighter;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	margin-bottom: 1.4em;
	padding-top: 0.5em;
}
.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: #FFF;
	font-size: 0.85em;
	padding: 0px 10px;
	border-right: thin solid #666;
	margin-top: 28px;
}
.twoColFixLtHdr #sidebar1 h4 {
	font-size: 1.1em;
	margin: 0px;
	padding-top: .5em;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	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: #FFF;
	font-size: 1.1em;
	margin-bottom: .6em;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent h1  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	padding-bottom: .5em;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent h4 {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent h5 {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent p {
	font-size: 0.9em;
	font-weight: lighter;
	margin-bottom: 0.9em;
	padding-right: 20px;
	padding-left: 10px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	margin: 0px 0px 2px;
} 
.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 */
	text-align: center;
	font-size: 0.75em;
	font-style: normal;
	color: #666;
}
.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;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
ul {
	font-size: 0.9em;
	text-indent: 2em;
}
