@charset "UTF-8";
body {
	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;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	background-color: #FFF;
	font-weight: normal;
	line-height: 20px;
}
a {
	color:#000;
	text-decoration: none
}
a:hover {
	color:#333;
	text-decoration: underline;
}
option {
	font-family: "Lucida Console", Monaco, monospace;
}
.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 0px none #FFF;
	height: 100%;
	max-width: 780px;
}
.oneColLiqCtr #mainContent {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColLiqCtr #footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 20px;
}
.oneColLiqCtr #footerL {
	float: left;
	bottom: 0px;
	text-align: left;
	width:auto%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 100%;
}
.oneColLiqCtr #footerR {
	float:right;
	bottom: 0px;
	right:0px;
	text-align: right;
	width:auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 100%;
}
.oneColLiqCtr #leftColumn {
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: bold;
	vertical-align: top;
	text-transform: capitalize;
}
.oneColLiqCtr #rightColumn {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}
h1 {
	line-height: normal;
}
#displayCells {
	padding-top:5px;
	padding-bottom:5px;
	background-color: #EEE;
	}
#spacedImage {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}
#caption {
	font-size: 80%;
	color: gray;
}
#dynSizeImage {
	width: 99%; height: auto;
}
#details {
	font-size: 80%;
	font-style: italic;
	color: gray;
}
option.optionBold {
	font-weight: bold;
	font-variant: normal;
	line-height: 110%;
}
