@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-image: url(Images/back_1.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #ffffff;
}
.oneColLiqCtr #container {
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	margin-left: 200px;
	padding-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.oneColLiqCtr #Header {
	margin-left: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #553b39;
	background-color: #584f52;
}
.oneColLiqCtr #footer {
	margin-left: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2c2ac;
	height: 60px;
	padding-left: 35px;
	vertical-align: baseline;
}
.oneColLiqCtr #LeftMenu {
	float: left;
	width: 180px;
	padding-top: 0px;
	height: 100%;
}
.oneColLiqCtr #leftItems {
	float: left;
	width: 160px;
	padding-top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding-left: 5px;
}
#LeftMenu ul {
list-style: none;
padding: 0;
margin: 0;
}
#LeftMenu li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #683d62;
	height: 24px;
	width: 160px;
	text-decoration: none;
	list-style-type: none;
}
#LeftMenu li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: 20px;
	width: 180px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	color: #553b39;
} 
#LeftMenu li a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	height: 20px;
	width: 180px;
	line-height: 20px;
	font-weight: bold;
	color: #ded4d3;
	display: block;
	padding-left: 20px;
	background-image: url(Images/back_over_1.jpg);
	background-repeat: no-repeat;
} 
#mainContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #8a9a9a;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8a9a9a;
}
#mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #8a9a9a;
	font-variant: small-caps;
} 
#mainContent a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #8a9a9a;
} 
#mainContent a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #683d62;
	text-decoration: none;
} 

