﻿.mainlink { font-family: Verdana; font-size: 12pt; color:#333333; text-decoration:none; }
.mainlink:Hover { color:#FFFFFF; text-decoration:none; }
.mainlink1 { font-family: Verdana; font-size: 12pt; color:#000A96; text-decoration:none; }
.mainlink1:Hover { color:#333333; text-decoration:none; }
.toplink1 { color:#000A96; text-decoration:none; }
.toplink1:Hover { color:#E80020; text-decoration:underline; }
.toplink2 { color:#000A96; text-decoration:none; font-weight: bold; }
.toplink2:Hover { text-decoration:underline; }
.leftlink:Hover { text-decoration:none; }
.textlink1 { color:#000A96; }
.textlink1:Hover { color:#CC0000; }
.textlink1active { color:#CC0000; text-decoration:none; }
.textlink1active:Hover { color:#000A96; text-decoration:underline; }
.textlink2 { color:#000A96; text-decoration:none; }
.textlink2:Hover { color:#CC0000; }
.textlink3 { color:#666666; }
.textlink3:Hover { color:Black; }
.textlink4 { color:#666666; text-decoration:none; }
.textlink4:Hover { color:Black; text-decoration:none; }
.bottom { font-family: Verdana; color:#FFFFFF; font-size: 12pt; }
.bottomlink { color:#FFFFFF; text-decoration:none; }
.bottomlink:Hover { color:#CC9900; text-decoration:none; }
.activebottomlink { color:#FFFFFF; text-decoration:underline; }
.activebottomlink:Hover { color:#CC9900; text-decoration:none; }
.head { font-family: Verdana; font-size: 14pt; color:#333333; font-style: italic; }
.heading { font-family: Umbra BT; font-size: 14pt; }
.texts { font-family: Verdana; font-size: 12pt;  color:#333333; }
h2 { font-family: Verdana; font-size: 18pt; margin: 0px; color:#666666; }
h1 { font-family: Verdana; font-size: 24pt; margin: 0px; color:#666666; }
h3 { font-family: Verdana; font-size: 14pt; margin: 0px; color:#666666; }
#scrollup {
	position: fixed;
	opacity: 0.8; /* transparent */
	border: 3px solid red;
	background: #aaa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	left: 63px; /* left indent */
	bottom: 10px; /* bottom indent */
	display: none; /* invisible */
	cursor: pointer;
}

.button-link {font-family: Verdana; font-size: 12pt; color:#000A96; text-decoration:none;
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    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: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

.buttonlink {font-family: Verdana; font-size: 12pt; color:#000A96; text-decoration:none;
    padding: 5px 10px;
    background: #356094;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    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;
}
.buttonlink:hover {
    background: #4479BA;
    border: solid 1px #4479BA;
    text-decoration: none;
}
.button {font-family: Verdana; font-size: 12pt; color:#000A96; text-decoration:none;
    padding: 5px 10px;
    text-align:center;
    background: #FFF;
    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:hover {
    background: #4479BA;
    border: solid 1px #4479BA;
    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: 37px;
    left: 0;
    background-color: #666666;
    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: #CC9900;
}

/* 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;}
}