﻿body
{
    margin: 0;
    padding: 0;
    font: 75% "Trebuchet MS" , verdana, arial, sans-serif;
    color: #000000;
    background-color: #333333;
}

/*****  TEXT  *****/
p
{

}

h1
{
    margin: 0 0 10px 0;
    font: bold 1.3em verdana, arial, tahoma, sans-serif;
    letter-spacing: 2px;
    color: Black;
}

h2
{
    font: bold 1em verdana, arial, tahoma, sans-serif;
    color: Black;
}

a
{

}

img 
{
    border-style: none;
}

.normal
{
    margin: 0px 0 0px 0;
    color: Gray;
    font-size: 14px;    
}

/***** LAYOUT *****/
#container
{
    width: 900px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 10px 10px 10px;
    line-height: 1.7em;
    color: #666;
    background: #EFEEEE;
    position: relative;
}

#backleft
{
    position: absolute;
    right: 100%;
    top: 0px;
    width: 54px;
    height: 100%;            
    background: #ffffff url(../images/bg-left-dkgray.jpg) repeat-y 0 0; 
}

#backright
{
    position: absolute;
    left: 100%;
    top: 0px;
    width: 54px;
    height: 100%;            
    background: #ffffff url(../images/bg-right-dkgray.jpg) repeat-y 0 0; 
}

#banner
{
    width: 890px;
    height: 200px;
    margin: 0 auto 15px auto;
    text-align: center;
    border: solid 1px Gray;
}

.center
{
    text-align: center;
}

/*****  NAVIGATION  *****/
.nav, .nav ul
{
    /* all lists */
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin: 0 0 15px 0;
    list-style: none;
    float: left;
    width: 15em;
}

.nav li
{
    /* all list items */
    position: relative;
    float: left;
    line-height: 2em;
    margin-bottom: -1px;
    width: 11em;
    z-index: 300;
}

.nav li ul
{
    /* second-level lists */
    position: absolute;
    left: -999em;
    margin-left: 14.05em;
    margin-top: -2.15em; /* popup position y */
    background-color: #F2F2F5;
    z-index: 301;
}

.nav li ul ul
{
    /* third-and-above-level lists */
    left: -999em;
    z-index: 302;
}

.nav li a
{
    width: 15em;
    width: 14em;
    display: block;
    color: black;
    font-weight: normal;
    text-decoration: none;
    background-color: #FFFF99;
    border: 1px solid gray;
    padding: 0 0.5em;
}

.nav li a:hover
{
    color: Black;
    background-color: #FFCC66;
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul
{
    left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
}

.nav li:hover, .nav li.hover
{
    position: static;
}

/******  CONTENT  *****/
#content
{
    padding: 5px;
    margin-left: 205px;
    margin-right: 205px;
    background: #f7f7f7;
    color: #000;
}

/*****  LEFT AD BLOCK  *****/

#leftad
{
    width: 180px;
    height: 450px;
    padding: 5px;
    color: #666;
    background: #f2f2f5;
}


/*****  RIGHT AD BLOCK *****/

#rightad
{
    width: 180px;
    height: 450px;
    padding: 5px;
    color: #666;
    background: #f2f2f5;
}

/************  LINKS  ************/

a:link
{
    color: Blue;
    text-decoration: underline;
    background: inherit;
}
a:visited
{
    color: Purple;
    text-decoration: underline;
    background: inherit;
}
a:hover
{
    color: #0080FF;
    text-decoration: underline;
    background: inherit;
}

.linksbottom
{
    color: White;
    text-decoration: none;
}

:visited.linksbottom
{
    color: White;
    text-decoration: none;
}
:hover.linksbottom
{
    color: #0080FF;
    text-decoration: underline;
}