body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background: #7d6b5d;
	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;
}

.container {
	width: 902px; 
	background: #f1edea;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.toplinks {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px; 
	text-align: right;
	margin-right: 79px;
	padding-top: 12px; 
	word-spacing: 26px;
}


td.homecolumns {
	font-family: Arial,Helvetica;
	font-size: 11px; 
	text-align: left;
	padding-right: 25px;
	padding-top: 0px; 
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #FCFBFB;
}


.menuOut {cursor:pointer; margin-top: 10px; padding-bottom: 0px; margin-bottom: 0px; padding-left: 20px; padding-right: 10px; background-color:#f1edea; color:#392a28; width:142px; border:0px solid #ffffff; text-align:left; font-family:arial; font-weight:bold; font-size: 12px; }

.menuOver {cursor:pointer; margin-top: 10px; padding-bottom: 0px; margin-bottom: 0px; padding-left: 20px; padding-right: 10px; background-color:#f1edea; color:#89534A; width:142px; border:0px solid #ffffff; text-align:left; font-family:arial; font-weight:bold; font-size: 12px;}

P.sub { padding-top: 3px; margin-top: 0px; margin-bottom: 0px; }

.submenu {font-family: arial; font-size: 10px; padding-bottom: 6px; padding-left: 20px; padding-right: 5px; }
.submenu a {color:#203182; text-decoration:none; font-weight:none;}
.submenu a:hover {color:#ff0000; text-decoration:none; font-style:none; font-weight:none;}

.copyright { font-size: 10px; line-height: 150%; font-family: Arial; color: #ffffff; padding-top: 12px; padding-bottom: 60px; }


H1 { font-size: 16px; font-weight: bold; font-family: Verdana; color: #89534A }


.pageheader { font-size: 16px; font-weight: 500; font-family: Verdana; color: #89534A }
.chaptersubtitle { font-size: 10px; font-family: Arial; color: #333333 }
.subhead { font-size: 14px; font-weight: 700; line-height: 120%; font-family: Arial; color: #89534A }

.text { color: #000000; font-size: 12px; line-height: 120%; font-family: Arial }
.excerpt { color: #333333; font-size: 10px; line-height: 120%; font-family: Verdana; font-style: italic }
a:hover { color: #663332; cursor: hand }
a:active {color: #663332 }
.left {padding-left: 0; padding-top: 5px; padding-right: 15px; padding-bottom: 15px }
.right {padding-left: 15px; padding-top: 5px; padding-right: 0; padding-bottom: 15px }
.link10pxwhite  { font-size: 10px; line-height: 150%; font-family: Arial; color: #ffffff }
.highlightbox {color:#2E3763; font-family: arial; line-height: 100%; font-size: 10px; padding-left: 0px; padding-right: 0px;}
ul li { list-style-type: square; list-style-image: url(bullet.gif) }


#clearfix {

	clear: both;

}


.quoteright {
font-family: Arial, Helvetica, sans-serif;
background-color: #EEEEEE;
color: #000066;
font-size: 11px;
margin-right: 10px;
margin-left: 10px;
float: right;
border-style: dotted;
border-color: #CCCCCC;
border-width: 1px;
padding: 10px;
width: 42%;
text-align: right;
}


.quoterightnarrow {
font-family: Arial, Helvetica, sans-serif;
background-color: #EEEEEE;
color: #000066;
font-size: 11px;
margin-right: 10px;
margin-left: 10px;
float: right;
border-style: solid;
border-color: #FCFBFB;
border-width: 8px;
padding: 10px;
width: 30%;
text-align: center;
}


.quoteleft {
font-family: Arial, Helvetica, sans-serif;
background-color: #EEEEEE;
color: #000066;
font-size: 11px;
margin-right: 20px;
margin-left: 0px;
float: left;
border-style: dotted;
border-color: #CCCCCC;
border-width: 1px;
padding: 10px;
width: 42%;
text-align: left;
}
