body {

background-color: #88A7D6;
margin: 10px 0px 10px 0px;
padding: 0px;
text-align: center;
}

h1 {
font-size: 140%;
}

div#container {
width: 760px;
margin: 0px auto;
text-align: left;
border: 2px solid #1C4353;
font-family:  verdana, arial, serif;
background-image: url(images/background.gif);
background-color: #B8CFE7;
}

div#date {
float: left;
width: 150px; 
text-align: center;
border-style: solid;
border-color: #1C4353;
border-width: 0px 0px 0px 0px;
font-size: 80%;
margin: 0px;
padding-top: 12px;
font-weight: bold;
}  

div#heading {
margin-left: 150px;
padding: 0px;
border-style: solid;
border-color: #1C4353;
border-width: 0px 0px 0px 2px;
text-align: center;
height: 38px;
padding-bottom: 5px;
}

div#montage {
clear: both;
border-style: solid;
border-color: #1C4353;
border-width: 2px 0px 2px 0px;
width: 760px;
height: 160px;
}


#navigation {
float: left;
width: 150px;
padding: 0px;
margin: 0px;
border-style: solid;
border-width: 2px;
border-color: #1C4353;
border-width: 0px 2px 0px 0px;
font-size: 80%;
font-weight: bold;
padding-bottom: 30px;
}

#navigation ul {
margin: 0px;
padding: 0px;
list-style: none;
width: 150px;
}

#navigation li {
border-style: solid;
border-width: 2px;
border-color: #1C4353;
border-width: 0px 0px 2px 0px;;
height: 2em;
text-indent: 10px;
}


#navigation li a {
  display: block;
      width: 100%;
            height: 2em;
             }

                     #navigation li a:link {
                             color: #1D33B9;
                                     text-decoration: none;
                                             }

                                                     #navigation li a:visited {
                                                             color: #1D33B9;
                                                                     text-decoration: none;
                                                                             }

                                                                                     #navigation li a:hover {
                                                                                             color: white;
                                                                                                     background-color: #6072DD;
                                                                                                             }


                                                                                                                     #maincontent {
                                                                                                                             margin-left: 150px;
                                                                                                                                     border-style: solid;
                                                                                                                                             border-color: #1C4353;
                                                                                                                                                     border-width: 0px 0px 0px 2px;
                                                                                                                                                             font-size: 80%;
                                                                                                                                                                     padding-left: 30px;
                                                                                                                                                                             padding-right: 30px;
                                                                                                                                                                                     line-height: 130%;
                                                                                                                                                                                             padding-bottom: 20px;
                                                                                                                                                                                                     }

                                                                                                                                                                                                             h1 { text-align: center; }

                                                                                                                                                                                                                     #address {
                                                                                                                                                                                                                             clear: both;
                                                                                                                                                                                                                                     text-align: center;
                                                                                                                                                                                                                                             border-style: solid;
                                                                                                                                                                                                                                                     border-color: #1C4353;
                                                                                                                                                                                                                                                             border-width: 2px 0px 0px 0px;
                                                                                                                                                                                                                                                                     font-size: 65%;
                                                                                                                                                                                                                                                                             padding-top: 12px;
                                                                                                                                                                                                                                                                                     padding-bottom: 12px;
                                                                                                                                                                                                                                                                                             }

                                                                                                                                                                                                                                                                                                     .hidden {
                                                                                                                                                                                                                                                                                                             display: none;
                                                                                                                                                                                                                                                                                                                     }





