.twoColFixLt #container { 
	width: 921px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* 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: #8CCB30; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px;
}
.twoColFixLt #logo {
	background-position: center;
	padding-top: 6px;
	padding-bottom: 16px;
	padding-left: 7px;
}

.twoColFixLt #miniCalendarBox {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #C0DE7D;
}
.twoColFixLt #miniCalendarNav {
	background-color: #C0DE7D;
	margin: 0px;
	width: 173px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.twoColFixLt #miniCalendarKey {
}
.twoColFixLt #miniCalendarKey UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 8px 0px 10px;
	list-style-position: outside;
	padding-left: 25px;
}
.twoColFixLt #miniCalendarKey LI {
	padding-top: 0px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 12px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
	}

.twoColFixLt .oth_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #263E00;
	font-weight: bold;
	line-height: 16px;
	margin: 10px;
}
.twoColFixLt .oth_address p {
	padding-left: 22px;
	margin: 0px 0px 5px;
}
.twoColFixLt .oth_addresshead {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.5pt;
	color: #FFFFFF;
	padding-left: 22px;
	margin: 0px;
}




.twoColFixLt #mainContent {
	margin: 0 0 0 216px;
} 
.twoColFixLt #tenantNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-top: 12px;
}
.twoColFixLt #tenantNavigation h1 {
	display: inline-block;
	float: left;
	font-size: 10px;
	color: #ccc;
	text-align: right;
	width: 57px;
	margin: 0px;
}
.twoColFixLt #tenantNavigation ul {
	width: 307px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 62px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
	}
	
.twoColFixLt #tenantNavigation li {
	color: #8CCB30;
	margin-top: 0px;
	margin-bottom: 6px;
}
.twoColFixLt #tenantNavigation li a {
	color: #8CCB30;
	text-decoration: none;	
}

.twoColFixLt #tenantNavigation li a:link, .twoColFixLt #tenantNavigation li a:visited, .twoColFixLt #tenantNavigation li a:active {
	color: #8CCB30;
	text-decoration: none;	
}
.twoColFixLt #tenantNavigation li a:hover {
	color: #8CCB30;
	text-decoration: underline;	
}
.twoColFixLt #celebrates {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5B8719;
	color: #FFFFFF;
}

#footerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #777;
	letter-spacing: 1px;
	margin-bottom: 5px;
	bottom: 10px;
	position: relative;
	text-align: right;
	width: 650px;
	float: right;
	margin-top: 10px;
}
#footerText a:link, #footerText a:visited, #footerText a:active {
	color: #777;
	text-decoration: none;	

}
#footerText a:hover {
	color: #777;
	text-decoration: underline;	

}

.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;
}

