﻿body 
{
    margin:0px;
    padding:0px;
    background-color: #ffffff;
    padding-top : 0px;
    padding-bottom : 0px;
    margin-top : 5px;
}
A, A:link, A:visited
{
    color: blue;
}
td
{
    font-family: Verdana;
    font-size:14px;
}
table.matrix
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
table.matrix td
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
}
table.matrix th
{
    background-color: Black;
    color: White;
    font-weight: bold;
}
.footer
{
    font-family : "Verdana";
    font-size : x-small;
    color : Black;
}
.TodaysDate
{
    font-family : "Verdana";
    font-size : 12px;
    color : Gray;
}
a.footerlink
{
    font-family : "Verdana";
    font-size : x-small;
    color : Blue;
    text-decoration : "underline";
}
a.wiki
{
    font-family: "Verdana";
    color: Green;
    text-decoration: none;
    border-bottom: green 1px dashed;
}

TD.topnav_off
{
    background-image: url(images/nav_background.gif);
    background-repeat: repeat-x;
    border-left: white 1px solid;
    border-bottom: #ffffff 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
}
TD.topnav_on
{
    border-bottom: #ffffff 1px;
    background-color: #003366;
    border-left: white 1px solid;
    border-right: white 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 2px;
    text-align: center;
}
TD.topnav_edge
{
    background-image: url(images/nav_background.gif);
    background-repeat: repeat-x;
    border-bottom: #ffffff 1px solid;
}
TD.subnav
{
    background-color: #003366;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 2px;
}
A.topnav_off, A.subnav_off, A.topnav_off:visited, A.subnav_off:visited
{
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: verdana;
    text-decoration: none;
}
A.topnav_on, A.subnav_on, A.topnav_on:visited, A.subnav_on:visited
{
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: verdana;
    text-decoration: none;
    font-style: italic;
}
A.topnav_off:hover, A.subnav_off:hover, A.topnav_on:hover, A.subnav_on:hover
{
    border-bottom: white 1px dashed;
}
.smallfont
{
    font-weight: normal;
    font-size: 8pt;
    color: black;
    font-family: verdana;
}
.mediumfont
{
    font-weight: normal;
    font-size: 12pt;
    color: black;
    font-family: verdana;
    font-weight: bold;
}
.largefont
{
    font-weight: normal;
    font-size: 16pt;
    color: black;
    font-family: verdana;
}
A.largefont
{
    font-weight: normal;
    font-size: 16pt;
    font-family: verdana;
    color: #000099;
    border-bottom: blue 1px dashed;
    text-decoration: none;
}
Table.searchboxmain
{
    border-right: #b1953a 1px solid;
    border-top: #b1953a 1px solid;
    border-left: #b1953a 1px solid;
    border-bottom: #b1953a 1px solid;
    background-color: #ece5ce;
}
Table.QuickLinks
{
    border-right: black 1px dashed;
    padding-right: 5px;
    border-top: black 1px dashed;
    padding-left: 5px;
    list-style-position: outside;
    font-size: 10pt;
    padding-bottom: 5px;
    border-left: black 1px dashed;
    padding-top: 5px;
    border-bottom: black 1px dashed;
    font-family: Verdana;
    list-style-type: disc;
    background-color: #f5f5f5;
}
H2
{
    font-weight: bold;
    font-size: medium;
    color: navy;
    font-family: Verdana;
}
ul.first
{
    font-size: 14px;
    font-family: Verdana;
}
div.boxright
{
    border-right: black thin solid;
    padding-right: 5px;
    border-top: black thin solid;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 5px;
    border-left: black thin solid;
    padding-top: 5px;
    border-bottom: black thin solid;
    position: relative;
    float: right;
    background-color: #ffffcc;
}

h1
{
    font-family: verdana, arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    padding: 5px;
}
.icon
{
    background-repeat: no-repeat;
    background-position: 5px center; 
}
h1.icon
{
    padding-left:50px;
}

.content
{
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    font-family: Verdana, Arial, Sans-Serif;
    font-size:12px;
}

.footerbar
{
    background-image: url(images/nav.jpg);
    text-align:center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size:12px;
    padding:10px;
    color: White;
}
.footerbox
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
}
.center
{
    text-align:center;
}
a.paybutton
{
    text-align: center;
    display:block;
    border-bottom: #006600 1px solid;
    border-left: #006600 1px solid;
    border-top: #006600 1px solid;
    border-right: #006600 1px solid;
    background-color: #dff4e2;
    padding:20px;
    font-family:Verdana;
    font-size: 20px;
    text-decoration: none;
    color: #003300;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    
}
a:hover.paybutton
{
    background-color: #003300;
    color: #ffffff;
} 



#header
{
    width:750px;
    margin-right:auto;
    margin-left:auto;
    background-color:#fff;
}
#header #logo
{
    float:left;
    width:310px;
}
#header #title
{
    padding-top:17px;
    float:left;
    text-align:right;
}
#mainnav
{
    background-image: url(images/nav.jpg);
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
    clear: both;
    background-repeat: repeat-x;
    width:100%;

}
#nav
{
    width: 950px;
    text-align:center;
    margin:0 auto 0 auto;
}

#mainnav ul
{
    padding: 0px;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
}

#mainnav ul li
{
    float:left;
    padding:0;
    margin:0;
    vertical-align: middle;
}

#mainnav ul li a
{
    display:block;
    padding: 10px;
    text-decoration: none;
    color: White;
}
#mainnav #nav ul li a:hover, #mainnav #nav ul li a.on
{
    background-image: url(images/nav_hover.jpg);
}/**/

.fp ul
{
    margin:0;
    padding:0;
    list-style:none;
}
.fp ul li
{
    list-style:none;
}
.fp ul li a, .fp ul li a:visited
{
    color: #36393d;
    text-decoration: none;
    font-size: 16px;
    display: block;
    border-bottom: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-right: #dcdcdc 1px solid;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #f9f9f9;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 5px center; 
}
.fp ul li a:hover
{
    background-color: #333333;
    border-bottom: #000066 1px solid;
    border-left: #000066 1px solid;
    border-top: #000066 1px solid;
    border-right: #000066 1px solid;
    color:White;
}
.fp ul li a.fees
{
    border-bottom: #006600 1px solid;
    border-left: #006600 1px solid;
    border-top: #006600 1px solid;
    border-right: #006600 1px solid;
    background-color: #dff4e2;
}
.fp ul li a:hover.fees
{
    background-color: #003300;
}

.icon-search
{
    background-image: url(images/icons/search.png);
}
.icon-fees
{
    background-image: url(images/icons/credit_cards.png);
}
.icon-account
{
    background-image: url(images/icons/key.png);
}
.icon-articles
{
    background-image: url(images/icons/search.png);
}
.icon-book
{
    background-image: url("images/icons/book.png");
}
.icon-computer
{
    background-image: url(images/icons/monitor.png);
}
.icon-room
{
    background-image: url(images/icons/scales.png);
}
.icon-events
{
    background-image: url(images/icons/21-calendar-32x32.png);
}
.icon-audiobook
{
    background-image: url(images/icons/cd.png);
}

.maintenance
{
    border-bottom: #fda300 2px solid;
    border-left: #fda300 2px solid;
    background-color: #ffeecf;
    border-top: #fda300 2px solid;
    border-right: #fda300 2px solid;
    margin-bottom: 10px;
}
.maintenance td h2
{
    
    margin-bottom: 5px;
}
.maintenance td
{
    font-size: .8em;
}
