/*CSS Document*/
body
    {
    background-image: URL(../images/bg.gif);
    background-repeat: repeat;
    font-family:verdana, sans-serif;
    }

a img
{
border:none;
}

#content
    {
    margin: 0px auto;
    width:700px;
    background-image: URL(../images/bg_repeat.jpg);
    background-repeat: repeat;
    color:#000;
    }
.text a, a:visited
    {
    color:#000;
    }
#top
    {
    float:left;
    background-color:#fff;
    height:115px;
    }
.green
    {
    background-image: URL(../images/bar.jpg);
    background-repeat: no-repeat;
    width:100%;
    margin-top:-5px;
    height:30px;
    float:left;
    color:#000;
    text-align:center;
    }
.green a:visited
    {
    color:#000;
    }
    
.text
    {
    float: left;
    width:460px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    font-size:.8em;
    }
.right
    {
    float:right;
    margin-right:25px;
    margin-left:5px;
    }
.on
    {
    margin-top:0px;
    padding-left:15px;
    background-image:URL(../images/home_tab.gif);
    width:66px;
    height:30px;
    color:#fff;
    }
.on_big
    {
    margin-top:0px;
    padding-left:10px;
    background-image:URL(../images/tab.gif);
    width:90px;
    height:30px;
    color:#fff;
    
    }

.on_bigger
    {
    margin-top:0px;
    padding-left:4px;
    background-image:URL(../images/tab_big.gif);
    width:126px;
    height:30px;
    color:#fff;
    }
    
.contact
    {
    margin-top:-2px;
    padding-left:1px;
    background-image:URL(../images/contact_tab.gif);
    width:80px;
    height:30px;
    color:#000;
    }
.menu
    {
    color:#000;
    }
.menu a 
    {
    text-align:center;
    margin-top:0px;
    margin-right:15px;
    margin-left:15px;
    font-family:verdana, sans-serif;
    font-size:1.2em;
    color:#000;
    font-variant:small-caps;
    text-decoration:none;
    }
.menu a:hover
    {
    color:#900;
    }
.clearfloats
    {
    clear:both;
    }
.foot
    {
    float:left;
    margin-top:7px;
    margin-left:5px;
    font-family:verdana, sans-serif;
    font-size:.7em;
    color:#000;
    }
.spacer
    {
    margin-top:10px;
    }
.combo
    {
    float:left;
    width:420px;
    background-color:#ccc;
    border:1px solid #666;
    padding:5px 8px;
    color:#000;
    }
.results
    {
    float:left;
    width:400px;
    padding:5px;
    }

.textbox
    {
    float:right;
    margin-right:50px;
    }    