#content { 
           height: 870px;
           _height: 900px;
           }

#body { 
        height: 830px;
        }

#pageBody h1 { 
               font-weight: 100;
               margin-top: 50px;
               font-size: 30px;
               color: #0e55a4;
               }

#pageBody h2 { 
               font-size: 13px;
               color: black;
               margin-left: 20px;
               margin-bottom: 10px;
               }

#pageBody h4 { 
               font-size: 13px;
               color: black;
               margin-left: 20px;
               }

#pageBody a:link { text-decoration: none; color: blue; }
#pageBody a:visited { text-decoration: none; color: blue; }
#pageBody a:hover { text-decoration: underline; color: blue; }
#pageBody a:active { text-decoration: none; color: blue; }

#header {
          height: 79px;
          background: url('/images/header.jpg') no-repeat;
          }

#header ul { 
             position: absolute;
             top: 86px;
             left: 5px;
             width: 690px;
             background: #0e55a4;
             text-align: center;
             }

#header li { 
             background: none;
             display: inline;
             color: #fff;
             padding-right: 0px;
             padding-left: 0px;
             line-height: 28px;
             margin-left: 2px;
             margin-right: 2px;
             }

#boxes { 
         border: 1px solid white;
         }

#boxes h1 { 
            color: #d20000;
            font-weight: bold;
            font-size: 20px;
            padding: 0px;
            margin: 0px;
            }

#news { 
        width: 250px;
        float: left;
        margin-left: 30px;
        }

#videos { 
        float: left;
        width: 250px;
        margin-left: 40px;
        }

#videos p { 
            font-size: 10px;
            }

.preview { 
           float: left;
           width: 255px;
           height: 80px;
           background: url('/images/videosbg.jpg') no-repeat;
           margin-top: 10px;
           }

.preview h3 { 
              margin-top: 3px;
              font-size: 12px;
              }

.preview p { 
             margin-top: 4px;
             }

.preview a:link { 
                  color: blue;
                  font-size: 10px;
                  font-weight: bold;
                  text-decoration: underline;
                  }

.preview a:hover { color: blue; }
.preview a:visited { color: blue; }
.preview a:active { color: blue; }

#google { 
          height: 69px;
          float: left;
          margin-left: 10px;
          width: 100px;
          background: url('/images/google.gif') no-repeat;
          background-position: center center;
          }

#yahoo { 
          height: 69px;
          float: left;
          margin-left: 10px;
          width: 100px;
          background: url('/images/yahoo.gif') no-repeat;
          background-position: center center;
          }

#nyt { 
          height: 69px;
          float: left;
          margin-left: 10px;
          width: 100px;
          background: url('/images/newyorktimes.gif') no-repeat;
          background-position: center center;
          }

#fox { 
       height: 69px;
       float: left;
       margin-left: 10px;
       width: 100px;
       background: url('/images/foxnews.jpg') no-repeat;
       background-position: center center;
       }

#video1 { 
          height: 69px;
          float: left;
          width: 100px;
          background: url('/images/video1.jpg') no-repeat;
          background-position: center center;
          }

#video2 { 
          height: 69px;
          float: left;
          width: 100px;
          background: url('/images/video2.jpg') no-repeat;
          background-position: center center;
          }

#video3 { 
          height: 69px;
          float: left;
          width: 100px;
          background: url('/images/video3.jpg') no-repeat;
          background-position: center center;
          }

#video4 { 
          height: 69px;
          float: left;
          width: 100px;
          background: url('/images/video4.jpg') no-repeat;
          background-position: center center;
          }

