
/* Style Sheet for Cabin web pages. */
/* color scheme  */
/* night pine	         #122714 */
/* midnight green		 #113724 font color, table border color*/
/* leafy greens			 #376032 table bg*/
/* med green       #4F8A47  bg for rates table - easy to read */
/* pistachio			 #e0f3b2 */
/* m&m brown			 #50220b */

/* Define body background color & font */

body.normal
{
  font-family: helvetica, arial;
  font-size: 1.0em; /* TESTING*/
  color:#000000;
  background: #376032;
  
  /*color: #113724;*/
}
a.normal
 {
 }
a.normal:link
 {
 color: #376032;
 /*background: #122714;*/
 }
 a.normal:visited
 {
 /*background: #113724;*/
 color: #50220b;
 }
 a.normal:hover
 {
 /*background: #376032;*/
 color: #122714;
 }
 a.normal:active
 {
 /*background: #376032;*/
 color: #122714;
 } 
 
/* Create a class of link for the navigation bar */
a.navbar
{
 /*float: left;*/
 width: 100px;
 padding: 6px;
 border-right: 15px solid white;
 font-family: helvetica, arial;
 font-size: 1.0em; /*TESTING*/
 font-weight: bold;
 text-decoration: none;
 text-align: center;
 }
 
 a.navbar:link
 {
 color: #FFFFFF;
 background: #122714;
 }
 a.navbar:visited
 {
 background: #113724;
 color: #e0F3b2;
 }
 a.navbar:hover
 {
 background: #376032;
 color: white;
 }
 a.navbar:active
 {
 background: #376032;
 color: white;
 }
 
 p.copyright {
     font-size: 0.9em;
     text-align: left;
	 valign: top;
   }
   
 /* Create a style for tables */
 table.normal
 {
   background: #376032;
   color: #000000;
   border-color: #113724; 
  }
  
  th.act  /* Activities page header rows */
  {
    /* background: #376032; */
	border-top: solid thick #376032;
	border-bottom: solid thick #376032;
	font-size: 1.1em;
  }
 
 /* table text */
 td.tabtext
 {
 background:#376032;
 color: black;
 font-size: 1.0em;
 }
th.amen
 {
 background:   #4F8A47;
 border-color: #4F8A47;
 border-width: 1px;
 border-style: solid;
 padding: 1px;
 color: #000000;
 text-align: center;
 font-size: 1.2em;
 }
 
 td.amen
 {
 background:   #4F8A47;
 border-color: #4F8A47;
 border-width: 1px;
 border-style: solid;
 padding: 1px;
 color: #000000;
 text-align: center;
 font-size: 1.1em;
 }
 
 td.rates
 {
 background: #4F8A47;
 border-color: #4F8A47;
 border-width: 1px;
 border-style: solid;
 padding: 1px;
 color: #000000;
 text-align: left;
 font-size: 1.1em;
 }
 
 td.altbg
 {
 background: #e0f3b2; /* pistachio #e0f3b2;*/
 color: #000000; /*black*/
 text-align: left;
 }
 td.left
 {
 text-align: left;
 }
 
 td.photo
 {
 font-size: 1.5em;
 }
 
 td.reflect
 {
 font-family: bookman old style, times new roman, times;
 font-size: 1.1em;
 text-align: left;
 }
 
 p.box
	{
		   border-right: 5px solid #113724;
		   border-left: 5px solid #113724;
		   border-top: 5px solid #113724;
		   border-bottom: 5px solid #113724;
		   width: 50%;  
		   height: 40%;
		   background-color: #376032;
		   padding: 4px;  //pixels (px), inches (in), centimeters (cm), or millimeters (mm).
		   font-family: helvetica, arial;
		   font-size: 1.0em;
		   text-align: center;
		   color: black;
	}
p.leftbox
	{
		   border-right: 5px solid #113724;
		   border-left: 5px solid #113724;
		   border-top: 5px solid #113724;
		   border-bottom: 5px solid #113724;
		   width: 60%;  
		   height: 50%;
		   background-color: #376032;
		   padding: 4px;  //pixels (px), inches (in), centimeters (cm), or millimeters (mm).
		   font-family: helvetica, arial;
		   font-size: 1.0em;
		   text-align: left;
		   color: black;
	}
p.left
	  {
	   text-align: left;
	   }
	   