﻿body
{
    width:100%;
    background-color:white;
    margin:0px;
}
div.someClass {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#HeadField
{
    height:80px;
    background-color:White;
    
    float:left;
    width:100%;
}
#MenuField
{
    height:26px;
    background-image:url(menubg.gif);
    border-right:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    
    float:left;
    width:100%;
}
.menuitem
{
    float:left;
}
#MainField
{
    background-color:white;
    border-top:2px solid #5e86d5;/*#3366cc;*/
    border-bottom:2px solid #5e86d5;/*#3366cc;*/
    float:left;
    width:100%;
}
#FootField
{
    height:20px;
    text-align:center;
    padding:10px;
    
    float:left;
    width:100%;
}
.topborderyellow
{
    float:left;
    width:98%;
    background-image:url(YellowToner.gif);
    background-repeat:repeat-x;
    font-family:Arial;
    font-size:14px;
    color:orange;
    padding:5px 5px 5px 5px;
    border:1px solid orange;
}
.text
{
    font-family:Arial;
    font-size:11px;
}
.textsmallgrey
{
    font-size:11px;
    font-family:Arial;
    color:Gray;    
}
.PageHeadText
{
    font-family:Arial;
    font-size:17px;
    color:Orange;
    margin-top:10px;
    font-weight:bold;
    padding:5px;
}
.BreadTextH1
{
    font-family:Arial;
    font-size:14px;
    color:gray;
    font-weight:bold;
    padding:5px;
}
.mainleftcol
{
    width: 500px;
    float:left;
    padding:5px;
}
.mainrightcol
{
    width: 200px;
    float: left;
    background-color: #F5F5F5;
    padding: 5px;
}
.mainonecol
{
    width: 500px;
    float:left;
    padding:5px;
}
