body {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #211a08;
	background-image: url(images/mdpt02.jpg);
	background-color: #ffffff;
}

.headerbar {
	width: 100%;
	color: #ffffff;
	background-color: #0c489b;
	border-top: #39c 2px solid;
  	border-bottom: #39c 2px solid;
}

.content {
	width: 100%;
	background-color: transparent;
}

.footer {
	width: 100%;
	background-color: transparent;
}

.clear {
	clear: both;
}

.books {
	overflow: auto;
	padding-right: 3px; 
	height: 520px;
	background: url(../images/bkgd_paper.jpg) fixed;
	background-color: #ffffff; /* Light Gray #efefef; Light Blue #6699cc; */
}

/* FONT STYLES  MARGIN INDIVIDUALLY ADJUSTED WITH STYLES */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
}

.textitalic {
	font-size: .9em;
	font-style: italic;
	color: #ce000c;
	background-color: transparent;
}

/* STYLE for Gift Shop Table */
.orderText {
	font-size: .85em;
	color: #211a08;
	background-color: transparent;
	margin-left: 20px; 
}

/*Small text for copyright notice*/
.small {
	font-size: .7em;
	text-align: center;
	background-color: transparent;
}

.tour  {
	font-size: .7em;
	text-align: justify;
	background-color: transparent;
}

/* STYLES FOR MIDPOINT ADDRESS TABLE */
.address {
	font-size: .9em;
	text-align: center;
	font-weight: bold;		
}

.logo {
	font-size: 1.2em;
	font-weight: bold;
	color: #ce000c;
	background-color: transparent;
}

/* STYLES WITH MARGINS */
.maintext {
	font-size: .85em;
	text-align: left;
	margin-left: 200px; 
	margin-right: 40px;
}

.maintext130 {
	font-size: .85em;
	text-align: left;
	margin-left: 130px; 
	margin-right: 40px;
}

.textjustify {
	font-size: .85em;
	text-align: justify;
	margin-right:40px;
	margin-left: 200px;
}

.textjustify130 {
	font-size: .85em;
	text-align: justify;
	margin-left: 130px;
	margin-right:40px;
}
.midpointLeft {
	color: #ce000c;
	background-color: transparent;
	margin-right:20px;
	margin-left: 130px;
}

.midpointCenter {
	color: #ce000c;
	background-color: transparent;
	text-align: center;
	margin-left: 130px; 
}

.midpointItalic {
	font-style: italic;
	color: #ce000c;
	background-color: transparent;
	margin-right:20px;
	margin-left: 130px;
}

.headCenter130 {
	text-align: center;
	margin-left: 130px; 
}

.headLeft130 {
	text-align: left;
	margin-left: 130px; 
}

.headLeft150 {
	text-align: left;
	margin-left: 150px; 
}

.tableLeft100 {
	text-align: left;
	margin-left: 100px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;	 
}

.checkline130 {
	text-align: center;
	margin-left: 130px; 
}

.ul250 {
	text-align: left;
	margin-left: 250px; 
}

/* HORIZONTAL RULE WITH MARGINS */
.mainbgcolorNav
{
	color: #ce000c; 
	background-color: transparent;
	margin-right: 20px;
	margin-left: 130px; 
}

/* IMAGE FLOAT WITH MARGINS */
.imgRight {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px; 
	margin-left: 20px;
}

.imgLeft {
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px; 
	margin-left: 200px; 
}

/* SPECIAL FONT COLORS */
.midpoint {
	color: #ce000c;
	background-color: transparent;
}
	
.river {
	color: #0084b0;
	background-color: transparent;
}

.cherry {
	color: #ff0000;
	background-color: transparent;
}

.mountain {
	color: #0c489b;
	background-color: transparent;
}

.spruce {
	color: #006633;
	background-color: transparent;
}

.pine {
	color: #009900;
	background-color: transparent;
}

/* ANCHOR AND MENU CSS*/	

/* This document's anchor pseudo-classes*/
/*General Link CSS for text links*/
a {
   font-family: serif;
   font-weight: bold;
   color: #0000ff;
   background-color: transparent;
   text-decoration: none;
}
  
a:link {
font-family: serif; 
font-weight: bold; 
color: blue;  
text-decoration: none; 
}

a:visited {
font-family: serif; 
font-weight: bold; 
color: purple; 
text-decoration: none; 
}

a:active {
font-family: serif; 
font-weight: bold; 
color: green; 
text-decoration: none; 
}

a:hover {
font-family: serif;
Font-Weight: bold; 
Color: #ff0000;
text-decoration: none; 
}


/* Menu Link Styles ************************ */

.midpointmenu { 
	background-color: #000000;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding-top: .12em;
	padding-bottom: .20em;
	padding-left: .20em;
	padding-right: .20em;
	border-top: 6px;
	border-right: 0px;
	border-bottom: 6px;
	border-left: 0px;
	border-color: #ce000c;
	border-style: double;
}

.active {
	color: #ffffff;
	background-color: #ce000c; 
	border-color: #ce000c;
	border-style: solid; 
}

a.TopMenu {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #ffffff;  
	background-color: transparent; 
	text-decoration: none;
	border-color: #000000;
	border-style: solid;
}

a.TopMenu:active {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;  
	text-decoration: none;
}

a.TopMenu:link {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #ffffff;  
	background-color: transparent; 
	text-decoration: none;
}


a.TopMenu:visited {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #ffffff;  
	background-color: transparent; 
	text-decoration: none;
}

a.TopMenu:hover {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #ffffff;
	background-color: #ce000c; 
	text-decoration: none;
	border-color: #ce000c;
	border-style: solid;
}

a.TopMenu:active:focus {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #ffffff;
	background-color: #ce000c;  
	text-decoration: none;
}

a.TopMenu:visited:hover {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #ffffff;
	background-color: #ce000c;
	text-decoration: none;
}