body
{
    margin: 20px auto 10px auto;
    width: 900px;
    background: #5298af;
    font-size: .80em;
    font-family: "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    color: #555;
}

a
{
    color: #555;
}

a:hover
{
    color: #006699;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3
{
    color: #644;
    text-transform: none;
    font-weight: 600;
    margin: 0px 0px -5px 0px;
    padding-bottom: 0px;
}

h1
{
    font-size: 2.0em;
}

h2
{
    font-size: 1.5em;
    text-decoration: none;
}

a.h2
{
    text-decoration: none;
}

h3
{
    font-size: 1.2em;
    margin: 0px 0px 10px 0px;
}

.titleLink
{
    background-color: #D0D8FF;
    width: 100%;
    border-top-style: solid;
    border-top-color: #aaa;
    border-width: 1px;
    font-size: large;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: -10px;
    clear: both;
}

.titleLink a
{
    text-decoration: none;
}

.name
{
    color: #444;
    font-size: 32px;
    padding-left: 20px;
    font-family: Tahoma;
}
.more
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    background-repeat: no-repeat;
    padding-right: 20px;
    text-align: right;
}
.more a
{
    color: #33AFD1;
    text-decoration: none;
}
.more a:hover
{
    color: #FF6600;
    text-decoration: underline;
}
.heading2
{
    line-height: 35px;
    font-size: 20px;
    color: #009933;
    padding-left: 20px;
    background: #ecf4f6;
    display: compact;
}
.main
{
    padding: 10px;
    text-align: justify;
}
.tlc
{
    background-image: url('../images/tlc.gif');
    background-repeat: no-repeat;
    height: 150px;
    width: 10px;
}
.trc
{
    background-image: url('../images/trc.gif');
    background-repeat: no-repeat;
    height: 150px;
    width: 10px;
}
.blc
{
    background-image: url('../images/blc.png');
    background-repeat: no-repeat;
    width: 10px;
}
.brc
{
    background-image: url('../images/brc.png');
    background-repeat: no-repeat;
    width: 10px;
}

.slogan
{
    height: 25px;
    font-style: italic;
    font-size: 18pt;
    color: #aa4400;
}
.news
{
    font-family: tahoma;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    background: #333;
    height: 25px;
    line-height: 25px;
    width: 85px;
}

a.nav, a.navim
{
    display: block;
    float: right;
    width: 10%;
    padding: 0.2em 0 0.2em 0;
    margin: 0;
    text-decoration: none;
    background-color: #999999;
    color: #FFFFFF;
    border: 0px;
}

a.nav:hover
{
    background-color: #8C47D9;
}

a.nav:active
{
    background-color: #6527b1;
}


a.navim:active, a.navim:hover
{
    background-color: #990000;
}

ul.navbar
{
    list-style-type: none;
    float: right;
    display: block;
    width: 100%;
    line-height: 1.5em;
    clear: both;
    margin: 0;
    padding: 0;
    background-color: #999999;
}

ul.navbar li
{
    display: inline;
}

/* -- NEWS --------------------------------------------- */

.newsContainer
{
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
}

.newsBox
{
    margin: 4px;
    padding: 0px;
    border: 1px solid #888888;
    text-align: left;
}

.newsHeader
{
    text-align: left;
    padding: 1px;
    background-color: #bbaaaa;
    color: Black;
}

.newsText
{
    margin: 2px;
}


#testPricing
{
    font-weight: bolder;
    margin: 10px 0 10px 0;
}

#testPricing td
{
    padding: 5px;
    margin: 15px;
    background-color: #ffcc66;
}


table.one, table.one td
{
    border-color: #ffcc66;
    border-style: solid;
    margin-bottom: 4px;
}

table.one
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

table.one td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.pic1
{
    clear: both;
    border-color: #FF6600;
    border-style: solid;
    border-width: 1px;
    height: 200px;
    width: 150px;
    z-index: 1;
    position: relative;
    float: right;
    margin: 0px 0px 20px 20px;
}

.pic2
{
    clear: both;
    z-index: 10;
    position: relative;
    top: -220px;
    float: right;
    margin-left: 20px;
}

.catItem
{
    margin: 0px 0px 5px 10px;
}

.catList
{
    list-style-type: none;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.listTitle
{
    width: 90px;
    background-color: #ffcc66;
    vertical-align: middle;
    font-size: 18px;
}

.separator
{
    height: 1px;
    width: 90%;
    display: block;
    background-color: #fc8;
    margin-top: 20px;
}

.validationErrors
{
    background-image: url('../images/RedFlag_32.png');
    background-repeat: no-repeat;
    border: 1px solid #a42;
    padding: 10px;
    margin: 10px;
    padding-left: 40px;
    background-color: #fd8;
}

/*
.separator
{
    height: 1px;
    width: 100%;
    display: block;
    background-color: #c64;
}
*/