﻿html { 
  margin:0; 
  padding:0;
  overflow-y: scroll;
}
body {
  background-color:transparent;
  padding:0px;
}
/*
{
  box-sizing: border-box;
}
*/
.outside_container {
  text-align: left; 
  /*margin: 0 auto;*/
  padding:0 10px 10px 10px;
  /*max-width:880px;*/
  background-color: #FFF;
}

#content {
  /* min-height:500px;*/
}
table.content {
  width:100%; 
/*  min-height:500px; */
  margin:0px;
  padding:0px;
  background-color:white;
  font-family: "Times New Roman", Times, serif;
}
table.content td {
  font-family:inherit;
  font-size: 13pt;
  vertical-align: top;
  text-align:left;
}
table.content td.content_header {
  font-family:inherit;
  font-size:20pt;
  color: #4955A1;
  height:50px;
  vertical-align:middle;
}
table.content td.smaller {
  font-family:inherit;
  font-size:12pt;
}
table.content td p{
  margin-top: 0em;
  margin-bottom: 0.0em;
}
table.content p.subtitle {
  font-family:inherit;
  font-size: 16pt;
  /* font-weight:bold;*/
  color: #4955A1;
  margin-top: 0.0em;
  margin-bottom: 0.6em;
}
.subtitle {
  font-family:inherit;
  font-size: 14pt;
  margin-top: 1.9em;
  margin-bottom: 0.6em;
}
table.content td p.welcome {
  margin-bottom: 0.4em;
}
.first {
  margin-top: 0.6em;
}
.bottom-padded {
  padding-bottom: 0.4em;
}
table.content p.underline {
  margin-top:0.5em; 
  margin-bottom:0.1em; 
  padding:0;
}
table.content td.underline {
  padding:5px;
}
table.more_info {
  display:table;
  border:1px silver solid;
  margin-top:5px;
}
table.more_info td {
  padding:4px 10px 8px 10px;
}
table.announcement {
  display:table;
  border:1px grey double;
  margin-top:5px;
}
table.announcement td {
  padding:18px 10px 18px 10px;
}
table.content td.smaller {
  display:block;
  font-size:14pt;
  padding-bottom:15px;
}

table.content td ul {
  padding:0; margin:0;
  list-style: none;
}
table.content td ul li {
  display:table;
}
table.content td ul li:before {
  content: '-';
  display: table-cell;
  padding-right: 5px;
}
table.content td ol {
  list-style: decimal;
  padding: 0;
  margin: 0 0 0 20px;
}
table.content td ol li{
  padding:5px;
  /*display: block;*/
}

.quick_nav {
  font-family:'Verdana, Arial, sans-serif';
  font-weight: 400;
  font-size:13pt;
  color: #384758;
}

.picture_container {
  float:left;
}
.picture {
/*  height:320px; 
  width:350px; */
  width:295px;
  height:260px;
  margin-right:10px; 
  margin-bottom:10px; 
  border: 1px solid #808080;
}
.photo {
  float:left; 
  margin: 0 20px 14px 0;
}
.a { 
  font-family:inherit;
  font-size: 12pt;
  text-decoration: none;
  color: #4955A1;
}
.event_year{
  font-family:inherit;
  font-size: 14pt;
  font-weight:bold;
  /* color: #4955A1;*/
  margin-top: 0.0em;
  margin-bottom: 0.6em;
}
.contact_year{
  font-family:inherit;
  font-size: 14pt;
  font-weight:bold;
  /* color: #4955A1;*/
  margin-top: 0.0em;
  margin-bottom: 0.6em;
}
.subtitle_a{
  font-size: 12pt;
  color:black;
  vertical-align: middle;
  text-align:left;
  padding-bottom: 0.3em;
}
a.toggle {
  display: inline;
  text-decoration: none;
  color: inherit;
  font-style:italic;
  font-size: 11pt;
  color: #004A94;
}

.hide{ display:none; }
.underline { text-decoration: underline; }

.bold{  font-weight: bold;}
.with_corners{ 
  border-radius: 4px;
  padding-bottom:14px;
}
.normal{font-weight: normal;}
.small {font-size: x-small;}
.xx_small { font-size: xx-small;}
.boxed {border:1px navy solid;}
.none {
  margin: 0px; padding:0px;
  border-style: none;
  border-width:0px;
}
.centered {text-align:center;}

hr{
  color: #004A94;
  background-color: #004A94;
  border:none;
  height:1px;
}

img {
  padding: 0px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
}
image {
  border-style: none;
  border-width: 0px;
}
.boxed_1 {border: 1px solid #808080;}
.boxed_none {border: 0px none #fff;}
.boxed_none {border: 0px none #fff;}

div.right_panel {
 text-align:right; 
 padding-left:20px;
 padding-right:2px; 
 overflow:hidden; 
}

.mya{
  background-color:white;
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  margin:0px;
  padding:0px;
  padding-top:1.0em;
  display:inline-block
}
