﻿body {
    font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
    font-size: 80%;
    line-height: 1.4;
}

#header,
#navigation,
#subnavigation,
#subscribeform,
#footer,
#breadcrumbs,
.sidecategories,
.noprint {
    display: none;
}

/* =Content */
#content { 
}

#content p {
    margin-bottom: 10px;
}

#content h1 {
    font-size: 180%;
    font-family:  Georgia, "Times New Roman",Serif;
    margin-bottom: 7px;
    font-weight: normal;
    line-height: 1.2;
}

#content h2 {
    font-size: 140%;
    font-family: Georgia, "Times New Roman", Serif;
    margin-bottom: 7px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 20px;
    color: #e5a713;
}

#content h3 {
    font-size: 120%;
    font-family: Georgia, Geneva, Serif;
    margin-bottom: 7px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 20px;
    color: #e5a713;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
    margin-top: 5px;
}

#content ul li {
    margin-bottom: 5px;
}
