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;;
}



div#navigation .level1 { text-indent: 10px; }
div#navigation .level1-selected a:visited,
div#navigation .level1-selected a:link { 
text-indent: 10px;  
color: white;
background-color: #6072DD; }


div#navigation .level2 { text-indent: 20px; }
div#navigation .subsection  .level2-selected a:visited,
div#navigation .subsection  .level2-selected a:,
div#navigation .subsection  .level2-selected a:link { 
text-indent: 20px;  
color: black;
background-color: #9cbdef; 
height: 200px;
padding: 0px;
margin: 0px;
}

.subsection { padding: 0px; margin: 0px; }

div#navigation .subsection a:hover { 
background-color: green; 
height: 200px;
padding: 0px;
margin: 0px;
}


#navigation li a {
 display: block;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px; 
 }

 #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;
 }

 div#navigation .subsection li {
 font-size: 85%;
 #background-color: #d4e0f3;
background-color: black; 
 color: black;
 border: 0px;
 padding: 0px;
 margin: 0px;
 height: 100px;
 }



 #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;
 }

