/* 
    Created on : May 25, 2016, 8:24:30 AM
    Author     : Hired Gun Coding
*/

#mm ul
{
    float: left;
    left: 50%;
    margin: auto;
    padding: 0;
    position: relative;
    text-align: center;
}

#mm li
{
    font-family: arial;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
    display: inline;
    float: left;
    list-style-type: none;
    padding-top: 2px;
    position: relative;
    right: 50%;
}

#mm li a
{  
    font-family: arial;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: none;
    float: left;
    background-color: #000000;
    color: #ffffff;
    padding-top: 2px;
   
}

#mm li a:hover
{
    background-color: #000000;
    color: #ffff00;
    padding-top: 2px;
}

#topnav { background-color: #000000; height: 30px; left: 0; position: fixed; top: 0; width: 100%; z-index: 999; }

img { border: 0; }
img.logo { display: block; margin-left: auto; margin-right: auto; }

input.btn-bk {color: #000; font-weight: bold;}
input.fill {display: block; margin: auto; width: 95%;}

span.red {color: #f00;}

.center {text-align: center;}
.justify {text-align: justify;}

.red {color: #f00;}

.submit {padding:25px;}

