﻿/* Common tags                 */
/*-----------------------------*/
html
{
    color: Black;
    margin: auto;
    text-align: center;
}

body
{
    height: 100%;
    font-family: Tw Cen MT, Verdana;
    color: Black;
    margin: auto;
    margin: 3px 0px 3px 0px;
    background-color: White;
    line-height: normal;
    border: 0;
}

a
{
    color: #388832;
    text-decoration: none;
    border-bottom: dotted 1px #White;
    padding-bottom: 2px;
}
a:hover
{
    color: Black;
    text-decoration: none;
    border-bottom: dotted 1px #388832;
}

b, strong
{
    font-weight: bold;
    color: #388832;
}

.img1
{
    margin: 10px;
    padding: 5px;
    border: solid 1px Black;
}

img
{
    border: none;
}

table
{
    text-align: left;
    border: solid 1px Black;
}
th
{
    background-color: #388832;  
    font-weight: bold;
    color: #FFF;   
    text-align:center;
}

hr
{
    line-height: 2px;
}

ul
{
    list-style-image: url(Images/Bullet.png);
    list-style-position: outside;
    list-style-type: disc;
}
h4
{
    display: inline;
}
.bodyTable
{
    border: none;
    margin: auto;
    background-color: White;
}
.topBarEnd
{
    background-image: url(Images/BarEnd.png);
    background-position: top;
    height: 12px;
    width: 12px;
}
.bottomBarEnd
{
    background-image: url(Images/BarEndBottom.png);
    background-position: bottom;
    height: 12px;
    width: 12px;
}
.rightBar
{
    vertical-align: bottom;
    width: 12px;
    background-color: Black;
}
.bar
{
    width: 20px;
}
.logo
{
    height: 139px;
    width: 100%;
    background-image: url(images/enkode.png);
    background-repeat: no-repeat;
    display: block;
    background-position: center;
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

#nav
{
    float: left;
    width: 100%;
    background-color: White;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    overflow: visible;
}

#nav ul
{
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}


#nav li
{
    float: left;
    position: relative;
    width: 145px;
    border-right: solid 2px Black;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#nav a
{
    font-size: 18px;
    display: block;
    width: 100%;
    background-color: White;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

#nav a:hover
{
    background-color: #388832;
    text-decoration: none;
    border: none;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

#nav li ul
{
    display: none;
    position: absolute;
    width: 100px;
    left: -999em;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#nav li ul a
{
    display: block;
    text-align: left;
    color: White;
    font-size: 12px;
    background: Black;
    border: none;
    padding: 5px 0px 5px 5px;
    margin: 0px 0px 0px 0px;
}
#nav li ul a:hover
{
    color: #388832;
    background: White;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 0px 5px 5px;
    margin: 0px 0px 0px 0px;
}

#nav li:hover ul, #nav li.sfhover ul
{
    visibility: visible;
    display: block;
    left: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#nav li li
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

