body {
    background: #C0C0C0;
    margin: 0;
}
#page {
    width: 1000px;
    margin: 10px;
    border: 1px solid black;
    border-radius: 10px 10px 10px 10px;
    /* Prevent background color leak outs
    -webkit-background-clip: padding-box; 
    -moz-background-clip:    padding; 
    background-clip:         padding-box; */
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
}
#top, #footer, th, .schedule {
    background:#008080;
    color:#FFF;
}
#top {
    width: 100%;
    border-bottom: 1px solid black;
    border-radius: 10px 10px 0 0;
    padding-bottom:5px;
}
#topLogo {
    float: left;
    width: 324px;
}
#topRight {
    vertical-align: middle;
    text-align: center;
}
#topMenu {
    clear: both;
    background: #4682B4;
    font-weight: bold;
    padding: 5px 0;
    line-height: 2em;
}
#wrapper {
    clear: both;
    padding-top: 10px;
    background: white;
    overflow: hidden;
}
#main {
    float: left;
    width: 660px;
    padding: 0 10px;
    font-weight: normal;
    text-decoration: none;
    text-align: justify;
}
#latest-info {
    background: #C0C0C0;
}
#ahbs-news {
    background: #C0C0C0;
}
#rhs {
    float: right;
    width: 250px;
}
#socialMedia, #twitter, #facebook {
    margin-top: 10px;
}
#footer {
    border-top: 1px solid black;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 5px 0;
    margin:0;
}
#footer h1 {
    font-size: 16pt;
}
#footer p {
    font-size: 10pt;
}
body, p, td, input, textarea {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12pt;
}
h1 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 20pt;
    font-weight: bold;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
    color: #000;
    text-decoration: none;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active {
    color: maroon;
    text-decoration: underline;
}
.small, small, a.small, p.bottomScreen, p.bottomPrint {
 font-size: 8pt;
}
.row1 {
    background: #90EE90;
}
.row2 {
    background: #8FBC8F;
}
.schedule {
    margin: 0;
    padding: 10px 5px;
    color: #FFF;
    line-height: 250%;
}
.schedule:hover {
    background: #8FBC8F;
    text-decoration: underline;
}
@media print {
 p.bottomScreen {
  display: none;
 }
}
@media screen {
 p.bottomPrint {
  display: none;
 }
}