﻿body 
{
    width:1000px;
    text-align:center;
    margin-right:auto;
    margin-left:auto;

    font: verdana;
    font-size: 1.2em;
    line-height: 1.4em;
}

#header
{
    background: #cccccd;
    height: 160px;
    width: 1000px;
    text-align:right;
    color: White;
}

#header a
{
    color:White;
    font-size: 16pt;
    text-decoration: none;
}
#headerlogo
{
    height: 40px;
    background: #cccccd;
    width: 950px;
    padding-left: 50px;
    text-align:left;
}
#menu
{
    height: 40px;
    background: white;
    width: 950px;
    padding-left: 50px;
    text-align:left;
}

#menu img
{
    float: left;
}

#content
{
    height: 450px;
    padding-left: 270px;
    width: 715px;
    text-align:left;
    clear: both;
}

#menuarea
{
    float: right;
    height: 36px;
    margin-right: 35px;
    margin-top: 2px;
}
#footer
{
    background: #333333;
    height: 50px;
    width: 1000px;
    text-align:left;
}
#sidebar
{
    width: 220px;
    height: 413px;
    border-left: 1px solid #555555;
    border-bottom: 1px solid #555555;
    float:left;
    padding: 5px;
    padding-right: 0px;

}
p
{
    margin: 0px 0px 0px 0px;

}
#maincontent
{
    float:right;
    text-align:right;
    margin-right:30px;
}
.clear
{
    clear:both;
}
#news
{
   overflow:auto; 
}
#newscontent
{
    height: 407px;
    
}
#news .date
{
    font-size: 11px;
    color: Black;
    font-weight:bold;
}
#news .heading
{
    font-size: 11px;
    color: #cc6633;
    font-weight:bold;
}
#contact a:link, a:visited, a:active, a:hover
{
    font-size: 11px;
    color: #cc6633;
    font-weight:bold;
    text-decoration:none;
}
#news .body
{
    font-size: 11px;
    color:#bbbbbb;
}
#news .link
{
    font-size: 14px;
    color: #cc6633;
    font-weight:bold;
    text-decoration:none;
}