﻿* 
{
    font-family:Calibri;
    text-align: left;
}
html
{

    height:100%;
    margin:0%;
    width:100%;
    padding:0px;
}
body 
{
    height:100%;
    margin:0px;
    width:100%;
    padding:0px;   
    background-color:#EAF4FB;
    background-position:center top;
    background-repeat: repeat-x;
    background-image: url('images/bgfill.png')
}

form 
{
    height:100%;   
    width:100%;
    margin:0px; 
}
#mainContent 
{   
    width:904px;
    margin-left:auto;
    margin-right:auto;
}
#pang 
{  
    background-image:url('images/pang.png');
    width:100%;
    height:90px;
    background-position:right top;
    background-repeat: no-repeat;
    }
#contentdiv 
{
    border:1px solid #cacaca;
    border-bottom:2px;
    border-bottom-style:inset;
    border-bottom-color:Silver;
    top:60px;
    height:100%;
    padding-top:20px;
    position:relative;
    background:white;
    border: 1px solid silver;
    width:100%;
}
#contentdiv img  
{
    margin:20px;
}
#contentdiv img.quoteMargin 
{
    margin:0px;
}
#columnComments
{
    
    position:relative;
    float:right;
    width:262px;
    margin-right:4px;
}
#columnContent 
{
    margin-left:4px;
  
    width:600px;
}

