body {
margin: 0;
color: black;
font: 12px verdana, sans-serif;
background-color: #B0B0B0;
}

a {
color: #107B8E;
text-decoration: underline;
}

a:hover {
color: black;
}

p {
margin: 12px 0;
}

h2 {
margin: 0;
font: 20px "Trebuchet MS", arial, sans-serif;
border-bottom: 1px dashed;
}

#layout {
margin: 0 auto;
width: 700px;
border: 1px solid black;
background-color: white;
}

#top {
height: 115px;
background: url(images/top.gif) repeat-x top;
}

#top h1 {
margin: 0;
height: 79px;
text-indent: -9999px;
}

#top h1 a {
display: block;
width: 200px;
height: 50px;
background: url(images/logo.gif) no-repeat;
text-decoration: none;
}

#top ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
}

#top ul#nav {
margin-left: 10px;
}

#top > ul#nav {
margin-left: 20px;
}

#top li { /* all list items */
float: left;
position: relative;
padding: 3px;
margin: 0 10px;
font-weight: bold;
display: block;
float: left;
background-color: #55909B;
border: 1px solid #1C6471;
border-bottom: none;
color: white;
cursor: default;
}

#top li ul { /* second-level lists */
display: none;
position: absolute;
top: 1em;
left: 0;
width: 200px;
border: 1px solid #107B8E;
margin-top: 8px;
margin-left: -1px;
}

#top li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
margin-top: 3px;
margin-left: -4px;
}

#top li:hover, #top li.over {
background-color: #107B8E;
}

#top li:hover ul, #top li.over ul { /* lists nested under hovered list items */
display: block;
}

#top li ul li {
margin: 0;
float: none;
padding: 0;
border: none;
font-weight: normal;
}

#top li ul li a {
display: block;
padding: 3px;
color: black;
width: 194px;
background-color: #D4DCDD;
text-decoration: none;
}

#top li ul li a:hover {
background-color: #107B8E;
color: white;
}

#top p {
text-align: center;
margin-top: -26px;
font-weight: bold;
}

#content {
padding: 0 5px;
clear: left;
}

#bottom {
text-align: center;
color: white;
padding: 2px;
background-color: #1C6471;
}