﻿body {
    font-family: Verdana;
}
#navigation a.division {
    margin-left: 7%;
    margin-top : .1em;
    margin-bottom: .1em;
    text-align: center;
    width: 90%;
    font-family: Verdana;
    font-size: .8em;
    font-weight: bold;
    display: block;
    text-decoration: none;
    background-color: darkKhaki;
    border: solid 1px transparent;
    border-top-color: #222;
    border-bottom-color: #222;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    color: #222;
}
#navigation a.panelBtn {
    margin-left: 0;
    margin-top : .33em;
    margin-bottom: .33em;
    text-align: center;
    width: 100%;
    font-family: Verdana;
    font-size: .8em;
    font-weight: bold;
    display: block;
    text-decoration: none;
    background-color: #222;
    border: solid 1px transparent;
    border-top-color: Gainsboro;
    border-bottom-color: silver;
    vertical-align: middle;
    padding-top: .1em;
    padding-bottom: .1em;
    color: gainsboro;
}
#navigation a.panelBtn:hover, #navigation a.division:hover {
    background-color: gold;
    color: #222;
	text-decoration: none;
}
#navigation span {
    top: 50%;
}
#navigation a.navBtn {
    margin-left: 14%;
    margin-top : 1px;
    margin-bottom: 1px;
    text-align: center;
    width: 80%;
    font-family: Verdana;
    font-size: .75em;
    display: block;
    color: #222;
    text-decoration: none;
    background-color: lightgreen;
    border: solid 1px darkGreen;
    vertical-align: middle;
    padding-top: .1em;
    padding-bottom: .1em;
}
#navigation a.navBtn:hover {
    background-color: gold;
    color: black;
}
#navigation a.navBtn:active, #navigation a.navBtn:focus {
    background-color: skyBlue;
}
.rackImg {
	border: none;
	text-decoration: none;
}
.rack {
    border: none;
	cursor: hand;
	width: 120px;
	height: 120px;
	text-decoration: none;
	text-align: center;
	margin-left: 1%;
}
#sponser {
    margin-top: 12px;
}
