@charset "UTF-8";
/* CSS Document */

 
 
.twoColFixLt #container {
	width: 705px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	padding: 0px 20px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 10px 10px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 300px; /* 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: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLt #container #sidebar1 li {
	font-size: 12px;
	padding-bottom: 10px;
}
 
 
 div.figure-left {
	float: left;
	margin: 0em 20px 0em 0em;
	overflow: visible;
}
div.figure-left p {
	text-align: left;
	font-style: italic;
	font-size: 9px;
	text-indent: 0;
}

 div.figure-right {
	float: right;
	margin: 0em 0em 0em 10px;
	padding: 0em;
}
div.figure-right p {
	text-align: right;
	font-style: italic;
	font-size: 10px;
	text-indent: 0;
}
