﻿
div, p {
    font-family: Verdana,Arial,sans-serif;
}
p.content {
    font-size: 12px;
    width: 30em;
}
div#help {
    font-size: 12px;
    padding: 1em;
    width: 45em;
}
div#timemap {
    padding: 1em;
}
div#timelinecontainer {
    height: 200px;
    width: 100%;
}
div#timeline {
    background: none repeat scroll 0 0 #CCCCCC;
    font-size: 12px;
    height: 100%;
    width: 100%;
}
div#mapcontainer {
    height: 500px;
    width: 100%;
}
div#map {
    background: none repeat scroll 0 0 #EEEEEE;
    height: 100%;
    width: 100%;
}
div.infotitle {
    font-size: 14px;
    font-weight: bold;
}
div.infodescription {
    font-size: 14px;
    font-style: italic;
}
div.custominfostyle {
    font-family: Georgia,Garamond,serif;
    font-size: 1.5em;
    font-style: italic;
    width: 20em;
}
