@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	vertical-align: middle;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.oneColLiqCtrHdr #header {
	background: #FFFFFF;
	padding: 0px 0px 1px 0px;
	background-image: url(images/header-banner.jpg);
	background-repeat: repeat-x;
	min-width: 500px;
	margin: 0 auto 0 auto;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0 auto 0 auto; /* 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: 12px 0 173px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border: 5px;
	border-color: #333333;
	width: 810px;
}
.oneColLiqCtrHdr  a:link {
	color: #0066ff;
}
.oneColLiqCtrHdr a:visited {
	color: #0066ff;
}
.oneColLiqCtrHdr a:hover {
	color: #0000FF;
}

.oneColLiqCtrHdr  img   {
	border: 0;
}
.oneColLiqCtrHdr #container #header td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-bottom: 0px;
}
.oneColLiqCtrHdr #container #header table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 0px;
	width: 100%;
	margin: 0 0 0px 0;
	padding: 0 0 2px 0;
}
.oneColLiqCtrHdr #container #header tr {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 50px 20px 125px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	min-width: 500px;
}
.oneColLiqCtrHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: capitalize;
	color: #0066FF;
	padding: 0 0 1px 0;
	margin: 0 0 8px 0;
	background-position: bottom;
	background-image: url(images/dot1x1.gif);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0066FF;
	margin: 10px 0 0px 0;
}


.oneColLiqCtrHdr #container #mainContent ul {
	margin: 3px 0 0 0;
	padding: 0 0 0 14px;
}

.oneColLiqCtrHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	padding: 0px 0 5px 0;
	margin: 2px 0px 0px 0px;
}
.oneColLiqCtrHdr #container #mainContent li {
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 0 0 0 14px;
}
.oneColLiqCtrHdr #container #mainContent tr {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
.oneColLiqCtrHdr #container #mainContent table {
	margin-left: 0px;
	margin-right: 0px;
}
.oneColLiqCtrHdr #footer {
	padding: 1px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	min-width: 500px;
	background-image: url(images/dot1x1.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
} 
.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 */
	font: 10px;
}
.oneColLiqCtrHdr #container #footer tr {
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}
.oneColLiqCtrHdr #container #footer table {
	margin-left: auto;
	margin-right: auto;
}
.oneColLiqCtrHdr #container #footer a {
	font-size: 10px;
}
.arrowlistmenu{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	max-width: 800px;
	min-width: 500px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #0066ff;
	margin-bottom: 0px;
	padding: 0px 0 0px 0px; /*header text is indented 10px*/
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.arrowlistmenu .menuheader a:hover {
	margin-bottom: 0px;
	padding: 0px 0 0px 0px; /*header text is indented 10px*/
	cursor: pointer;
	font-weight: bolder;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.arrowlistmenu h3 {
	margin: 11px 0 2px 0;
	padding: 0 0 0 0;
	font-style: normal;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0; /*bottom spacing between each UL and rest of content*/
	font-size: 11px;
}
#tgbg {
	min-width:500px;
	max-width:800px;
	border:0px red solid;
	margin: 0 auto;
	font-family: Courier New, Courier, monospace;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
}
