body {
background-color : black;
font-family : Verdana, arial, sans-serif;
font-size : 90%;
color : white;
}

#container {
width: 90%;
margin :auto;
background-color: #999;
color: #333;
border: 1px solid red;
}

#top {
height : 120px;
top : 0px,
left : 0px;
padding: 0px;
margin : 0px;
background-color: #5A6CB0;
background-position: left middle;
background-repeat: no-repeat;
border-top : thin solid #5A6CB0;
}

#navbar {
text-align : right;
height : 20px;
background-color : #5A6CB0;
margin :0px;
padding : 0px;
padding-bottom : 3px;
border : none;
border-top : 1px solid #5A6CB0;
border-bottom:2px solid red;
}

#navbar ul {
list-style : none;
margin : 0px;
padding : 0px;
}

#navbar li {
display : inline;
}

#navbar a:link, #navbar a:visited {
margin-right:1px;
padding : 3px 15px 2px 15px;
color : #a62020;
background-color : #fce6ea;
text-decoration : none;
border-top : 1px solid #ffffff;
border-left : 1px solid #ffffff;
border-right : 1px solid #717171;
border-bottom : 1px solid #717171;
}

#navbar a:hover {
border-top : 1px solid #717171;
border-left : 1px solid #717171;
border-bottom : 1px solid #ffffff;
border-right : 1px solid #ffffff;
}

#top h1 {
color : yellow;
font-style : italic;
text-align : center;
padding : 25px 5px 0px 5px;
}

#leftnav {
float: left;
width: 160px;
margin: 0;
padding: 0em;
}

#leftcontent {
position : relative;
top : 0px;
left : 0px;
margin : 0px;
padding : 0px;
width : 198px;
border : none;
}

#leftcontent ul {
list-style-type : none;
margin:0px;
padding : 0px;
}

#leftcontent li a {
display : block;
}

#leftcontent a:link, #leftcontent a:visited {
width : 167px;
margin-right:1px;
padding : 6px 15px 7px 15px;
color : #a62020;
background-color : #fce6ea;
text-decoration : none;
border-top : 1px solid #ffffff;
border-left : 1px solid #ffffff;
border-right : 1px solid #717171;
border-bottom : 1px solid #717171;
}

#leftcontent a:hover {
border-top : 1px solid #717171;
border-left : 1px solid #717171;
border-bottom : 1px solid #ffffff;
border-right : 1px solid #ffffff;
}

#slideshow {
width : 180px;
height : 230px;
margin-left : 7px;
margin-top : 5px;
background-color : none;
}

#content {
margin-left: 200px;
border-left: 1px solid red;
padding: 1em;
max-width: 90%;
background-color : #eee;
}

#content2 {
margin-left: 200px;
border-left: 1px solid red;
padding: 1em;
max-width: 90%;
min-height: 600px;
background-color : #eee;
}

#footer {
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #eee;
border-top: thin solid red;
text-align : center;
font-size : 90%;
}

#footer p {
padding : 0px;
margin : 0px;
margin-bottom : 4px;
line-height : 25px;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.contact {
font-weight : bold;
margin : 11px;
}

.footnote {
font-style:italic;
font-size : 90%;
}

h5 {
line-height : 25px;
}

em {
font-weight : bold;
}
