.frame
{
    width: 90%;
    left: 5%;
    position: relative;
}

/* Navigation */

.navigation
{
    text-align: center;
}

a.navigationselected 
{
    background: #FF2222 url(/images/lefttabselected.gif) left top no-repeat;
    text-decoration: none;
    padding-left: 10px;
    margin-left: -2px;
    margin-right: -2px;
    color: #FFFFFF;
}

span.navigationselected 
{
    background: url(/images/righttabselected.gif) right top no-repeat;
    padding-right: 10px;
    color: #FFFFFF;
}

a.navigationunselected
{
    background: #FFA20C url(/images/lefttab.gif) left top no-repeat;
    text-decoration: none;
    padding-left: 10px;
    margin-left: -2px;
    margin-right: -2px;
    color: #000000;
}

span.navigationunselected 
{
    background: url(/images/righttab.gif) right top no-repeat;
    padding-right: 10px;
    color: #000000;
}

span.navigationtext
{
    font-size: 12px;
    font-weight: bold;
    font-family: helvetica;
    text-decoration: none;
}

.navigationbar
{
    background-color: #FF2222;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.navigationbarbottom
{
    background-color: #FF2222;
    color: #FFFFFF;
    font-size: 12px;
    height: 10px;
}

.copyright
{
    font-size: 12px;
    text-align: center;
}

/* Title */

.title
{
    position: relative;
    left: 50%;
    width: 10%;
}

.title1
{
    position: relative;
    left: -100px;
    width: 10%;
    font-size: 12px;
    text-align: left;
}

.title2
{
    position: relative;
    left: 10px;
    top: -5px;
    width: 10%;
    font-size: 30px;
}

.title3
{
    position: relative;
    left: 80px;
    top: -7px;
    width: 10%;
    font-size: 18px;
}

/* Content styles */

.content
{
    font-family: helvetica;
    font-size: 14px;
    padding-top: 5px;
    width: 80%;
    position: relative; 
    left: 10%;
}

ul.frontpagelist
{
    position: relative;
    left: 50%;
    width: 20%;
}

li.frontpagelist
{
    position: relative;
    left: -60pt;
    font-size: 14pt;
    list-style-image: url(/images/chip.gif);
}

/* Tables */

.row
{
    position: relative;
    margin-top: 5px;
}

.service
{
    background-color: #82E0FF;
    width: 25%;
    position: relative;
    top: 0px;
}

.description
{
    background-color: #ddf7ff;
    width: 75%;
    position: relative;
    left: 25%;
    top: -95px;
    margin-bottom: -95px;
    margin-left: 1px;
}

.servicetext
{
    text-align: center;
    height: 60px;
}

.descriptiontext
{
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
}

.descriptiontop
{
    background: url(/images/descriptiontr.gif) no-repeat top right;
}
.descriptionbottom
{
    background: url(/images/descriptionbr.gif) no-repeat bottom right;
}

.servicetop
{
    background: url(/images/servicetr.gif) no-repeat top right;
}

.servicebottom
{
    background: url(/images/servicebr.gif) no-repeat bottom right;
}

.roundimg
{
    vertical-align: bottom;
}

/* Promo */

.promo
{
    background-color: #ddf7ff;
    width: 35%;
    position: relative;
    top: -120px;
    margin-bottom: -50px;
    margin-left: 1px;
}

.promotext
{
    padding-left: 20px;
    padding-right: 20px;
    height: 80px;
}

.promotop
{
    background: url(/images/promotr.gif) no-repeat top right;
}
.promobottom
{
    background: url(/images/promobr.gif) no-repeat top right;
}

