/* Hoffstetter CSS Document */

body {
font-family: Arial, Verdana, Times New Roman;
margin-top: 0px; margin-bottom: 0px;
background: url(images/bg.jpg);
color: #666;
}

h1 {
color: #14458f;
padding-left: 10px; padding-top: 15px;
font-size: 20px;
}

p {
padding-left: 10px; padding-right: 10px;
}

#wrapper {
background: #fff none;
}

#nav {
background: #14458f url(images/nav.gif);
}

#nav a {
color: #fff;
text-decoration: none;
font-weight: bold;
padding-left: 15px;
}

#nav a:hover {
color: #c0c0c0;
}

#content {
background: url(images/toolbar.jpg) no-repeat top center;
}

#links {
background: url(images/right_bg.jpg);
width: 180px;
text-align: center;
}

#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 180px;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 10px 0 10px 0em;
padding: 0;
border-top: 1px #14458f solid;

}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
border-bottom: 1px #14458f solid;
text-align: center;
text-decoration: none;
color: #14458f;
}

#navlist a:hover { 
color: #ffffff;
background-color: #14458f; 
}
