﻿.toplink { color:#990000; text-decoration:underline; font-style: italic; }
.toplink:Hover { color:#003399; text-decoration:none; }
.toplink2 { font-family: Verdana; font-size: 12pt; color:#333333; text-decoration:none; }
.toplink2:Hover { color:#990000; }
.activetoplink2 { font-family: Verdana; font-size: 12pt; color:#990000; text-decoration:none; }
.activetoplink2:Hover { color:#003300; }
.centerlink { color:#003399; text-decoration:underline; font-size: 12pt; }
.centerlink:Hover { text-decoration:none; color:#CC0000; }
.leftlink { font-family: Verdana; font-size: 12pt; color:#000A96; text-decoration:underline; margin-left: 1px; }
.leftlink:Hover { color:#CC0000; text-decoration:none; }
.activeleftlink { font-family: Verdana; font-size: 12pt; color:#CC0000; text-decoration:underline; margin-left: 1px; }
.activeleftlink:Hover { color:#000A96; text-decoration:none; }
.rightlink { color:#FFFFFF; text-decoration:underline; }
.rightlink:Hover { text-decoration:none; }
.textlink { color:#FFFFFF; text-decoration:underline; }
.leftheading { font-family: Verdana; color:#CC9900; font-size: 15pt; font-weight: bold; }
.textlink:Hover { color:#990000; }
.text { font-family: Verdana; color:#333333; font-size: 12pt; text-align:justify; }
.toptext { font-family: Verdana; font-size: 12pt;  color:#FFFFFF; }
.bottomtext { font-family: Verdana; color:#333333; font-size: 12pt; text-align:left; }
.righttext { font-family: Verdana; color:#333333; font-size: 12pt; text-align:center; }
.subscribe { font-family: Arial; font-size: 12pt; color:#333333; }
.news { font-family: Verdana; color:#333333; font-size: 12pt; text-align:right; }
.newslink { text-decoration:underline; color:#000A96; }
.note { font-family: Verdana; font-size: 12pt; color:#FFFFFF; font-style: italic; }
.bottomnote { font-family: Verdana; font-size: 12pt; color:#000A96; }
.bottom { font-family: Verdana; color:#FFFFFF; font-size: 12pt; }
.bottomlink { color:#FFFFFF; text-decoration:none; }
.bottomlink:Hover { color:#990000; text-decoration:none; }
.activebottomlink { color:#FFFFFF; text-decoration:underline; }
.activebottomlink:Hover { color:#990000; text-decoration:none; }
h1 { font-family: Verdana; font-size: 20pt; color:#003399; margin: 0px; text-align:left; }
h2 { font-family: Verdana; font-size: 16pt; margin: 0px; color:#003399; text-align:center; }
.h3 { font-family: Arial; font-size: 12pt; margin: 0px; color:#333333; }
.enlarge:hover {
	transform:scale(2,2);
	transform-origin:0 0; }
.button-link {font-family: Verdana; font-size: 12pt; font-style: italic; color:#990000; text-decoration:none;
    padding: 5px 10px;
    background: #ebebeb;
    color: #990000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #990000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #00CC00;
    border: solid 1px #006600;
    color: #FFF;
    text-decoration: none;
}

/* The side navigation menu */
.hamburger1 { font-family: Verdana; color:#FFFFFF; font-size: 15pt; text-align:center; }
.hamburger2 { font-family: Verdana; color:#FFFFFF; font-size: 12pt; text-align:center; }
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 48px;
    left: 0;
    background-color: #0099CC;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    padding-top: 40px; /* Place content 40px from the top */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 15px;
    font-family: Verdana;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

/* When the mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #990000;
}

/* Position and style of the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
    margin-left: 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 12px;}
}