/**
 * home.css
 */
    
/**
 * Nav
 */

#navbox
{
    display: none;
} 

/**
 * Content
 */

#contentContainer
{
    margin: 110px 0px 0px 0px;
    font-size: 90%;
}

#contentContainer .n1 table
{
    width: 100%;
    padding-left: 6px;
    margin-left: 6px;
    text-align: right;
}

#contentContainer .n1 table td
{
    vertical-align: bottom;
}

#contentContainer .n1 h2
{
    text-align: left;
    margin: 0px !important;
}

#contentContainer .n1 table a
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 95%;
}

#contentContainer .n1 table h2 a
{
    font-size: 110%;
    color: #5a5a5a;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}

#contentContainer .n1 a:hover
{
    color: #000000;
    text-decoration: underline;
}

#contentContainer .n2
{
    padding-left: 6px;
}

#contentContainer .n2 h2
{
    padding: 32px 0px 2px 0px !important; 
    text-transform: uppercase;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 5px;
}

#contentContainer .n2 p
{
    color: #5a5a5a;
}

#contentContainer .n2 img
{
    margin: -10px 0px 0px -6px;
}

#contentContainer .n3 h2
{
    padding: 25px 0px 2px 6px !important; 
    
    /*font-size: 140%;*/
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 2px;
}

/**
 * Footer
 */
 
#bottom
{
    display: none;
}

