﻿#timeline
{
    font-family: Arial, Sans-Serif;
    width: 600px;
    height: 200px;
    border: solid 1px black;
    overflow: auto;
    background-image: url(buttonback.gif);
    background-repeat: repeat-x;
    background-color: #fef0c9;
    margin-top: 0px;
}

.yearblock
{
    width: 200px;
    height: 400px;
    border-right: dashed 1px black;
    float: left;    
 }
.yeartitle
{
    font-family: Arial, Sans-Serif;
    color: #0f477e;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px black;
    padding: 0px 10px;
    background-color: White;
}
.yeartext
{
    font-family: Arial, Sans-Serif;
    color: Black;
    font-size: 12px;
    margin: 5px 5px 0px 5px;      
}
.zoomimg
{
    display:block;
    margin: 0 auto;    
    margin-bottom: 5px;
}