﻿body 
{
    font-family:Arial;
}

.leftside
{
    background-color:Gray;
    background-image:url(leftside2.jpg);
    background-repeat: repeat-y;
    width:13px;
}
.rightside
{
    background:gray url(rightside2.jpg) repeat-y;
    width:15px;
}

span.footer,a.footer
{
    font-size: 11px;
    font-weight: bold;
    color:#AAAAAA;
}

.mnuItem img {padding-right: 50px;}
.mnuItemUnselected { 
background-repeat: no-repeat;
background-image: url(/images/unselectedMenuBox.jpg) }
.mnuItemSelected { 
background-repeat: no-repeat;
background-image: url(/images/selectedMenuBox.jpg) }

.sectionTitle 
{
    font-weight: bold;
    color: #555555;
    padding: 10px 0px 10px 0px;
}
.sectionBody
{
    font-weight: normal;
    color: #777777;
}
