html{
background-color: #ffefce; overflow: scroll;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#container{
margin: 0px auto; width: 800px; background-color: white;
}
#banner{
background: url(../images/banner.jpg); width: 800px; height: 232px; background-repeat: no-repeat;
}
#top_menu{
background-color: black; width: 100%; height: 30px;
}
#main_content{
color: #333333;  padding: 20px; border-left: maroon 1px solid; border-right: maroon 1px solid;
}
#footer{
padding: 20px; border-top: 3px solid black; border-left: 1px maroon solid; border-right: 1px maroon solid; border-bottom: 1px maroon solid;
}
#intro_text{
margin-top: 20px; color: #333333; padading: 10px; border-bottom: 3px solid black; padding-bottom: 10px;
}


td.top{
color: white; width: 80px; text-align: center;
}

a.top:link{
color: white; text-decoration: none;
}
a.top:visited{
color: white; text-decoration: none;
}
a.top:hover{
color: white; text-decoration: underline;
}
a.top:active{
color: white; text-decoration: none;
}
.title_text{
color: black; font-weight: bold;
}

a {
    word-break: break-all;
}