@charset "UTF-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #835516;
	background: #f6dc97 url(images/bg.png) left top no-repeat;
}

a { 
	color: #835516;
	text-decoration: none;
}
a:hover { 
	color: #666;
	text-decoration: none;
}

a img {border: none}

ul {list-style-type:none; color:#000; padding: 5px; margin: 10px 0 0 5px}

p, li {margin: 5px 0; font-size: 85%; line-height: 1.5}
h3,h4 {margin: 8px 0 2px 0; color: #666; font-size: 105%; font-weight:normal}
h1 {color:#333; font-size: 150%; margin: 7px 0; font-weight:normal}
h2 {border-bottom:1px dotted #666; font-weight:normal}

.twoColLiqLtHdr #container { 
	width: 974px;
	*width: 994px;
	margin: 0 auto;
	text-align: left;
} 
.twoColLiqLtHdr #header { 
	padding: 0;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
	font-size: 100%;
}

.twoColLiqLtHdr #sidebar1 {
	float: left;
	clear:none;
	width: 180px;
	padding: 15px 0;
}

.twoColLiqLtHdr #sidebar1 img {
	padding: 5px 0;
}

.twoColLiqLtHdr #sidebar2 {
	float: left; 
	width: 180px;
	padding: 15px 0;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 0;
	margin-right: 10px;
    font-size: 100%;
}

.twoColLiqLtHdr #sidebar2 h3 {
	padding: 5px;
    font-size: 125%;
	color:#333;
	background: #d0b67f;
	width:168px;
	text-align:center;
	margin:0;
	border-left:1px solid #333;
	border-right:1px solid #333;
}
.twoColLiqLtHdr #sidebar2 p { 
	color:#333;
	font-size: 80%;
}

.bg-p { 
	background:#fff;
	padding:5px;
	border: 1px solid #333;
}

.twoColLiqLtHdr #mainContent { 
	margin: 10px 20px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	width:500px;
	float: left;
} 
.twoColLiqLtHdr #mainContent a {
	color:#666;
	text-decoration:none;
}
.twoColLiqLtHdr #mainContent a:hover {
	color:#999;
	text-decoration:none;
}
.twoColLiqLtHdr #mainContent ul {
	margin-top: 5px;
	color:#666;
	list-style-type:square;
	padding-left:20px
}
.twoColLiqLtHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#555;
	font-weight:normal;
	border-bottom:1px solid #555;
	padding-bottom:3px;
}


.twoColLiqLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f6dc97;
	margin-top: 30px
} 
.twoColLiqLtHdr #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 */
	border-top:1px solid #835516;
	color:#555
}

.twoColLiqLtHdr #footer span { color:#666; font-size:70%; padding:0 0 10px 0}

/* 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;
	clear:none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	clear:none;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.img-logo {
	border-bottom:5px solid #835516;
	border-left:1px solid #835516;
	border-right:1px solid #835516;
}
.img-header {
	float:left;
	padding-left:40px;
}
.map {
	border:1px solid #000; margin:5px 0;
	width:425px
}
.current {
	color:#333;
	font-weight:bold;
	border-bottom:1px dotted #333;
	padding:2px
}

.pad{padding: 15px}