@charset "UTF-8";
#apDiv1 {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Andale Mono", "Arial Narrow", "Futura Medium", "American Typewriter";
	font-size: small;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: small;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtr #mainContent {
	font-size: small;
	letter-spacing: 0em;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
h1 {
	font-size: 13px;
	font-weight: lighter;
	letter-spacing: 12px;
	padding-left: 10px;
	font-family: "Andale Mono", "Arial Narrow", "Futura Medium", "American Typewriter";
}
h2 {
	font-size: 13px;
	font-weight: lighter;
	letter-spacing: 5px;
	padding-left: 10px;
	font-family: "Andale Mono", "Arial Narrow", "Futura Medium", "American Typewriter";
}
.text {
	font-size: 13px;
	letter-spacing: 0px;
	left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.back {
	text-align: left;
	font-family: "Andale Mono", "Arial Narrow", "Futura Medium", "American Typewriter";
	color: #000000;
	text-indent: 15px;
}
.home {
	font-family: "Andale Mono", "Arial Narrow", "Futura Medium", "American Typewriter";
}
.oneColLiqCtr #container #mainContent .text {
	font-family: "Andale Mono", "Arial Narrow", "Futura Medium", "American Typewriter";
}

