@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: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 100%; /* 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. */
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #header {
	padding: 0;
	background-repeat: repeat-x;
	background-color: #000000;
	background-image: url(images/lines.jpg);
	text-align: justify;
}
.oneColLiqCtrHdr #menu       {
	background-image: url(images/menustripes.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height: 129px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7%;
}
.oneColLiqCtrHdr #container #menu #button {
	height: 1.655em;
	width: 90%;
	padding: 0px;
/*	background-color: #000000; */
	text-align: left;
	margin: 0px;
}
.oneColLiqCtrHdr #container #menu #button2 {
	height: 1.655em;
	width: 90%;
	padding: 0px;
/*	background-color: #022600; */
	margin: 0px;
}
.oneColLiqCtrHdr #container #menu #button3 {
	height: 1.655em;
	width: 90%;
	padding: 0px;
/*	background-color: #034B02;  */
	margin: 0px;
}
.oneColLiqCtrHdr #container #menu #button4 {
	height: 1.655em;
	width: 90%;
	padding: 0px;
/*	background-color: #057803;  */
	margin: 0px;
}
.oneColLiqCtrHdr #container #menu #button5 {
	height: 1.655em;
	width: 90%;
	padding: 0px;
/*	background-color: #06A004;   */
	margin: 0px;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0;
	background-color: #000000;
	background-image: url(images/greenstripes.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 508px;
}

.oneColLiqCtrHdr #mainContentRegular {
	padding: 0;
	background-color: #FFFFFF;
	width: 100%;
}

.oneColLiqCtrHdr #footer {
	background-image: url(images/footer.jpg);
	padding: 0;
	margin: 0px;
} 

.oneColLiqCtrHdr #footer2 {
	padding: 0;
	margin: 0px;
	background-color: #000000;
} 
.subPageImage {
	padding-top: 30px;
}


.tagtext {
	font-family: "Trebuchet MS", Arial, "Helvetica Condensed", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
}
.tablehome {
	background-image: url(images/maincontent_bg.gif);
	background-repeat: no-repeat;
	width: 900px;
}
.tabletext {
	font-family: "Trebuchet MS", Arial, "Helvetica Condensed", sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.tableNotHomeText {
	font-family: "Trebuchet MS", Arial, "Helvetica Condensed", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.tableNotHomeTextMED {
	font-family: "Trebuchet MS", Arial, "Helvetica Condensed", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #000000;
}

.tableNotHomeTextBold {
	font-family: "Trebuchet MS", Arial, "Helvetica Condensed", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.menuText {
	font-family: "Trebuchet MS", Arial, "Helvetica Condensed", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}
.menuText a {
	font-family: "Trebuchet MS", Arial, "Helvetica Condensed", sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.tableNotHomeTextLG {
	font-family: "Trebuchet MS", Arial, "Helvetica Condensed", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.tableNotHomeTextSM {
	font-family: "Trebuchet MS", Arial, "Helvetica Condensed", sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 9px;
}

.tableNotHomeText    a     {
	text-decoration: none;
	color: #057803;
}


.footertext    {
	font-family: "Trebuchet MS", Arial, "Helvetica Condensed", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 3em;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
}

.footertext  a  {
	font-family: "Trebuchet MS", Arial, "Helvetica Condensed", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
