@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: arial, sans-serif;
	font-size: 100%;
	background-color: #00001e;
}
.class1 A:link {
	text-decoration: none;
	color: #8994AA;
}
.class1 A:visited {
	text-decoration: none;
	color: #8994AA;
}
.class1 A:active {
	text-decoration: none;
	color: #8994AA;
}
.class1 A:hover {
	text-decoration: underline;
	color: #8994AA;
}
.oneColLiqCtrHdr #container {
	width: 90%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000;
	text-align: left;
	top: 20px;
}
.oneColLiqCtrHdr #content {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000;
	text-align: left;
	top: 20px;
}

.oneColLiqCtrHdr #header {
	padding: 20px 0px 0 0px;
	font-family: arial, sans-serif;
	text-align: left;
}
h1 {
font-size: 15px;
text-decoration: underline;
}
h2 {
font-size: 18px;
}
.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: arial, sans-serif;
}
.oneColLiqCtrHdr #nav {
border-right:1p #EEEEEE;
/*clear:both;*/
color:#DDDDDD;
float:left;
font-family:arial,sans-serif;
font-variant:small-caps;
font-weight:normal;
letter-spacing:0.3em;
margin-top:9px;
margin-left:auto;
margin-right:auto;
position:relative;
text-align:center;
vertical-align:middle;
font-size:14px;
width:200px;
line-height:30px;
}
.oneColLiqCtrHdr #dividerSprocket  {
	color: #EEE;
	width: 100%;
	background-image: none;
	background-repeat: repeat-x;
	float: left;
	font-family: arial, sans-serif;
	padding: 2px;
	text-align: left;
	visibility: inherit;
	clear: left;
	background-color: #005;
	height: 12px;
	margin: 1px;
	vertical-align: middle;
	white-space: nowrap;
}
.oneColLiqCtrHdr #mainContent {
color:#EEEEEE;
font-family:arial,sans-serif;
font-size:15px;
left:310px;
/*margin: -98px 0 0 110px;*/
padding:0 200px 0 0px;
position:absolute;
min-width:400px;
max-width:600px;
margin-left:auto;
margin-right:auto;
display:block;
}

.oneColLiqCtrHdr #picContainer{
padding: 0px;
display:block;
margin-left:auto;
margin-right:auto;
text-align:left;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	text-align: right;
	color: #DDD;
} 
.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 */
}
img.floatLeft {
	float: left;
	clear: both;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 0px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 

}
img.clearBoth {
	float: none;
	margin: 4px;
	clear: both;
}
.smallParagraph {
	font-size: 80%;
	font-family: arial, sans-serif;
	/*clear: both;*/
	margin: 0px;
	padding-top: 4px;
}
.H1grey {
	font-family: arial, sans-serif;
	font-size: 130%;
	font-variant: normal;
	color: #AAA;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(graphics/middleground_tile.png);
	background-repeat: repeat-x;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	padding-top: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005;
	border-right-color: #008;
	border-bottom-color: #008;
	border-left-color: #005;
	letter-spacing: 0.5em;
}
