﻿/* Override main site menu */
.MainMenuOn a:link {font-size: 12px;}
.MainMenuOn a:visited {font-size: 12px;}
.MainMenuOn a:hover {font-size: 12px;}
	
.MainMenuOff a:link {font-size: 12px;}
.MainMenuOff a:visited {font-size: 12px;}
.MainMenuOff a:hover {font-size: 12px;}

.RightMainMenu {font-size: 12px;}
.RightMainMenu a:link {font-size: 12px;}
.RightMainMenu a:visited {font-size: 12px;}
.RightMainMenu a:hover {font-size: 12px;}		
/* End Main menu override */

div.float-left {/* floats in content div */
  float: left;
  width: 18em; /* "em size" is element dependent */
  padding: 0.5em;
  margin: 0 0.5em 0 0;
  color: white; /*#00008b;*/
  background: #818181; /*#b0c4de;*/
  
  /*border-right: 2px dotted #4169e1;*/
  /*border-bottom: 2px dotted #4169e1;*/
  }
  
		div.float-right {/* floats in content div */
  float: right;
  width: 18em; /* "em size" is element dependent */
  padding: 0.5em;
  margin: 0 0.5em 0 0;
  color: white; /*#00008b;*/
  background: #818181; /*#b0c4de;*/
  
  /*border-right: 2px dotted #4169e1;*/
  /*border-bottom: 2px dotted #4169e1;*/
  }
  
  div.float-left a:link, div.float-left a:visited{
	 color: White;
	 text-decoration: none;
  }
  
  div.float-right a:link, div.float-right a:visited{
	 color: White;
	 text-decoration: none;
  }

  blockquote span.cap-g {/* floats in blockquote */
  float: left;
  font-size: 1.7em;
  padding: 0 0.15em;
  margin: 0 0.15em -0.5em 0; /* negative bottom margin */
  color: #b22222;
  background: #90ee90;
  border: 3px outset #2e8b57;
  }

  blockquote > p {/* control mozilla paragraph margin */
  margin: 0 0 0.5em 0;
  }

  blockquote.float-left strong {
  color: #000080;
  }

  blockquote.float-left em {
  color: #800080;
  }

  p.mainText 
  {
  	padding-right: 25px;
	text-align: left;
  /*border-top: 3px dotted #696969;
  background: #e6e6fa;*/
  }

