/* images */
img.nav, img.logo, img.pic {
    border: 0px;
    vertical-align: top;
    font-family: sans-serif;
    font-variant: normal;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
}
a.link, a.currentlink, a.toplink, a.currenttoplink, ul.links, li.links, ul.assoclinks, ul.page, ul.footer, li.footer, li.assoclinks, li.page {
    color: rgb(195,103,0);
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-family: sans-serif;
    font-variant:small-caps;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin-bottom: 0em;
}
/* links */
a.currentlink, a.currenttoplink {
    color: rgb(23,95,0);
    font-weight:bold;
}
a.toplink, a.currenttoplink {
    font-size: 20px;
    font-weight:bold;
}
a.link {
    font-weight:bold;
}
a.link:hover, a.currentlink:hover, a.toplink:hover, a.currenttoplink:hover {color: maroon;}

/* imgs */
img.nav {
    width: 650px;
    height: 50px;
}
img.logo {
    width: 250px;
    height: 50px;
}
img.pic {
    width: 100px;
    height: 50px;
}
/* lists */
ul.assoclinks, li.assoclinks {
    list-style:none;
    display:block;
    vertical-align: bottom;
    text-align: right;
    margin-left:0px;
    padding-left:0px;
    margin-bottom:0px;
}
ul.footer, li.footerstart, li.footer, li.footerend {
    display:inline;
    vertical-align: bottom;
    text-align: center;
    padding-left:4px;
    padding-right:6px;
}
li.footerstart {
    border-right: 2px solid rgb(23,95,0);
}
li.footer {
    border-right: 2px solid rgb(23,95,0);
}
li.footerend {
    border-right: none;
}
ul.page, li.page {
    display:inline;
    vertical-align: bottom;
    padding-left:4px;
    padding-right:6px;
    text-align:right;
}
ul.links, li.links {
    display:block;
    text-align:left;
    margin-left:6px;
    padding-left:6px;
    margin-bottom:6px;
}
