﻿body
{
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 11pt;
}
div#content
{
    text-align: left;
}
*
{
    font-family: "Trebuchet MS" , Arial;
}
li, li a
{
    display: inline-block; *float:left;
}
h1, h2, ul
{
    clear: both;
    margin-left: 16px;
}
ul.d li
{
    width: 30em;
}

ul.l li
{
    width: 15em;
}

img
{
    width: 189px;
    height: 108px;
    border: none;
}
div#header
{
    background: #FFF;
    padding: 0.25em 10px;
    margin: 0;
    background-image: url(../../../../Assets/Images/red_stripes.jpg);
    background-repeat: repeat-x;
    font-size: 0;
    height: 108px;
}
div#headerContainer
{
    text-align: left;
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
div#headerBevel
{
    background-image: url(../../../../Assets/Images/header_bevel.jpg);
    background-repeat: repeat-x;
    height: 30px;
    width: 100%;
}

div.groupingSection
{
    float: left;
    margin: 0 2em 2em 0;
    width: 36em;
}

