html, body, p, div, td, li {
	font-family: Arial, sans-serif;
}
img {
	border: 0;
}

/* ----------------------------
	HEADER AND FOOTER STUFF
---------------------------- */

a
{
	color: #206;
}

span#mininav
{
	font-size: 11px;
	padding: 2px;
}

div.nav
{
	/* border-color: #994D00; */
	border-color: #802232;
	border-width: 1px 0 1px 0;
	border-style: solid;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 2px 0 2px 0;
	background-color: #E9CBAC;
	white-space: nowrap;
}

a.nav
{
	text-decoration: none;
	color: #000;
	background-color: #E9CBAC;
	border: 0px black solid;
	padding: 2px 1em 2px 1em;
}

a.nav:hover
{
	/* background-color: #994D00; */
	background-color: #BF874E;
	color: white;
}

a.activ
{
	/* background-color: #994D00; */
	background-color: #802232;
	color: white;
}

a.activ:hover
{
	background-color: #994D00;
	color: white;
}

.footer {
	font-size: .7em;
}

/* ---------------
	INNER STUFF
--------------- */

h1 {
	color: #000;
	font-size: 1.5em;
	margin-top: 0;
}

h2#heading i {
	color: #069;
	font-style: italic;
}

h1.heading2A, div.heading2A {
	font-size: .9em;
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
	color: #069;
	margin-top: 0;
}

h2.heading2 {
	font-size: .9em;
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
	color: #069;
	margin-top: 0;
}

h2.heading i {
	color: #069;
	font-style: italic;
}

p.listing, div.listing {
	font-size: .8em;
	text-align: justify;
}

p.listing i, div.listing i {
	font-size: .75em;
}

.sidebar {
	border: 1px #994D00 solid;
	border-top: 10px #994D00 solid;
	padding: 0 12px;
	margin: 3em 10px 1em 10px;
}

.sidebar p {
	margin-top: 0;
	font-size: .8em;
}

.sidebar li {
	line-height: 1.5em;
	font-size: .8em;
}

.sidebar h2 {
	font-size: 1.2em;
}

a.listingtitle {
	font-size: 1.2em;
	font-weight: bold;
}

a:hover {
	color: #903;
}

.plink {
	font-size: .7em;
	/* margin: 1em 18px; */
}

div.boxtop {
	background: url(/images/corner-tr.gif) no-repeat top right;
	background-color: #802232;
	margin-top: 1em;
}

div.boxtop div {
	background: url(/images/corner-tl.gif) no-repeat top left;
	font-size: 10px;
	line-height: 10px;
}

div.boxmiddle {
	border-left: 1px solid #802232;
	border-right: 1px solid #802232;
	border-top: 6px solid #802232;
	padding: 14px 8px 1px 8px;
}

.boxtext1 {
	font-size: .8em;
	margin-top: 0;
	text-align: justify;
}

div.boxbottom {
	background: url(/images/corner2-bc.gif);
}

div.boxbottom div {
	background: url(/images/corner2-br.gif) no-repeat top right;
	font-size: 10px;
	line-height: 10px;
}

div.boxbottom div div {
	background: url(/images/corner2-bl.gif) no-repeat top left;
	font-size: 10px;
	line-height: 10px;
}

.nojump {
	text-decoration: none;
}
.nojump:hover {
	text-decoration: underline;
}

