*
{
    margin: 0;
    padding: 0;
}

html
{
    min-height: 100.2%;
}

body
{
    background-color: #878a52;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

a, a:visited
{
    color: #173E74;
    text-decoration: none;
}

a:hover
{
    color: #173E74;
    text-decoration: underline;
}

acronym
{
    cursor: help;
}

address
{
    font-style: normal;
}

fieldset
{
    border: 1px solid #516173;
    margin: 20px 0;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6
{
    color: #2d4c3e;
    font-family: arial, helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
}

h1
{
    font-size: 1.4em;
}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.2em;
}

iframe
{
    border: 0;
}

img
{
    border: 0;
}

input[type='checkbox']
{
    vertical-align: middle;
}

input[type='text'], input[type='password'], select, textarea
{
    border: 1px solid #000000;
    padding: 2px;
}

input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus
{
    background-color: #FFFFCC;
    border: 1px solid #ffcc33;
}

ol, ul
{
    list-style-position: outside;
}

option
{
    padding-right: 8px;
}

p
{
    padding: 5px 0;
}

sup
{
    color: #ff0000;
}

ul
{
    padding-left: 30px;
}

.clear
{
    clear: both;
    overflow: hidden;
    height: 0;
	line-height: 0.0;
	font-size: 0;
}

.left
{
    text-align: left !important;
}

.center
{
    text-align: center !important;
}

.right
{
    text-align: right !important;
}

.smaller
{
    font-size: smaller !important;
}

.bold
{
    font-weight: bold !important;
}

.italics
{
    font-style: italic !important;
}

.block
{
    display: block !important;
}

.inline
{
    display: inline !important;
}

.red
{
    color: #ff0000 !important;
}

.green
{
    color: #4CBB17 !important;
}

.fleft
{
    float: left !important;
}

.fright
{
    float: right !important;
}

.cursor
{
    cursor: pointer;
}

.bgwhite
{
    background-color: #ffffff !important;
}

.bgltgrey
{
    background-color: #efefef !important;
}

.bggreen
{
    background-color: #E3FFE3 !important;
}

.bgyellow
{
    background-color: #ffff99 !important;
}

.bgred
{
    background-color: #FFE7E7 !important;
}

.nobr
{
    white-space: nowrap !important;
}

.imgmiddle
{
    vertical-align: middle;
}

.imgbottom
{
    vertical-align: bottom;
}

#container
{
    margin: auto;
    width: 988px;
}

#header
{
    height: 195px;
}

#navbar
{
    background-color: #2d4c3e;
    height: 40px;
    list-style-type: none;
}

#navbar li
{
    float: left;
}

#navbar a
{
    color: #ffffff;
    display: block;
    font-size: 1.1em;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
}

#navbar a:hover
{
    background-color: #ffffff;
    color: #2d4c3e;
    text-decoration: none;
}

#body
{
    background-color: #ffffff;
    min-height: 100px;
    padding: 20px;
}


#footer
{
    background-color: #5e6044;
    border-top: 8px solid #1e3b2e;
    height: 60px;
}
