body {
    font-family: verdana,arial, helvetica, sans-serif;
    font-size:12px;
    cursor:default;
}
* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
a{
    color:#000;
    text-decoration:underline;
    font-weight:bold;
}
html {
    background: #fff;
    height:99%;
    margin-bottom:1px;
}
#container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
#header {
    margin-top:10px;
    background: url('/img/logobg.gif');
    width:100%;
    height:61px;
    border-left:1px solid black;
    border-right:1px solid black;
    padding-left:5px;

}
li {
    list-style:none;
    padding-left:10px;
}
.search {
    padding:0px;
}
.spacer {
    width:100%;
    height:15px;
}
hr {
    border:0px;
    width: 100%;
    text-align: left;
}
h1 a{
    font-size:23px;
    text-transform:uppercase;
    color: #ffffff;
    text-decoration:none;
}
img {
    border:1px solid #000;
}
h2 {
    font-size:15px;
    color:black;
    font-weight:300;
}
h3 {
    background: url('/img/titlebg.gif');
    color:#fff;
    margin-top:10px;
    font-size:15px;
    text-align:left;
    font-weight:300;
}
.date {
    color:#bbb;
}

#left {
    float:left;
    width:200px;
    color:black;
    border-right: 0px solid #ccc;
}

#main {
    margin: 5px 5px 5px 210px;
    padding-left:15px;
    background:#fff;

}
p {
    color:black;
    line-height:20px;
    padding:5px;
}
#footer {
    clear:both;
    text-align:center;
    font-size:12px;
}
.right {
    color:gray;
    float:right;
    font-size:100%;
    margin-top:5px;
}
.left {
    color:gray;
    float:left;
    font-size:100%;
    margin-top:5px;
}
.web {
    padding:5px;
}
.web_url {
    font-size:0.9em;
    color: #808080;
}