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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #FFFFFF;
	color: #000000;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin: 0;
	padding: 0;
}
.oneColLiqCtr #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. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	line-height: normal;
	color: #000;
	text-decoration: none;
	float: none;
	font-variant: normal;
	white-space: nowrap;
	height: auto;
	width: auto;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	line-height: normal;
	color: #000;
	text-decoration: none;
	float: none;
	font-variant: normal;
	white-space: normal;
	height: auto;
	width: auto;
}
#title {
	font-size: 10px;
	margin-top: -10px;
}
.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	line-height: normal;
	color: #000;
	text-decoration: none;
	float: none;
	font-variant: normal;
	white-space: normal;
	height: auto;
	width: auto;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #9F9361;
}
a:active {
	text-decoration: none;
	color: #000;
}
.Menu {
	float: none;
	height: auto;
	width: auto;
	position: absolute;
}
#apDiv2 {
	position:absolute;
	width:654px;
	height:55px;
	z-index:1;
	left: 279px;
	top: 300px;
}
.imgLeft, .imgRight {
  margin: 5px;
}
.imgLeft {
  float: left;
  margin-left: 0px;
}
.imgRight {
  float: right;
  margin-right: 0px;
}
.Copy {
	margin-top: 30px;
	margin-right: 52px;
	margin-bottom: 0px;
	margin-left: 49px;
	text-align: left;
	font-size: 12pt;
}
#flashContainer {
}

