body
{
    margin: 0;
    padding: 0;
    position: relative;
    top: 20px;
    background-color: #fff;
    background-image: url(assets/bg4.png);
    background-repeat: repeat-y;
}

*
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4
{
    font-family: Verdana, Georgia, Georgia, serif;
    margin: 5px 0px 0px 0px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
h4
{
    font-style: italic;
    font-size: smaller;
}

h1 em, h2 em, h3 em, h4 em
{
    font-family: Georgia, Georgia, serif;
    font-weight: normal;
}

h1
{
    position: absolute;
    right: 0px;
    top: 30px;
    font-size: 2.25em;
    letter-spacing: 0.1em;
    line-height: 1.00em;
    padding-right: 10px;
}

h2
{
    font-size: 1.30em;
    letter-spacing: 0.05em;
}

h3
{
    border-bottom: 1px solid #CACACA;
}

li
{
    margin: 4px;
    padding: 4px;
    border: 1px dotted #FF00FF;
    letter-spacing: normal;
}

ul
{
}

p, ul, ol
{
    margin: .6em 10px 0px 0px;
    font-size: 0.80em;
    line-height: 1.60em;
    color: #000; /*letter-spacing: 0.05em;*/
}

code
{
    font-family: monospace;
    font-size: 1.20em;
    color: #E20000;
}

a:link, a:visited
{
    color: Navy;
    text-decoration: none;
    border-bottom: 1px dotted Navy;
}

a:hover, a:active
{
    color: #3525FA;
    border-color: #f0f;
    border-bottom: 1px double #3525FA;
    background-color: #FFCADF;
}

ul
{
    list-style: inside square;
}

/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container
{
    /* keeps everything together */
    position: relative;
    margin: 0 auto;
    width: 780px; /* height: 1200px;  background: url(assets/bg.png) 0 0 repeat-y #CCCC33; /* Important image, do not remove */
/*    background: #CCCCC0 repeat-y 0 0 ; /* Important image, do not remove */ 
    overflow: hidden;
    border: solid 1px;
}

#hdr
{
    border-width: 1px;
    float: left;
    width: 100%;
    height: 213px;
    border-bottom: 1px double Navy;
    border-bottom-style: none;
}

#breadcrumb
{
    border-width: 1px;
    float: left;
    width: 100%;
    font-size: small;
    padding-bottom: 20px;
    padding-top: 10px;
}

#lftcol
{
    float: left;
    margin-left: 28px;
    width: 220px;
    background: transparent;
    overflow: hidden;
}

#rgtcol
{
    float: right;
    width: 460px;
    padding-top: 20px;
    padding-bottom: 12px;
    padding-right: 36px;
    background: transparent;
    overflow: hidden;
    min-height: 600px;
}

#bttmbar
{
    /*    float: right;*/
    text-align: center;
    font-size: 0.60em;
    height: 4em;
    padding-top: 20px;
    width: 100%;
}

#banner
{
    border-bottom: none;
    background-color: inherit;
}

ul#nav li a:hover
{
    background: #9EA219;
    color: #fff;
}

.tbl
{
    float: none;
    font-size: 0.80em;
    margin: 10px 10px 0 7px;
}

.formTable
{
    background-color: #f1f1f1;
    padding: 10px;
    float: none;
    font-size: 0.80em;
    margin: 0px;
}

.headline
{
    padding: 6px;
    min-height: 46px;
    background-color: #FF006E;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.6em;
    padding-left: 35px;
    padding-right: 55px;
    color: #FFFFFF;
}

