﻿body {
	background-color: #9999FF;
	margin: 0px;
}
.layoutTable {
	margin: 0.5em 0.5em 0.5em 0.5em;
}
.layoutTable hr {
	color: #0000FF;
	border-style: solid;
}
.headerHeading {
	font-family: "Berlin Sans FB";
	font-size: 2.5em;
	font-style: italic;
	color: #000000;
	text-align:center;
	vertical-align: top;
}
.headerSubheading {
	font-family: "Berlin Sans FB";
	font-size: 1.5em;
	font-style: italic;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	padding-top: 0.5em;	
}
.headerLeft {
	
}
.headerCenter {
	background: url(/images/drypowder2.png);
	background-repeat:no-repeat;
	background-position: center;
}
.headerRight {
	font-family: "Berlin Sans FB";
	font-size: 1.0em;
	text-align: right;
	white-space: nowrap;
}
.pageHeading {
	font-family: "Berlin Sans FB";
	font-size: 2.0em;
	font-style: italic;
	color: #000000;
	text-align: left;
	padding-right: 10px;
}
.subHeading {
	font-family: "Berlin Sans FB";
	font-size: 1.75em;
	font-style: italic;
	color: #000000;
	text-align: center;
	padding-top: 1em;
	padding-right: 10px;
}
.subSubHeading {
	font-family: "Berlin Sans FB";
	font-size: 1.25em;
	font-style: italic;
	color: #000000;
	text-align: center;
	margin-top: 1em;
}
.highlightedText {
	font-family: "Berlin Sans FB";
	font-size: 1.25em;
}
.structureHeading {
	vertical-align: top;
}
.structureNav {
	vertical-align: top;	
	padding-right: 1.26em;
}
.structureBody  {
	vertical-align: top;
	width: 90%;
	padding-right: 1.26em;
}
.structureBody hr {
	margin: 0px 15% 0px 15%;
}
.quoteAuthor {
	text-align: right;
	font-weight: bold;
	margin-top: -1.4em;
	padding-right: 1em;
}
.quoteBody {
	font-family: "Berlin Sans FB";
	font-size: 1.35em;
	font-style: italic;
	padding: 0em 4em 0em 4em;
}
a {
	text-decoration: none;
	color: #0000FF;
	background-position: inherit;
	background-repeat: inherit;
	background-image: none;
	padding-right: 0px;
}
a[href*="http://"] {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(/images/externalsite.png);
	padding-right: 17px;
	background-color: #A8A8FF;
}
a[href*=".pdf"], a[href*=".PDF"] {
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(/images/pdf_logo.png);
	padding-left: 18px;
	padding-right: 0px;
}
.dividedTable {
	border-collapse: collapse;
	width: 100%;
}
.dividedTable td {
	white-space: nowrap;
	padding: 0.35em;
	border-bottom: 1px solid #000000;
}
a:hover {
	color:#FFFFFF;
}
p {
	font-family: Verdana;
	font-size: 1.0em;
}
table {
	font-family: Verdana;
	font-size: small;
}
hr {
	color: #0000FF;
}
img {
	border-style: none;
}
/* For Sale Or Trade Table */
.buyselltable {
	border-width: thin;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
/* For Sale Or Trade Images */
.buyselltable a[href*=".jpg"]
, .buyselltable a[href*=".bmp"]
, .buyselltable a[href*=".JPG"]
, .buyselltable a[href*=".BMP"]
, .buyselltable a[href*=".jpeg"]
, .buyselltable a[href*=".JPEG"] {
	background-color: #8A8AFF;
}
/* The first TD in the first Row (For Sale / Wanted / etc.) */
.buyselltable tr:first-child td:first-child {
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
	width: 10%;
}
/* The second TD in the first Row (Posted Date) */
.buyselltable tr:first-child td:first-child + td {
	font-style: italic;
	font-size: x-small;
}
/* The third TD in the first Row (Contact Information) */
.buyselltable tr:first-child td:first-child + td + td {
	width: 80%;
	text-align: right;
}
/* The ad cell */
.buyselltable tr + tr > td {
	padding-left: 35px;
	border-width: 1px;
	border-color: #0000FF;
	border-bottom-style: solid;
	padding-bottom: 20px;
}
