@charset "UTF-8";
body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #660000;
	background-image: url(../images/frenchlilly80.jpg);
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #000000;
	padding-top: 20px;
}
.twoColFixLtHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 2em;
	width: 900px;
	padding: 20px;
} 
.imgleft {
	float: left;
	border: 4px solid #161514;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imgright  {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 4px solid #161514;
}
.twoColFixLtHdr   #sidebar1 ul  {
	float: left;
	background-color: #FFFFFF;
	list-style-type: none;
	margin: 0em;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 ul a {
	font-size: 20px;
	text-decoration: none;
	display: block;
	color: #660000;
	border: 4px solid #660000;
	background-color: #FFFFCC;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
	margin-bottom: 10px;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 ul a:hover {
	color:#FF9966;
}
.twoColFixLtHdr #mainContent {
	margin-left: 160px;
	padding-right: 20px;
	padding-left: 30px;
	color: #660000;
	border: 4px solid #660000;
	background-image: url(../images/chartreslogga100-120px.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFCC;
	line-height: 110%;
} 
.twoColFixLtHdr #container #mainContent a {
	color: #660000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #FF9966;
}
.twoColFixLtHdr #container #footer a {
	color: #660000;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #FF9966;
}
.twoColFixLtHdr #container #mainContent span {
	border: 4px solid #660000;
	display: block;
	padding-left: 20px;
	margin-bottom: 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 */
	color: #660000;
	font-weight: bold;
}
.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;
}
.fltlt {
	float: left;
}
.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;
}
