﻿body
{
    font-family: Verdana;
    font-size: small; 
    background-color: #c7c7c7;
}
.mainTable
{
    background-image: url('images/UNFEdmontonWebDesignBGLine.jpg');
    background-repeat: repeat-x;
    background-color: #c7c7c7;
}
h1
{
    font-size: large;
    color: #4775B4;
}
h2
{
    font-size: medium;
}

/* Adjustments */
#content p + h2, #content tble + h2 { padding:0px; }
.section { padding: 0 10 px 0px 20px; }
h2.section, .section h2 { margin: 0 0 12px -20px; }
h2.section, .section h2, h2 { padding: 16px 10px 4px 0; color: #000000; font-weight: bold; border-bottom: 1px solid #4775B4; }
#content.section { padding: 0; }
#content.section > h2.section { margin: 0; }

