@charset "utf-8";
body, h5, p {
	color : #000000;
	background : #ffffff;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt; 
}
h2, h3 {
	font-size: 14pt;
}
.twoColFixLtHdr #container {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header, #sidebar1, #footerNav  {
	display: none;
} 
.twoColFixLtHdr #myLinks {
	margin-top: 40px;
	margin-left: 15px;
	width: 200px;
}	
.twoColFixLtHdr #siderbar1 nav {
	clear: left;
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	}
.twoColFixLtHdr #mainContent {
	margin: 0px;
	border-left-width: 0px;
	border-left-style: none;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixLtHdr #container #mainContent .lpart .lpage a {
	text-decoration: underline;
	font-size: 12pt;
}

.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: #000000;
	text-align: left;
	font-size: 10pt;
}
.twoColFixLtHdr #copyright {
	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;
	text-align: left;
	color : #000000;
    background : #ffffff;
    font-family : "Times New Roman", Times, serif;
    font-size : 10pt; 
}

#mainContent li {
	font-size: 100%;
}
#references ul {
	list-style-type: none;
	text-indent: -40px;
}

