body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #EBEBEB;
	margin: 0; 
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColLiqHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00792E;
	text-align: left;
	margin-top: 0 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #DEDDDD;
	padding: 0px;
} 

.thrColLiqHdr #header { 
	background: green; 
	padding: 0 0px;  
} 
.thrColLiqHdr #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: 70px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 270px;
	background-color: #CDCDCD;
	padding: 10px;
	border-bottom-width: 20px;
	border-bottom-style: none;
}

.thrColLiqHdr #sidebar3 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 580px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	padding-top: 0px;
	padding-right: 15;
	padding-bottom: 15px;
	padding-left: 0;
}

.thrColLiqHdr #mainContent {
	background: #E4E3E3;
	padding: 0 0px;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	
}

.thrColLiqHdr #mainContentarea {

	background: #E4E3E3;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	text-align:left;
	float:left;	
}

.thrColLiqHdr #mainContentarea2 {

	background: #E4E3E3;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	text-align:left;
	float:left;
	width:500px;
	min-height:550px;
}

.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00792E;
} 

.thrColLiqHdr #topmenu1 {
	padding: 0 0px;; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #00792E;
	width:99%;
} 

.thrColLiqHdr #topmenu2 {
	margin: 0 0px; /* this is the band with the links in at the top */
	padding: 0 0px;; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/main-table-bg.jpg);
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
} 


.thrColLiqHdr #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 */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.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;
}

/* Visual Elements */

.hometablea {
	background-image: url(images/main-table-bg.jpg);
	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: #FFFFFF;
	border-left-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.hometableb {
	background-image: url(images/top-bg.jpg);
	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: #BABABA;
	border-left-color: #BABABA;
    border-bottom-color: #BABABA;
	border-right-color: #BABABA;
	}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
B {
leftmargin: 0px; topmargin: 0px; marginwidth: 0px; marginheight: 0px; }

P {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; color: #000000
}
H1 {
		font-weight: 800; FONT-SIZE: 14px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; color: #00792E;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
hr {  color: #00792E}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #00792E;}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #00792E;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}



a:link.small {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.small  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
a:visited.small   {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.small   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #00792E;
	text-decoration: none;
	font-weight: bold;

}
a:active.small   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* Horizonal main menu across top */

.table
{
background: red;

}
.table ul
{
float:left;
margin:0;
padding:0;
border:1px solid #FFFFFF;
}
.table ul li
{
list-style:none;
padding:5px 5px;
float:left;
}
.table ul li.title
{
font-weight:bold;
background: #CCCCCC;
color:#ffffff;
}
.table ul li.even; 
{
background:#fffff; 
}
.table ul li.odd
{
background: #FFFFE6;
}


.mybtn
{
	background-color:#880527;
	color:White;
	width:100px;
	height:30px;
}
