ul li {
	list-style-image: url(../images/bullet.jpg);
}
.lil {
	list-style-type:circle;
}

a
{
	color:#761818;
}

iframe{
	text-align:right;
	border: thin #CCC; 
	overflow: hidden; 
	width: 94px; 
	height: 50px;
	margin:10px 0 0 0;
	}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	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;
}

.title, b{
		font-size:12px;
		color:#761818;
	}

.thrColLiqHdr #container {
	width: 100%;  /* this will create a container 100% of the browser width */
	background: #FFFFFF;
	text-align: left;
} 

.thrColLiqHdr #header {	
	text-align:left;	
	background-image: url(../images/maroonBg.jpg);
	width: 78%; /* since this element is floated, a width must be given */
	height: 150px;
}

.thrColLiqHdr #headerRight {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	text-align:right;	
	background-image: url(../images/maroonBg.jpg);
	width: 22%; /* top and bottom padding create visual space within this div */
	height: 150px;
}

.thrColLiqHdr #mainContent {
	margin: 1% 0% 0 1%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	border: 0px; /* solid #E9DAC4;*/
}
.thrColLiqHdr #mainContent1 {
	margin: 1% 22% 0 17%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	border: 0px; /* solid #E9DAC4;*/
}
.thrColLiqHdr #mainContent2 {
	margin: 2% 22% 0 17%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	border: 0px; /* solid #E9DAC4;*/
}

#overlay1 {
	border: 1px; solid #000000;
}