﻿body {
}
/* for default page*/
#leftDefault
{
    float: left;
    height: auto;
    width: 320px;
}
.mission, .missionText
{
    margin-top: 10px;
    padding-left:10px;
    
}
.mission
{
    background: url('images/innerGray.gif');
    font-weight:bold;
}


#rightDefault
{
    height: auto;
    width: 250px;
    float: left;
    margin-left: 10px;
}
.box
{
    margin: 10px 0 0 15px;
    font-size:13px;
}
.box a
{
    font-weight:bold;
    text-decoration: underline;
}
.box a:hover
{
    font-size:16px;
    color:Gray;
}
.link
{
    color: Black;
    font-weight:bold;
}
.topRight
{
    background: url('images/innerRed.gif');
    height: 27px;
    width: 230px;
    color: White;
    text-align:center;
}
.midRight
{
    width: 221px;
    height: auto;
    border-left: solid 1px #a3a3a3;
    border-right: solid 1px #a3a3a3;
    padding: 0 0 0 5px;
    background-color: #f7f7f7;
}
.buttomRight
{
    background: url('images/innerRedButtom.gif');
    height: 12px;
    width: 229px;
}

/* End of default page*/

/* About us page*/
.aboutText
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    height:auto;
}
/* End of About us*/