﻿/*default HorizonWeb CSS*/
body
{
    width: 907px;
    margin: auto;
    background-color: #FDF9FC;
    background:url(/images/SiteBG.jpg) repeat-x top;
    font-size: x-small; 
    font-family: Verdana;
}

#HEADTABLE
{
    background:url('/images/SiteBG.jpg') repeat-x 50% top;
}

#CENTER
{
   background-color: #FCF7FB;
}

#MENUTABLE
{
    background-color: Transparent;
    background: url(/images/MenuBar.gif) no-repeat;
}

/*for bulleted list*/
li
{
    margin-bottom: 20px;
}

a
{
   /*text-decoration: none;*/
    color: Black;
}

.cphLeft
{
    float: left;
    width: 163px;
}

.cphRight
{
width: 163px;
}
.csscontrolBoxHeader
{
width:163px;
} 

.searchPanel SELECT
{
width: 150px;
}


