/*  BEGIN: Text Styles  */

BODY 
{ font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  text-decoration: none;
  background-color: #578ec4; margin:0; padding:0; }

B
{ font-weight: bold; }

TABLE
{ border:0; margin:0; padding:0;}

A
{ text-decoration: none; }

A:alink
{ text-decoration: none; }

A:vlink
{ text-decoration: none; }

A:hover
{ text-decoration: underline; }

/* classes for HEADER only */

.primary_nav_text {
  font-size: 15px;
  color: #ffffff;
  }

.primary_nav_text_links {
  font-size: 15px; 
  color: #ffffff;
  text-decoration:none;
  }
    
/* classes for MAIN BODY only */

.header
{ margin: 0px 0px 50px 0px; 
  paddding: 0px 0 50px 0;
  font-size: 22px;  
  color: #888888;
  letter-spacing:.1em; }

.main_text {
  font-size: 13px; 
  line-height: 18px;
  color: #3c5c13;
  }

.main_text_links {
  font-size: 13px; 
  line-height: 18px;
  color: #012b65;
  }
  
ul {   /* styles main area unordered(bulleted) lists */
	color: #3c5c13;
	padding-right: 20px;
	margin-top: 0px; /* This margin is the top margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-bottom: 15px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-left: 20px; /* This margin is the left margin of the ul header, not the li */
}

li {  /* List items in the main column */
	color: #3c5c13;
	margin-left: 20px /* This margin acts as an indent for each list item.  Indenting the whole list doesn't work well in IE. */
}

.tour_text {
  font-size: 15px; 
  line-height: 18px;
  color: #3c5c13;
  }

.tour_text_links {
  font-size: 15px; 
  line-height: 18px;
  color: #012b65;
  }

.tour_highlight_text {
  font-size: 15px; 
  line-height: 18px;
  color: #8f282c;
  }
  
.tour_highlight_text_links {
  font-size: 15px; 
  line-height: 18px;
  color: #000000;
  }
    
/*classes for FOOTER only */

/* footer navigation */

.ftr_nav_text {
  font-size: 12px; 
  color: #012b65;
  }

.ftr_nav_text_links {
  font-size: 12px; 
  color: #012b65;
  }
  
/* beneath navigation */

.ftr_right_side_text {
  font-size: 12px; 
  color: #ffffff;
  }

.ftr_right_side_text_links {
  font-size: 12px; 
  color: #ffffff;
  }


  
/*  END: Text Styles  */
