﻿.font-button
{
    /*background-color: #0090CB;*/
    /*background-color: #2d5082;*/
    background-color: #2A4E83;
    height: 35px;
    width: 35px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 19pt;
    cursor: pointer;
}
        
body {
    font-family: Arial, Helvetica, Calibri, Georgia;
    /*font-size: large;*/
    margin: 0px;
    /* background-image: url("logos/picture3.jpg"); */
    background-repeat: no-repeat; 
    background-color: #ededed;
}

h1, h2 {
    margin: 0px;
}

p { margin-top: 0px; }

#topContent {
    text-align: left;
    background-color: #85B400;
    color: White;
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 198px;
    /* border:5px solid black; */
    border-bottom: 2px solid white;
}

#topContent a {
    text-decoration: none;
    color: White;
}

#leftContent {
    width: 150px;
    padding: 0px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 210px;
    margin-top: 10px;
    left: 0px;
    /* border:5px solid black; */
}

#mainContent {
    text-align: left;
    margin-left: 160px;
    padding: 10px;
    font-size: 120%;
}

#footerContent {
    text-align: center;
    padding: 5px;
}
        
.button {
    font: 19px Arial;
    text-decoration: none;
    display:block;
    color: #ffffff;
    outline: 0;
}

.centerbutton {
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    height:35px;
    width:130px;
    /*background-color: #008000;*/
    background-color: #85B400;
}

.spacebetweenbutton {
    height:10px;
}
        
a:link {
    /*color: #2F4e83;*/
    color: #2A4E83;
}

li {
    margin: 1em 0;
}
