body {
 color: black;
 font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
 background-color: #008080
 }
#bottomNotices {
 color: white;
 font-size: 10px;
 font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
 background-color: #008080;
 margin-top: 40px;
 }
#content {
 font-size: 12px;
 background-color: white;
 margin-top: 40px;
 padding: 9px;
}
.contentText {
 font-size: 12px;
 }
 
.menuStyle {
 color: #000000;
 font-size: 12px;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 background-color: #ccc;
 padding: 5px;
 width: 100%;
 border: solid 1px #000000;
 }
#menuHead {
 background-color: #ccc;
 position: absolute;
 z-index: 50;
 top: 110px;
 left: 0px
 }
 
#menuHead1 {
 position: relative;
 }
#menu1 {
 position: absolute;
 z-index: 100;
 visibility: hidden;
 width: 150px;
 }
#menuHead2 {
 position: relative;
 }
#menu2 {
 position: absolute;
 z-index: 100;
 visibility: hidden;
 width: 190px;
 }
 
#menuHead3 {
 position: relative;
 }
#menu3 {
 position: absolute;
 z-index: 0;
 visibility: hidden;
 width: 150px;
 }
 
a.menulink:link {
 text-decoration: none;
 color: #f00;
 font-weight: bold;
 }
a.menulink:visited {
 color: #f00;
 font-weight: bold;
 text-decoration: none
 }
a.bottomLink:link {
 color: yellow;
 font-weight: bold;
 }
a.bottomLink:visited {
 color: yellow;
 font-weight: bold;
 }
 
a:active {
 color: #666;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 text-decoration: underline
 }
a.menulink:hover {
 color: #900;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 }
a:link {
 color: #f00;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
 }
a:visited {
 color: #f00;
 font-weight: normal;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
 }
a:hover {
 text-decoration: none;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 }
table.blurb {
 border: 1px solid #000000;
 background-color: yellow;
 margin: 2px 2px 10px 2px;
 }
 
td.leftblurb {
 border-right: 1px solid #000000;
 padding: 5px;
 font-size: 12px;
 valign: top;
 }
td.rightblurb {
 border-left: 1px solid #000000;
 padding: 5px 5px 5px 7px;
 font-size: 12px;
 valign: top;
 }
tr.newsline {
 margin-bottom: 10px;
 }
td.datecolumn {
 valign: top;
 }
td.newscolumn {
 padding-bottom: 15px;
 }
h1.associates {
 font-size: 18px;
 align: center;
 }
td.associateHeading {
 padding-right: 5px;
 width: 10%;
 font-weight: bold;
 padding-bottom: 20px;
 }
td.associateInfo {
 width: 90%;
 padding-bottom: 20px;
 padding-right: 10px;
 }