﻿html
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: #FFFFFF;
    font-family: Calibri, sans-serif;
    margin: 0px;
    padding: 0px;
}

h1
{
    margin: 0px;
    padding: 8px;
    font-size: 22pt;
    font-weight: bold;
    background-color: #339E4A;
}

h2
{
    margin: 0px;
    font-size: 18pt;
    font-weight: normal;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

p
{
    margin-left: 15px;
    margin-right: 15px;
    font-size: 11pt;
}

.fixedtop
{
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.topmenu
{
    background-color: #194F25;
    margin: 0px;
    height: 30px;
    padding: 0px;
}

.topmenuitem
{
    float: left;
    width: 100px;
    height: 30px;
    padding: 0px;
    margin: 0px;
}

.topmenuitemshort
{
    float: left;
    width: 35px;
    height: 30px;
    padding: 0px;
    margin: 0px;
}

.topmenuitem a.nonactive
{
    text-align: center;
    vertical-align: middle;
    color: #DDDDDD;
    text-decoration: none;
    height: 20px;
    width: 95%;
    padding: 3px;
    margin: 0px;
    display: inline-block;
    font-size: 10pt;
    vertical-align: middle;
    border-top: 4px solid #194F25;
}

.topmenuitem a.nonactive:hover
{
    border-top: 4px solid #4DED6F;
}

.topmenuitem a.active
{
    text-align: center;
    vertical-align: middle;
    color: #DDDDDD;
    text-decoration: none;
    height: 20px;
    width: 95%;
    padding: 3px;
    margin: 0px;
    display: inline-block;
    font-size: 10pt;
    vertical-align: middle;
    border-top: 4px solid #4DED6F;
}

.topmenuitemshort a.nonactive
{
    text-align: center;
    vertical-align: middle;
    color: #DDDDDD;
    text-decoration: none;
    height: 20px;
    width: 95%;
    padding: 3px;
    margin: 0px;
    display: inline-block;
    font-size: 10pt;
    vertical-align: middle;
    border-top: 4px solid #194F25;
}

.topmenuitemshort a.nonactive:hover
{
    border-top: 4px solid #4DED6F;
}

.topmenuitemshort a.active
{
    text-align: center;
    vertical-align: middle;
    color: #DDDDDD;
    text-decoration: none;
    height: 20px;
    width: 95%;
    padding: 3px;
    margin: 0px;
    display: inline-block;
    font-size: 10pt;
    vertical-align: middle;
    border-top: 4px solid #4DED6F;
}

.menu
{
    background-color: #4DED6F;
    margin: 0px;
    height: 30px;
    padding: 0px;
}

.menuitem
{
    float: left;
    width: 80px;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.menuitem a
{
    text-align: center;
    vertical-align: middle;
    color: #194F25;
    text-decoration: none;
    height: 20px;
    width: 100%;
    padding: 3px;
    margin: 0px;
    font-size: 10pt;
    display: inline-block;
    border-bottom: 4px solid #4DED6F;
}

.menuitem a:hover
{
    border-bottom: 4px solid #194F25;
}

.menuitem a.active
{
    border-bottom: 4px solid #194F25;
}

.menuspacing
{
    height: 100px;
}

.background
{
    background-color: #FFFFFF;
    min-width: 100%;
    border-width: 0px;
    text-align: left;
}

.footer
{
    margin-top: 30px;
    background-color: #444444;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}

/* pull down menu */
.topmenuitem span.pulldown
{
    text-align: center;
    vertical-align: middle;
    color: #DDDDDD;
    text-decoration: none;
    height: 20px;
    width: 95%;
    padding: 3px;
    margin: 0px;
    display: inline-block;
    font-size: 10pt;
    vertical-align: middle;
    border-top: 4px solid #194F25;
}

.topmenuitemshort span.pulldown
{
    text-align: center;
    vertical-align: middle;
    color: #DDDDDD;
    text-decoration: none;
    height: 20px;
    width: 95%;
    padding: 3px;
    margin: 0px;
    display: inline-block;
    font-size: 10pt;
    vertical-align: middle;
    border-top: 4px solid #194F25;
}

span.expand
{
    color: #000000;
    width: 100%;
    padding: 5px 10px 5px 10px;
    margin: 1px 1px 1px 1px;
    border: 0px;
    text-decoration: none;
    display: block;
}

.topmenuitem .pulldown:hover
{
    border-top: 4px solid #4DED6F;
}

.topmenuitem ul.expand
{
    display: none;
}

.topmenuitem:hover ul.expand
{
    display: block;
    position: absolute;
}

.topmenuitemshort .pulldown:hover
{
    border-top: 4px solid #4DED6F;
}

.topmenuitemshort ul.expand
{
    display: none;
}

.topmenuitemshort:hover ul.expand
{
    display: block;
    position: absolute;
}

ul.expand li ul.subexpand
{
    display: none;
}

ul.expand li:hover ul.subexpand
{
    display: block;
    position: absolute;
}

ul.pulldown li
{
    border: 0px;
    margin: 0px;
    color: #000000;
    width: 100%;
}

ul.expand li
{
    border: 0px;
    margin: 0px;
    color: #000000;
    width: 100%;
}

ul.pulldown li:hover
{
    background-color: #4DED6F;
}

ul.expand li:hover
{
    background-color: #4DED6F;
}

.topmenuitem li ul li
{
    clear:both;
    border-style:none;
}

ul.expand
{
    margin-top: 0px;
    width: auto;
    box-shadow: 5px 5px 5px #999999;
    width: 110px;
    font-size: 10pt;
    border: 1px solid #666666;
    background-color: #EEEEEE;
    color: #000000;
    list-style: none;
    padding: 0px;
}

ul.subexpand
{
    margin-top: -1px;
    width: auto;
    box-shadow: 5px 5px 5px #999999;
    width: 200px;
    top: 0px;
    left: 100px;
    border: 1px solid #666666;
    background-color: #EEEEEE;
    color: #000000;
    list-style: none;
    padding: 0px;
}

.expandmenuitem
{
    color: #000000;
    width: 100%;
    padding: 5px 10px 5px 10px;
    margin: 1px 1px 1px 1px;
    border: 0px;
    text-decoration: none;
    display: block;
}