@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #b8a075;
	background-image: url(images/sandstone.png);
	background-repeat:repeat-y repeat-x;
	background-position:center;
	margin: 16px;
	padding: 0;
	color: #330000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1 {
	margin: 10px;
	padding: 0px;
	color: #330000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #25547b;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}


p {
	margin: 6px;
	padding: 6px;
	color: #330000;
}

.boxtext {
	margin: auto;
	padding: 14px;
	color: #741410;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	border:#ded0ae solid 1px;
	background-color:#f0e6cc;
	width: 55%;
	line-height: 20px;
	text-align: center;
}

.indent {
	margin-left: 70px;
}

.pgnum {
	margin-right: 150px;
	text-align: right;
}

.toc_container {
    width:90%;
	margin: 0px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.toc_left_column {
    float:left;
    width:80%;
}

.toc_single_container {
    width:55%;
	margin: 0px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.toc_single_column {
    float:left;
    width:100%;
}


.toc_spacer {
    float:left;
    width:100%;
}

.toc_right_column {
    float:left;
    width:20%;
	text-align:center;
}

a img { 
	border: none;
}

.border {
	border: #896f47;
	border-width: 1px;
	border-style: solid;
}


a:link {
	color: #330000;
	text-decoration: underline; 
}

a:visited {
	color: #330000;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #330000;
	text-decoration: underline;
}

/* ~~ outside container with transparent edges ~~ */
.transedges {
	width: 996px;
	margin: 0px auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-image: url(images/bacfade.png);
	background-repeat:repeat-y;
}


/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background-image:url(images/sandstone2.png);
	margin: 0px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.content {
	margin: 0px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	background-color:#fbf4e1;
}

.container .content p {
	font-size: 90%/1.4 Arial, Helvetica, sans-serif;
	color: #330000;
}

.excerpt{
	margin: 0px;
	padding: 10px;
	border: 1px #990000 solid;
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
}

.header {
	background-image:url(images/sandstone2.png);
}


/* ~~ The menu ~~ */


#centeredmenu {
   float:left;
   width:100%;
   background:#d2c2a8;
   border-bottom:2px solid #896f47;
   border-top:2px solid #896f47;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   font-size: 14px;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin-left: 10px;
   margin-right: 10px;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#d2c2a8;
   color: #420001;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:#d2c2a8;
   color:#f8f1dc;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#f8f1dc;
   background:#d2c2a8;
}



/* ~~ The footer ~~ */
.footer {
	padding: 0px 0;
	background-color: #b8a075;
}

.cpyrt {  
	font: 90%/1.4 Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 18px;
	margin-top: 50px;
	border-width: 0px;
	border-style: none;
    color: #3a0808;
}

.smallish {  
	font: 90%/1.4 Verdana, Arial, Helvetica, sans-serif;
}


a.foot:link,a.foot:active,a.foot:visited {
	color: #3a0808;
	text-decoration: none; 
}

a.foot:hover, a.foot:focus { 
	color: #800000;
	text-decoration: underline;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 0px;
	margin-bottom: 10px;
	border: #896f47;
	border-width: 0px;
	border-style: solid;
}

.fltrt2 {  
	float: right;
	margin-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: #896f47;
	border-width: 1px;
	border-style: solid;
}


.fltrtfoot {  
	float: right;
	margin: 10px;
	border: #896f47;
	border-width: 0px;
	border-style: solid;
}

.fltlft { 
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	border: #896f47;
	border-width: 0px;
	border-style: solid;
}

.fltlft2 { 
	float: left;
	margin-left: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: #896f47;
	border-width: 0px;
	border-style: solid;
}


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

