.oneColLiqCtr #container {
	width: 100%;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0px 2px 0px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/backdrop.gif);
}
.oneColLiqCtr #header {
	background-color: #ff9900;	
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #336633;
	background-color: #FF9900;
	background-position: center;
	text-align: center;
	vertical-align: middle;
}
.navbody {
	background-color: #FF9900;
	word-spacing: normal;
	white-space: nowrap;
	clear: none;
	float: none;
}
.showmenu {
	overflow: visible;
	z-index: 10;
}
.navpic {
	white-space: nowrap;
	clear: both;
	float: none;
	border: 1px;
	margin: 0px;
	padding: 0px;	
}
.welcomemsg {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: none;
	background-color: #336633;
	text-align: justify;
	color: #FF9900;
	vertical-align: top;
	font-size: 14px;
	font-variant: normal;
	border: 1px outset;
	font-style: normal;
	margin: 0px 20px;
	padding: 0px;
}
.conditions {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #FF9900;
	text-align: center;
	color: #2d6316;
	vertical-align: middle;
	font-size: 12px;
}
.maintable {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	
}
.bignbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
.maintablehead {
	background-color: #FF9900;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.whoweare {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	word-spacing: normal;
	margin: 10px;
	border: 1px ridge #FF9900;
	padding: 20px;
}
.conditiondata {
	font-family: "Courier New", Courier, mono;
	text-align: center;
	vertical-align: middle;
}
.picspace {
	padding: 0px 0px 0px 10px;
	margin: 0px 10px 10px;
}
.pagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pagetextheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}



.opengreen {color:#336633; font-size:18px; background-color:#CCCCCC;}



.closedred {color:#FF0000; font-size:18px; background-color:#CCCCCC;}
.rights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a {
  text-decoration: none;
}
.oneColElsCtr #container {
	width: 46em;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
