body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #CCCCCC;
	font-size:11pt;
	width: auto;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #000000;
	padding: 45px 0px 25px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
}
.oneColLiqCtrHdr #nav {
	background: #2b2019;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	margin: 0px;
}

.oneColLiqCtrHdr #clrline1 {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3c332b;
	text-align: center;
	height: 1px;
	background-image: url(images/dr-clr-line1.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
.oneColLiqCtrHdr #footer {
	padding: 10px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	text-align: center;
} 
.oneColLiqCtrHdr #copy {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 9px;
	color: #6E533E;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	margin: 0;
	text-align: center;
	width: 1000px;
}
.tdContent {
	overflow: auto;
	position: relative;
	width: 615px;
	margin: 20px 15px 20px 15px;
	text-align: justify;
}

#content{
	position: relative;
	top: 20px;
	left: 15px;
	width: 615px;
	overflow:auto;
	background-color: #20170f;    /* background: #20170f; */
}

#txtframe{
	position: relative;
	top: 20px;
	left: 15px;
	width: 615px;
	height: 500px;
	overflow:auto;
	background-color: #2B2019;    /* background-color: #2B2019; */
	scrollbar-base-color: #7e7976;
	scrollbar-arrow-color: #7e7976;
	scrollbar-3dlight-color: #2b2019;
	scrollbar-darkshadow-color: #2b2019;
	scrollbar-face-color: #2b2019;
	scrollbar-highlight-color: #7e7976;
	scrollbar-shadow-color: #7e7976;
	scrollbar-track-color: #7e7976;
	text-align: justify;
	margin-right: 15px;
	margin-bottom: 35px;
	padding-right: 15px;
}

.showsInfo{
	font-size:10pt;
	text-align:left;
}

A {
	text-decoration: none;
	color: #fff;
}

A:Hover {
	text-decoration: underline;
	color: #f6be38;
}

ul.menu {
list-style-type:none;
position:relative;
display:block;
font-size:12pt;
font-family:"Times New Roman", Times, serif;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:7px 0;
}

ul.menu li a {
float:center;
color:#fff;
text-decoration:none;
height:37px;
padding:7px 0;
}

ul.menu li a:hover,.current {
color:#f6be38;
text-decoration:none;
}

ul.menu .current a {
color:#f6be38;
}

/*Brown*/
ul.menu.brown{
background-color:#2b2019;
}
ul.menu.brown li a:hover, .menu.brown li.current {
background-color:#2b2019;
}
