﻿body
{
    background-image: url(/images/bg1.png);
    background-repeat: repeat-x;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #a4997b;
}

.MainContent
{
    font-family: Verdana, Arial;
    color: white;
    font-size: 11px;
}

.MainContentBlack
{
    font-family: Verdana, Arial;
    color: black;
    font-size: 11px;
}

 a
{
    color:#cccc66;
}

 a:hover {
	color:#cccc66;
	text-decoration:none;
}

.container
{
    width: 1000px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    text-align: left;
    z-index: 1;
    
}

.header
{
    position: absolute;
    margin: 0px 0px 0px 0px;
    text-align: left;
    z-index: 1;
    left:0px;
    top:0px;
    height:200px;
    background-image: url(/images/tablebg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

.logo
{
    position:absolute;
    float:left;
    z-index:2;
    top:66px;
    left:90px;
}

.logo2
{
    position:absolute;
    float:left;
    z-index:2;
    top:122px;
    left:580px;
}

.logo3
{
    position:absolute;
    float:left;
    z-index:2;
    top:15px;
    left:695px;
}

.mainmenu
{
    position:absolute;
    float:left;
    z-index:2;
    top:25px;
    left:180px;
    width:600px;
}

.contentcontainer
{
    position: absolute;
    margin: 0px 0px 0px 0px;
    z-index: 1;
    top:190px;
    width:1000px;
     background-image: url(/images/tablebg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

.content
{
    text-align: left;
    z-index: 1;
    margin-left:85px;
    min-height:650px;
    width:610px;
}

.footer
{
    margin: 0px 0px 0px 0px;
    text-align: left;
    z-index: 1;
    left:0px;
    width:1000px;
}

.rightside
{
   width: 201px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    text-align: left;
    z-index: 2;
    left:705px;
    top:190px;
}

.floatprogram
{
    font-family: arial;
    text-decoration: none;
    color: black;
    font-size: 13px;
    font-weight: bold;
    position:absolute;
    float:left;
    z-index:10;
    top:114px;
    left:82px;
}

.floatarrowtop
{
    position:absolute;
    float:left;
    z-index:10;
    top:100px;
    left:58px;
}

.floatarrowbottom
{
    position:absolute;
    float:left;
    z-index:10;
    top:125px;
    left:58px;
}

.floatproducts
{
    font-family: arial;
    text-decoration: none;
    color: black;
    font-size: 13px;
    font-weight: bold;
    position:absolute;
    float:left;
    z-index:9;
    top:0;
}
