/* Global default styles. */

body {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-image: url(graphics/background.gif);
    background-repeat: repeat-y;
    color: black;
    padding: 0;
    margin: 0;
}

body.scrollbar-quirk {
    margin-right: 15px;
}

#header {
    height: 78px;
    background-image: url(graphics/header.gif);
    background-repeat: repeat-x;
}

#header_logo {
    float: left;
    position: absolute;
    left: 0;
    width: 184px;
}

#header_text {
    padding-left: 179px;
    text-align: center;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 19px;
    color: #222222;
}

#menu {
    position: absolute;
    left: 0px;
    width: 173px;
    float: left;
    padding: 20px 4px 0px 3px;
    font-size: larger;
}

#content {
    padding-left: 184px;
    padding-right: 5px;
}

#footer {
    position: relative;  /* Needed for Safari */
    padding-top: 3em;
    padding-bottom: .5em;
    margin-left: 179px;
    text-align: center;
    font-size: x-small;
}

a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}

#content a[href ^="mailto:"] {
    background: url(graphics/mailto.png) center right no-repeat;
    padding-right: 15px;
}
a.external {
    background: url(graphics/external.png) center right no-repeat;
    padding-right: 13px;
}

p {
    margin-bottom: 10px;
}

img {
    border: none;
}

br.spacer {
    font-size: 8px;
}

.header {
    color: black;
    background-color: #ffebbf;
    font-family: Verdana,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding: 3px;
    clear: both;
    -moz-border-radius: 8px 8px 0 0;
}

.menu_header {
    color: white;
    background-color: #709FCF;
    font-family: Verdana,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding: 3px;
    margin-bottom: .5em;
    clear: both;
    text-align: center;
    -moz-border-radius: 10px 0 10px 0;
}

ul.menu {
    padding-left: 18px;
    margin: .5em 0 1em 0;
    list-style-type: square;
}

ul.menu li {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
}

a.header:hover {
    color: #fff;
}

.notice {
    font-weight: bold;
    color: #000;
    background-color: #ffc;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
}

.item {
    color: #000;
    background-color: #eee;
	font-size: 12px;
}

/* Alternating styles. */
.item0 {
    background-color: #eee;
}
.item1 {
    background-color: #ddd;
}

.form-error {
    color: red;
}
.reditem {
    color: red;
}

/* Tab styles. */
.tabset {
    border-bottom: 1px solid #446;
    font-weight: bold;
    clear: both;
}
.tabset li {
    list-style: none;
    display: inline;
}
.tabset li a {
    line-height: 1.5em;
    padding: 2px 0.5em;
    border: 1px solid #000;
    border-bottom: 1px solid #446;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    background-color: #e9e9e9;
    text-decoration: none;
}
.tabset li a:hover {
    color: #000;
    background-color: #fff;
}
.tabset li a.activeTab {
    color: #fff;
    background-color: #446;
    border-bottom: none;
}
.tabset li a.activeTab:hover {
    color: #fff;
    background-color: #446;
}

h1 {
    font-size: larger;
}

.small {
    font-size: smaller;
}

@media print {
body {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-image: none;
    color: black;
    padding: 0;
    margin: 0;
}

    /* hide the left column when printing */
    #menu { display: none; }
    #header_logo { display: none; }
    #header_text { padding: 0; }
    #content { padding: 0; }
    #footer {
        margin: 1em 0 0 0;
        padding-top: .5em;
        border-top: 1px solid black;
    }
    a { margin: 0 5px 0 5px; }

    /* show link url after its caption when printing */
    /* a[href]:after { content: " [" attr(href) "]"; } */
}