body
{
    margin:0px 0px 0px 0px;
    background-color:#D3D3D3;
    background-image:url('../images/bg2.png');
    font-family: Courier New;
    font-size:15px;
    font-weight:bold;
    height:100%;
    text-align:center;    
}

a
{
    text-decoration:none;
    color:Blue;
}

a:visited
{
    color:Blue;
}

a:hover
{
    text-decoration:underline overline;
}

div
{
    
}

p
{
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    margin: 0px 0px 15px 0px;
}

ul
{
 
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    

}

h2
{
    margin-bottom:10px;
}

h3
{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-family:Verdana;
}

h4
{
    margin: 20px 0px 5px 0px;
    padding: 0px;
    font-weight:bolder;
    font-family:Verdana;
}

h5
{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-weight:bolder;
    font-family:Verdana;
}

img
{
    border-style:none;
    z-index:-1;
}

.logo
{
    float:left;
    margin-right:4px;
}


.subcontent
{
    
}

.subcontentheader
{
    
    width:150px;
    margin-left:auto;
    margin-right:auto;
}

.small
{
    font-size: 8pt;
    margin-bottom:10px;
    
}

#header
{
    background-image:url('../images/bgfade.png');
    height:120px;
    width:800px;
}

#headerimg
{
    float:left
}

#headerlinks_container
{
    position:absolute;
    
    margin-left:auto;
    margin-right:auto;
    top:94px;
    
    width:800px;
    
}

#headerlinks
{
    position:relative;
    left:110px;
    font-size:14px;
    z-index:2;
}

#content
{
    margin:20px;
    position:relative;
    
    
}

#headercontent
{
    position:relative;
    top:5px;
}

#headergroup_container
{
    position:absolute;
    height: 35px;
    width: 800px;
    
    top: 50px;
    margin-left:auto;
    margin-right:auto;
    
}

#headergroup
{
    background-image: url('../images/group8.png');
    width:208px;
    height:35px;
    position:relative;
    left:480px;
}

#center
{
    width:800px;
    margin-left: auto;
    margin-right: auto;
    background-color:White;
    background-image:url('../images/bg.png');
    height:100%;
    float:left;
    
}

#left
{
    width:8px;
    height:100%;
    background-image:url('../images/fadeleft.png');
    float:left;
    
}

#right
{
    width:8px;
    height:100%;
    
    background-image:url('../images/faderight.png');
    float:left;
}

#page
{
    height:100%;
    width:816px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;   
    
    
}


