BODY {
	color: #000050;
	background-color: #556991;
}

.titleLine{
	color: #000050;
}

.trimTitleLine{
	color: #000050;
}

table.tgrid th {
	color: #FFFFFF;
	background-color: #556991;
}

div#wrapper {
	border: 2px solid #ffffff;
	background-color: #F4F4F4;
}

div#widewrapper {
	border: 2px solid #ffffff;
	background-color: #FFFFFF;;
}

img.bd {
	border: 1px solid #555;
}

.headerwrapper {
	background-color: #F4F4F4;
}

.mainwrapper {
	background-color: #FFFFFF;
}

.simpleborder {
	background-color: #FFFFFF;
}

.boldborder {
	background-color: #FFFFFF;
}

.trimwrapper {
	border: 1px solid #222222;
	background-color: #F5F5FB;
}

.imageborder {
	background-color: #FFFFFF;
}

.buttonwrapper{
	background-color: #FFFFFF;	
}

.meetwrapper{
	background-color: #FFFFFF;
}

.boxwrapper{
	background-color: #FFFFFF;
} 

.textwrapper {
	border: 1px solid #222222;
	border-style: groove;
	background-color: #F5F5FB;
}

.litwrapper {
	border-style: groove;
	background-color: #FFFFFF;
}

.mediawrapper {
	border-style: groove;
	background-color: #FFFFFF;
}

h1, h2, h3, h4 {
	color: #800000;
}

table, th, td {
	color: #776852;
}

hr {
	color: #366A89;
}

hr.thick {
	height: 2px;
	border-width: 0;
	color: gray;
	background-color: gray;
}

hr.sidecol {
	height: 2px;
	border-width: 0;
	color: gray;
	background-color: gray;
	width: 142px;
}

A:link {
	color: #5C4033;
	font-weight: 600;
}

A:visited {
	color: #000000;
	font-weight: 600;
}

A:active {
	color: #5C4033;
	font-weight: 600;
}

A:hover {
	color: #A90505;
	font-weight: 600;
}

/* SIDEBAR TITLE AND EXTERNAL LINK */

.sbtitle {
	font-weight: 800;
	color: #543210;
	margin-top: 10px;
	margin-bottom: 6px;
}

A.extlink {
	font-size: 0.8em;
	font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
	color: #000000;
	font-weight: 800;
	line-height: 1.6em;
}


.topnav {
  overflow: hidden;
  color: #473415;
   border: 3px solid #696969;
   border-width: 2px 0;
   background: linear-gradient(to bottom, #E0E0F2 5%, #C1C2E1 100%);
   background-color: #E0E0F2;
   list-style: none;
   margin: 0;
   padding 0;
   font-weight: 600;
   text-align: center;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .active {
	font-weight: 800;
	color: #FFFFFF;
	background: linear-gradient(to bottom, #6A81A4 5%, #2F3F57 100%);
	background-color: #6A81A4;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
font-weight: 800;
  font-size: 17px;    
  border: none;
  outline: none;
  color: 000000;
  padding: 8px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: 000000;
  padding: 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #6A81A4;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.button {
	box-shadow: inset 0px 1px 0px 0px #a6827e;
	background:linear-gradient(to bottom, #6A81A4 5%, #2F3F57 100%);
	background-color:#6A81A4;
	border-radius: 3px;
	border: 1px solid #566963;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-weight: 600;
	font-family: Arial;
	font-size: 13px;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #4d3534;
}

.button:hover {
	background:linear-gradient(to bottom, #2F3F57 5%, #6A81A4 100%);
	background-color:#2F3F57;
	color: #ffffff;
	font-weight: 600;
}

.button:active {
   position: relative;
   top: 1px;
}

.button:link,
.button:visited,
.button:hover,
.button:active {
	color: #ffffff;
	font-size: 14px;
}

.toprow {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2px;
	margin-bottom: 2px;
}

.column-main {
	background-color: #F4F4F4;
}

.column-side {
	background-color: #E0E0F2;
	border: 2px solid #AAAAAA;
}

.column-primary {
	background-color: #F4F4F4;
}

.column-secondary {
	background-color: #E0E0F2;
}

.subtitle{
	color: #000033;
}

.pageheader{
	color: #000060;
}

.pagetitle{
	color: #000060;
}


.pagetitle a { 
	color: #000060;
	font-weight: 700;
	text-decoration: none;
}

.toc a {
	color: #000060;
}