@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	background-color: #FFFFFF;
}

.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #330066;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColLiqCtrHdr #header {
	background-color: #330066;
	padding: 10px;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Adobe Caslon Pro", Georgia, "Times New Roman", serif;
	font-size: 24pt;
	font-weight: bold;
	color: #FFFFFF;
}

.oneColLiqCtrHdr #header .noindent {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.oneColLiqCtrHdr #mainContent .noindent { 
	text-indent: 0pt; 
	font-size: 12px; 
	background: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColLiqCtrHdr #header h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #330066;
} 
.oneColLiqCtrHdr #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.oneColLiqCtrHdr #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: #FFFFFF;
}

.oneColLiqCtrHdr #container #mainContent sup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}

.oneColLiqCtrHdr #mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}

.purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330066;
}

.oneColLiqCtrHdr #mainContent h1 {
	font-family: "Adobe Caslon Pro", Georgia, "Times New Roman", serif;
	font-size: 36px;
	font-weight: bold;
	color: #330066;
}
.oneColLiqCtrHdr #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330066;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
}
.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #330066;
}
.abstract {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666688;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-indent: 20px;
}
.oneColLiqCtrHdr #mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330066;
	font-weight: bold;
}
.references {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: -20px;
	margin-left: 20px;
}
.oneColLiqCtrHdr #bottomlinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
}
.tabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #330066;
	background-position: center bottom;
}
