body {
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

.break {
	page-break-after: always;
}

#divone {
	display: none;
}

#divtwo {
  	text-align: left;
} 

#divthree {
	display: none;
}

#topmenu {
	display: none;
}

#content {
  	text-align: left;
}

#bottommenu {
	display: none;
}

#TL {
	display: none;
}

#TR {
	display: none;
}

#BL {
	display: none;
}

#BR {
	display: none;
}

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

/* 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: #000000;
	background-color: transparent;
}

/*Small text for copyright notice*/
.small {
	font-size: .7em;
	text-align: center;
	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: #000000;
	background-color: transparent;
}

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

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

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

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

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

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

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

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

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

.tableLeft100 {
	text-align: left;
	margin-left: 20px; 
}

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

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

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

/* 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: 20px; 
}

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

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

.mountain {
	color: #000000;
	background-color: transparent;
}

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

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

/*------------------------------------------------Order Form Styles -------------------------------------*/ 

.formbkgd {
	background-color: #ffffff;
} 

.tbheader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.shipping {
	font-family: times, times new roman, serif;
	font-size: .6em;
	color: #000000;  
	background-color: transparent;
}

.colheader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;  
	background-color: transparent;
}

.fmtext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;  
	background-color: transparent;
} 

.fmitalic {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;  
	background-color: transparent;
}

.fmstrong {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;  
	background-color: transparent;
}

.fmaddress {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}    

#divform {
  	text-align: left;
} 

.tablealign {
	text-align: center;
}  

/*--------------------------------END ORDER FORM STYLES--------------------------------------*/  

/* ANCHOR AND MENU CSS*/	

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