html, body {
     padding-top: 1em;
      background: #012e4d;
           color: #ffffff;
       font-size: 90%;
}

td {
       font-size: 100%;
      text-align: left;
}

body {
      margin-top: -20px;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input {
     font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
}

h1, .date_header {
           color: #ff6600;
       font-size: 130%;
     line-height: normal; 
         display: inline;
}

h2 {
           color: #0090c0;
       font-size: 130%;
     font-weight: normal; 
         display: inline;
}

h3 {
           color: #ff6600;
       font-size: 100%;
         display: inline;
}

h4 {
           color: #0090c0;
       font-size: 100%;
         display: inline;
}

h5 {
           color: #0090c0;
       font-size: 85%;
     font-weight: normal; 
         display: inline;
}

.orange {
           color: #ff6600;
}

.blue {
           color: #0090c0;
}

.quote {
           color: #ff8636;
       font-size: 100%;
      font-style: italic;
}

.quote2 {
           color: #ffb487;
       font-size: 100%;
      font-style: italic;
     font-weight: bold;
}

.main {
      background: #274e70;
           width: 800px;
     margin: auto;
}

.footer {
           color: #ffffff;
       font-size: 90%;
      background: #6190aa;
           width: 800px;
     margin-left: auto;
    margin-right: auto;
     padding-top: 0.1em;
  padding-bottom: 0.1em;
    border-right: 4.1em;
     padding-top: 1em;
  padding-bottom: 2em;
}

.footer a:link {
 text-decoration: none; 
           color: #ffffff;
       font-size: 90%;
     font-weight: normal;
}

.footer a:visited {
 text-decoration: none; 
           color: #ffffff;
       font-size: 90%;
     font-weight: normal;
}

.footer a:hover {
 text-decoration: underline; 
           color: #ffffff;
       font-size: 90%;
     font-weight: normal;
}

.left {
    padding-left: 2em;
         display:block; 
           float:left;
}

.right {
   padding-right: 2em;
         display:block; 
           float:right;
}

.small, .copyright {
       font-size: small;
}

.copyright {
      margin-top: 0;
   margin-bottom: 0;
}

.email {
     font-weight: normal;
}

a {
 text-decoration: none; 
     font-weight: normal;
}

a:link, a:visited {
           color: #0090c0;
}

a:hover {
           color: #ff6600;
}

div[class=nav] {
         z-index: 100;
        position: relative;
}

.subNav {
         z-index: 120;
        position: absolute;
      visibility: hidden;
         display: block;
}

.inlineNav {
         z-index: 120;
        position: absolute;
      visibility: hidden;
         display: inline;
}

.mainImage {
         z-index: 150;
        position: relative;
}

.title_text, .time_str {
       font-size: 75%;
     font-weight: normal;
   margin-bottom: 5px;
}

span[class=title_text] a {
 text-decoration: none; 
     font-weight: normal;
}


.empty_day_cell {
      background: #ffb487;
          height: 100px;
           width: 100px;
}

.day_cell {
      background: #000030;
          height: 100px;
           width: 100px;
}

.today_cell {
      background: #003399;
          height: 100px;
           width: 100px;
}

.column_header {
      background: #6699c0;
          height: 30px;
           width: 100px;
     font-weight: bold;
      text-align: center;
 }