﻿body
{
    margin: 10px 10px 0px 10px;
    padding: 0px;
    font-family: Trebuchet MS;
    font-size: 10pt;
}
#Header
{
    left: 0px;
    height: 100px;
    display: table-cell;
    background-color: White;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 100%;
}
#Navigation
{
    background-color: #FFFFFF;
    padding: 4px;
    float: left;
    width: 226px;
    background-image: url('images/gradient.png');
    background-repeat: repeat-x;
}
#Content
{
    float: left;
    padding-left: 10px;
}
SPAN.label
{
    display: inline-block;
    font-weight: bold;
    width: 60px;
}
SPAN.paragraph
{
    display: block;
    margin-bottom: 12px;
    text-indent: 1em;
    text-align: justify;
}
.MenuHeading
{
    font-family: Trebuchet MS, Arial;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 6pt;
    margin-bottom: 6pt;
    border-bottom-style: dotted;
    border-bottom-width: 3px;
    border-bottom-color: #0066FF;
    color: #0066FF;
}
.links
{
    margin-left: 15px;
    font-family: Trebuchet MS, Arial;
    font-size: 10pt;
    font-weight: bold;
}
.links A
{
	color: #4d1400;
	text-decoration: none;
}
.links A:hover 
{
	color: #de680e;
	text-decoration: underline;
}
.heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

ul.list
{
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	margin-top: -3px;
	list-style-type: disc;
}
DIV.paragraph
{
	margin-bottom: 12pt;
}
DIV.note
{
	border: thin solid #de680e; 
	padding: 6px;
	font-family: Cambria, 'Times New Roman';
	font-style: italic;
	font-size: 11pt;
	color: #7b3500; /* dark brown */
	background-color: #ffdec5; 
	margin-top: 45px;
	vertical-align: middle;
	clear: both;
}
DIV.quote
{
	font-family: Candara, 'Times New Roman';
	font-style: italic;
	font-size: 12pt;
	text-align: justify;
	padding-left: 6px;
}