body 
{
   /* background-image : url('images/background.gif'); */
    background-color : #003366;
    text-align : center;
    font-family : Arial, serif;
}

img
{
    border-style : none;    
}

#wrap
{
    background-image : url('images/wrapbg.gif');
    background-repeat : repeat-y;
    margin-right : auto;
    margin-left : auto;
    width : 1024px;
    height : 100%;
}

#head
{
    width : 100%;
    height : 30px;
}

#content
{
    text-align : left;
}


#left
{
    width : 272px;
    background-color : #000000;
    float : left;
    background-repeat : no-repeat;
    height: 675px;
}

#menu
{
    margin-top : 35px;
    text-align : right;
}

#left a
{
    margin-right : 45px;
}

#left a:link
{
    display : block;
    font-weight : bold;
    text-decoration : none;
    color : #486378;
}

#left a:visited
{
    display : block;
    font-weight : bold;
    color : #486378;
}

#left a:hover
{
    display : block;
    font-weight : bold;
    text-decoration : none;
    color : #CBE3F6;
    background-color : #5E86A4;
}

#leftText
{
    margin-top : 67px;
    margin-right : 30px;
    margin-left : 30px;
    text-align : left;
    font-size : 9pt;
    background-color : #000000;
    margin-bottom : 300px;
    color : #486378;
    font-weight : bold;
    font-style : italic;
}

#right
{
    height : 479px;
}

.slideshowDiv
{
    position : relative;
    top : 35px;
    right : 27px;
}

#foot
{
    height: 121px;
}

#logo
{
    position : relative;
    left : 20px;
}

#left a
{
    display : block;
    font-weight : bold;
    text-decoration : none;
    /*color : #5E86A4;*/
    color : #486378;
}


#ftpbut
{
    position : relative;
    bottom : 77px;
    left: 22px;
}

#contactA
{
    text-align : left;
}

#contactA a
{
    margin-left : 1px;
    margin-right : 1px;
    display : block;
}

.nodisplay
{
    display : none;
}

.slidetop
{
    position : absolute;
    z-index : 1;
}

.slidebottom
{
    position : absolute;
    z-index : 0;
    opacity : 0; 
    MozOpacity : 0; 
    KhtmlOpacity : 0; 
    filter : alpha(opacity=0);
    
}