body
{
  background-color: silver;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: black;
}

input, select, textarea
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

#Wrapper
{
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

#Header
{

}

#NMDALogo
{
  position: absolute;
  width: 91px;
  height: 92px;
  float: left;
  padding-left: 10px;
  padding-top: 5px;
}

.ActiveSectionTab
{
  background-color: white;
}

.ActiveSectionTab a
{
  color: black;
}

.InactiveSectionTab
{
  background-color: midnightblue;
}

.InactiveSectionTab a
{
  color: white;
}

.FormFieldCaption
{
  font-weight: bold;
}

.Disclaimer
{
  font-weight: bold;
  color: #a01111;
}

.SiteHeader
{
  font-weight: bold;
  font-size: 24px;
  color: white;
  font-family: 'Arial Narrow', Arial, sans-serif;
}

fieldset.Collapse
{
  display: inline;
}

#Main
{
  padding: 10px 10px 10px 10px; /* top, right, bottom, left */
  margin-top: 5px;
}

#Content
{
  margin-left: 175px;
}

#SiteMenu
{
  background-color: gray;
  height: 25px;
}

.SiteMenuItem
{
  text-align: center;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  padding: 10px 5px 10px 5px; /* top, right, bottom, left */
  display: inline;
  background-color: white;
  margin: 5px 2px 0 2px; /* top, right, bottom, left */
  white-space: nowrap;
}

#LeftCol
{
  float: left;
  width: 150px;
}

#SectionMenu
{
  /*padding-right: 10px;*/
  /*padding-bottom: 10px;*/
}

.SectionMenuItem
{
  border-width: 1px 3px 4px 1px;
  border-color: black; 
  border-style: solid; 
  padding: 5px;
  margin-bottom: 5px;
  background-color: #eeeeee;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  display: block; 
  width: 150px; 
}

li
{
  margin-top: 15px;
  margin-bottom: 15px;
}

#Footer
{
  font-size: 7.5pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.FinePrint
{
  font-size: 7.5pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:active, a:link, a:visited, a:hover
{
  color: #a01111;
}

h1
{
  font-weight: normal;
  font-size: 13.5pt;
  color: navy;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0;
}

h2
{
  font-weight: bold;
  font-size: 15px;
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
}
      
hr
{
  color: #eeeeee;
}

#Calendars
{
  color: black;
}

.Calendar
{
  font-size: 8pt;
  color: black;
  font-family: 'Courier New', Courier, monospace;
  background-color: silver;
}

.CalendarDayColumnHeader
{
  color: black;
  background-color: white;
  text-align: center;
}

.CalendarHeader
{
  color: black;
  background-color: #eeeeee;
  text-align: center;
}

.CalendarDay
{
  color: black;
  background-color: #eeeeee;
}

.CalendarToday
{
  font-weight: bold;
  color: red;
  background-color: lightgoldenrodyellow;
}

.CalendarWeek
{
  text-align: right;
}

.CalendarEventDay
{
  background-color: gold;
  color: black;
}

#Events
{
  padding-right: 15px;
  float: left;
  width: 135px;
}

table.Center, div.Center
{
  margin-left: auto;
  margin-right: auto;
}