﻿/*    HOME PAGE    */

.dv_Home
{
    height: 425px;
    float: right;
    width: 100%;
}



#dv_DisplayBox
{
    max-width: 200px;
    margin-top: 150px;
    margin-right: 20px;
    text-align: left;
    padding: 15px;
    background-color: #fff;
    border: solid 1px #000;
    float: right;
    clear: both;
    font-family: Arial;
   
}

.DisplayBox_Title
{
    font-size: 18px;
    font-family: Arial;
    text-transform:uppercase;
    letter-spacing: -0.03em;
    line-height: 1.02em;
    border: 0px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

.DisplayBox_ClassTitle
{
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    letter-spacing: -0.03em;
    line-height: 1.15em;
    border: 0px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    margin-top: 6px;
}
#dv_DisplayBox p
{
    font-size: 9px;
    padding: 0px;
    margin-bottom: 0px;
}

#dv_DisplayBox a
{
    color: blue;
    text-decoration: none;
    font-size: 11px; 
    margin-bottom: 8px;
}
#dv_DisplayBox a:hover
{
    color: #FF9933;
    text-decoration: underline;
}
#dv_footer
{
   background-color: #fff;
   width: 100%;
   float: left;
}
#dv_footer div
{
    padding: 5px 15px 5px 15px;
    border-right: solid 1px #000;
    width: 230px;
    vertical-align: top;
    float: left;
    height: 100%;
}


#dv_footer hr
{
    border: inset 1px #DDDDDD;
    padding: 0px;
    margin: 10px 0px 15px 0px;
    
}
