body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
    background: #fff;
    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;
	
	background-repeat:no-repeat;
}

.thrColLiqHdr #container {
    width: 800px;  /* 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 #ccc;
    text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Graphics/back1b.jpg);
    background-repeat:repeat-y;*/
	

}

.thrColLiqHdr #container1 {
    width: 800px;  /* 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 #ccc;
    text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Graphics/back.jpg);
    background-repeat:repeat;
	

}

#tblHome
{
width:800px;
font-size:12px;
color:#000;
letter-spacing:1px;
}

#tblContent
{
width:800px;
font-size:12px;
color:#000;
letter-spacing:1px;
}


p
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
letter-spacing:1px;
}

p.subTitle
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#770000;
letter-spacing:1px;
font-weight:bold;
}

ul li
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
letter-spacing:1px;
line-height:20px;

}

a
{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a:link
{
text-decoration:none;
}

a:hover
{
text-decoration:none;
color:#990000;
}

a:visited
{
text-decoration:none;
color:navy;
}

hr.hr_50
{
height:1px;
background-color:#CCCCCC;
color:#CCCCCC;
width:50%;
text-align:left;
}

ul.list li
{
color:#000;
}