﻿
h2 a:hover {
    color:#840808;
    text-decoration:underline;
}

h2 {
    font-style:normal;
    font-weight:bold;          
}

#BreadCrumb {
    position:absolute;
    top:-39px; 
    border:0px;
    font-family: Verdana, Arial, sans-serif;
    font-size:.75em;
    color:#DDDDDD;
}

#BreadCrumb a {
    color:#DA2929;
}

#BreadCrumb a:hover {
    color:white;
}

/******************************************************************************
    LAYOUT
******************************************************************************/
#Content_LeftColumn {
    width:660px; 
    float:left; 
    margin-left: 5px;
}

#Content_Bottom {
    clear:both;
}

/******************************************************************************
    CONTENT
******************************************************************************/

#Content {
    width: 957px; 
    margin-left:auto; 
    margin-right: auto; 
    position:relative;    
}

/******************************************************************************
    DATES
******************************************************************************/

.DateBox {
    position: absolute; 
    height:15px; 
    width:160px; 
    left:-55px;
    /*background: url("/Content/Images/datebox.png");*/
}

.Date {
    text-align:center;  
    position:relative;
    top:180%;
    transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    border:0px;
    color:white;
}

.Date span {
    display:block;
    
}

.day {
    font-size:1.3em;
}

.month {    
    margin-top:0px;
    font-size:.8em;
}
