﻿#servicesMenu
{
    width:250px;
    float:left;
    margin:30px 0px 0px 0px;
}

#servicesMenu ul
{
    margin:0px;
}

#servicesMenu li
{
    list-style-type:none;
}

#servicesMenu a:link
{
    font-weight:bold;
}

#servicesMenu a:visited
{
    font-weight:bold;
    
}

#servicesMenu a:hover
{
    font-weight:bold;
    color:#184b5a;
}

#servicesMenu a:active
{
    font-weight:bold;
}

#cPlace
{
    width:500px;
}

#cPlace a:link
{
    font-weight:bold;
    color:#184b5a;
}

#cPlace a:visited
{
    font-weight:bold;
    color:#184b5a;
}

#cPlace a:hover
{
    font-weight:bold;
}

#cPlace a:active
{
    font-weight:bold;
    color:#184b5a;
}

#sTable
{
    width:960px;
    margin:auto;
}

#sTable td
{
    vertical-align:top;
}