﻿body
{
    margin:0px;
    padding:0px;
}
#header
{
    border:4px;
    border-color:Silver;
    margin:0px;
    padding:0px;
}
#header3
{
    background: #ffffff;
    width:100%;
    height:30px;
    padding:0px;
}
#leftcolumn
{
    padding:10px;
    background: #ffffff;
    float:left;
    width:10%;
    height:85%;   
}
#rightcolumn
{
    background:#ffffff;
    float:right;
    width:10%;
    height:85%;
}
#content
{
    background: #ffffff;
    float:right;
    width:75%;
    height:80%;  
}
#leftcontent
{
    background: #ffffff;
    float:left;
    width:48%;
    padding:5px;
    
}
#rightcontent
{
    background: #ffffff;
    float:right;
    width:48%;
    padding:5px;
     
}
#footer
{
    clear:both;
    background: #42a4ff;
    width:100%;
    height:15px; 
    font-family:Times New Roman;
    font-size:x-small
}
p
{
    
    font-family:Times New Roman;
}

a.linkColor:link
{
    color:#0000ff;
}
a.linkColor:visited
{
    color:#0000ff;
}
a.linkColor:active
{
    color:#0000ff;
}

hr
{
    width:80%;
    color:#2b80ff;
}