﻿html, body
{
    height:100%;
}

body 
{
    background-image:url(../images/header_bg.jpg);
    background-repeat:repeat-x;
    margin-left:10%;
    font-family:Georgia Verdana san-serif Arial Courier Garamond;
    font-size: 1em;
    background-color: #CCCCCC;
    
}

#divHeader
{
    position:relative;
    top:0px;
}

#divContent
{
    position:relative;
    top:0px;
    width: 1000px;
    max-width: 1200px;
    /*min-height: 600px;
     background-color: #FFFFFF; */  
    border-right:solid 1px black;
    border-left:solid 1px black; 
}

* html #divContent
{
    min-height:100%;
    
}

#divMainForm
{
    position:relative;
    top: 0px;
    width: 100%;
    background-color: #F0F0F0;
    padding-bottom: 9em;
    
}

#divFooter
{
    position:relative;
    width:100%;
    height:40px;
    background-color: #333333;
    /* background-image:url(../images/footer06.jpg);
    background-repeat:repeat-x;*/
    margin: 40px 0 auto 0 auto;
}

#divFooter p
{
    width: 100%;
    position:absolute;
    bottom: 5px;
    text-align: center;
    color: #FFFFff;
}

#divFooter a
{
    color: Yellow;
}

.clsSecInfo
{
    border: 0.02cm solid #FFCC00;
    background-color:White;
    /* background-image:url('../img/Sec_bg.jpg'); 
    height: auto;
    font-size: 10pt;*/
    display:inline;
    float:left;
    margin-left: 10px;
    margin-top: 10px;
}

.clsSecInfo th
{
    border-bottom: solid .03cm #333333;
    /* background-color: #6A6A5A; */
    background-color: #333333;
    font-size:1.15em;
    font-family: Verdana;
    color: #ffffff;
}