﻿body {
  /* background-color: #FFFFFF; */
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  background: #ECECEC none;
  color: black;
}
 
pre {
	/*font-size: 10.0pt;*/
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	border: solid 1px black;
	white-space: pre;
}

h1 {
	font-size: larger;
	background: #B13720 none;
  color: White;	

	border-bottom: 1px solid #FBCB0C;
	text-indent: 1em;
	text-align: center;
}

h2 {
  clear: both;
	font-size: larger;
	border-bottom: 2px solid #FBCB0C;
	margin-top: 1.5em;
	margin-bottom: .5em;
}

h3 {
	border-bottom: 1px solid #FBCB0C;
	margin-bottom: .25em;
	text-indent: 1em;
}


table {
  border-collapse: collapse;
  empty-cells: show;
}

td {
  border: 1px solid Black;
	padding: 0em .5em 2px .5em;
	margin: 0px;
}

.flowcontrol td {
  border: none;
  font-size: medium;  
}

th {
	border: 0px;
	border-bottom: 2px solid #FBCB0C;
	background: #B13720;
	color: white;
	font-weight: bolder;
}


.NoPadding{
  padding: 0;
  margin: 0;
}

#Header{
  padding-top: 0;
  clear: both;   
	border-bottom: 1px solid #FBCB0C;   
  padding:.5em;
  font-size: medium;
  background: white;
  color: black;
  max-width: 64.5em;  
}

#Header table{
  background: transparent;
  color: black;
    
  border: 0;
  margin: 0;
  padding: 0;
}

#Header td {
  border: 0;
	padding: 0;
	margin: 0;
}

.SiteSection{
  text-align: center;
  /* vertical-align: bottom; */
}

#Footer{
  clear: both;
  text-align: right;
  background: #FFFFFF;
  color: black;
  width: 100%;
  margin-top: 3em;  
}

#Footer hr {
  width: 50%;
  height: 1px;
  text-align: center;
}


#Menu{
  position: absolute;
  margin-top: 1.0em;
  padding: 0;
  left: .6em;
  font-size: medium;
  width: 14em;
}

#Content {
  position: absolute;
  left: 15em;
  margin-top: .5em;
  font-size: medium;
  width: auto;
  padding: .5em;
  max-width: 50em;
  background: White;
  color: black;
  border-left: solid 1px gray;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
  list-style-type: none;  	
}

ul.bullets {
  list-style-type: disc;
}


ul li {
	list-style: inside;
	margin-left: 24px;
  text-indent: -16px;
}


.Tight li {
	list-style: outside;
	margin-left: 0px;
  text-indent: 0px;
  list-style-type: none;    
}



li.TalkingPoint {
  margin-bottom: 40px;
  background: #FFFFF0;
  color: black;
}

dl {
  list-style-type: circle;
}

dt {
  font-weight: bold;
  border-width: 1px;
  border-color: #B13720;
  border-left-style: solid;
  border-top-style: solid;  

  padding-left: .5em;
  padding-right: .5em;
  margin-left: 1.5em;
  margin-top: .7em;
}



.MenuGroup table{
  background: #FFFFF0;
  color: black;
  padding-bottom: 4px;
  border: 4px solid #B13720;
  border-collapse: collapse;
}

.MenuHome {
  background: #FFFFF0;
  color: black;
  text-align: center;
  border: 2px groove black; 
  padding: 5px;
  font-size: x-small;
}

.MenuGroup td {
	font-style:normal; font-variant:normal; font-weight:normal; font-size:small; 
	background: white; /*#F6F6F6; */
	color: black;
  padding-top: 5px;
  padding-left: 5px;
  border: 4px solid #B13720;    
}

.MenuGroup th {
  background: #B13720;
  color: White;
  font-weight: bolder;
  margin: 0px;	
  text-indent: 12px;
  text-align: left;
  padding-top: 5px;
  border: 4px solid #B13720;    	
}




a {
  text-decoration: none;
  background: inherit;
  color: #B13720;
  border-bottom-color: Black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: separate;
  margin-bottom: 5px;
}


a:hover {
  text-decoration: underline;
}

a:visited {
  border-bottom-color: Silver;
}

a.NoBorder {
  border-width:0;
}


.Center {
	text-align: center;
}

.Note{
	font-style: oblique;
	margin-left: 2em;
	margin-top: 0em;
	margin-bottom: 0em;
}

blockquote {
  font-style: oblique;
}

hr.Bottom {
	margin-top: 20px;
	width: 40%;
	text-align: center;
	color: Silver;
	height: 3px;
	border-style: double;
}


.cleared {
  clear:both;
  line-height:0; 
}



img.FloatLeft {
  float: left;
  margin: 10px;
}

img.FloatRight {
  float: right;
  margin: 10px;
}