body
        {
        font-family:'Arial';
        font-size:12px;
        color:#333333;
        margin:0px;
        background-image:url(../_images/bg.gif);
        }

td
        {
        font-family:'Arial';
        font-size:12px;
        }

h1
        {
        font-size:12px;
        font-weight:bold;
        color:#663333;
        }

h2
        {
        font-weight:bold;
        color:#663333;
        }

a:link,
a:visited,
a:active,
a:hover
        {
        color:#6E283C;
        text-decoration:none;
        }
a:hover
        {
        color:#EFBA00;
        text-decoration:underline;
        }

ul
        {
        list-style-image:url(../_images/content/ar-r.gif);
        }

hr
        {
        border:0px;
        height:1px;
        border-bottom:1px dotted #999999;
        }

#Main
        {
        background-color:#FAF9F8;
        width:768px;
        text-align:left;
        }

#Top
        {
        background-color:#FAF9F8;
        position:relative;
        z-index:1;
        }
#Menu
        {
        height:64px;
        position:absolute;
        left:0px;
        top:0px;
        z-index:2;
        }

#Menu table td
        {
        vertical-align:bottom;
        }

#TopBg
        {
        margin-left:8px;
        position:relative;
        width:752px;
        z-index:1;
        overflow:hidden;
        }

#Content
        {
        background-color:#FAF9F8;
        width:754px;
        margin-top:32px;
        margin-left:8px;
        padding:0px;
        position:relative;
        z-index:1;
        }

#BottomCloseup
        {
        height:500px;
        width:768px;
        background-color:#FAF9F8;
        position:absolute;
        bottom:0px;
        z-index:0;
        }

.Cols2
        {
        width:176px;
        float:left;
        }



.Cols3
        {
        width:272px;
        float:left;
        }

.Cols4
        {
        width:368px;
        float:left;
        }

.Cols5
        {
        width:464px;
        float:left;
        }

.Cols6
        {
        width:560px;
        float:left;
        }

.Cols8
        {
        width:752px;
        float:left;
        }

.ColEnd
        {
        height:12px;
        clear:left;
        }

.ColSep
        {
        width:1px;
        margin-right:7px;
        margin-left:7px;
        float:left;
        height:auto;
        border-right:1px dotted #999999;
        }