@charset "utf-8";
/* CSS Document */


BODY{

	
	background: #B9BBBD url(http://dealerlinks.net/images/bg1.gif) 0 0 repeat-x;
	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 */
	background-repeat: no-repeat;

color:#000066; 

font-size: medium;

	border-width:medium; 
	border-top-color:rgb(153,153,153); 
	border-right-color:rgb(102,102,102); 
	border-bottom-color:rgb(102,102,102); 
	border-left-color:rgb(153,153,153); 
	border-top-style:outset; 
	border-right-style:inset; 
	border-bottom-style:inset; 
	border-left-style:outset;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px;

}

FONT

{

color:#000000; 
font-size:medium; 
font-weight:bold; 
text-decoration:none; 
background-color:#999999;
}

A{color:#000000; }
A:Visited{color:#0000CC}
A:Hover{color:#009933;}

.style4 {color: #ffffff}
a:link {
	color: #000000;
}
a:visited {
	color: #00FF33;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
th {
	color: #000000;
	font-family: Courier New, Courier, mono;
	font-size: small;
}
td {
	color: #000000;
	font-family: Courier New, Courier, mono;
	font-size: small;
}
body {
	color: #000000;
	font-family: Courier New, Courier, mono;
	font-size: small;
}
.style5 {
	font-style: italic;
	font-weight: bold;
}
.style6 {font-style: italic}
.style7 {
	font-size: large;
	font-weight: bold;
}
.style9 {font-size: large; font-weight: bold; color: #000066; }

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
li {
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}


.oneColLiqCtrHdr #container {
	width: 80%;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColLiqCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
	
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #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 */
}
