﻿body
{
  background-color: Red;
}
#contentColumnContainer
{
  width: 77%; /* 40 em */
}
#contentHeader
{
  width: 40.46em;  /* 40.46 Hack to get it to go all the way right */
}
#content
{
  width: 48.5em; /* Big hack that doesn't make sense but does snug up to the right */
}
#contentHeader
{
  /*background-color:#005359;
  height: 3.31em;
  border: solid 0px black; */
  width: 40.46em; /* Hack to get it to go all the way right */
  /* border-bottom: solid 1px white; */
  border: solid 3px red;
}
#contentHeader IMG
{
  float: left;
  width: 20em;
}
#headerYearDropdownContainer
{
  float: right;
  margin-right: 6px;
  margin-top: 3px;
  width: 250px;
  text-align: left;
  height: 30px;
  clear: right;
}
