
body
{
	background: url(../images/bg.gif);
	background-repeat:repeat;
	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 */
    font-size:12pt;
}

.oneColLiqCtr #container
{
	width: 800px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColLiqCtr #mainContent
{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#e37543;
}

#repeat
{
	background-image:url(../images/repeat.gif);
	background-repeat:repeat-y;
}

td.left
{
	padding-left:61px;
}

td.left table tbody tr td a img
{

}

td.right
{
	width:356px;
	padding-top:75px;
	padding-left:30px;
	background:url(../images/tab.gif);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#4e4f60;
	line-height:16pt;
}

p
{
    padding-bottom:0;
    margin-bottom:0;
}

td.right p
{
	padding-right:60px;
}

#logo
{
	padding-bottom:31px;
}

.welcome
{
	font-size:14pt;
}

.subhead
{
	font-size:12pt;
}

td.bottom
{
	padding-left:61px;
}

.footer
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#46243c;
	padding-bottom:15px;
}

.footer a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#46243c;
	text-decoration:underline;
}

.home_nav td img
{
    padding:0px;
    margin:0px;
/*     border:solid 1px black; */
}
