﻿body 
{
    margin: 0px;
    background-color: #ffffff;
    color: #000000;
    font-size: 1em;
    font-family: Arial;
}

#menu 
{
	display: none;
}

#main-layout
{
    width: 100%;
}

#header-left
{
    display: none;
}

#header-right
{
    display: none;
}

.logo
{
    display: none;
}

#below-navigation
{
    display: none;
}

#below-navigation-sidebar
{
    display: none;
}

#content-area
{
    width: 100%;
}

#content-area-sidebar
{
    width: 100%;
}

.content-left
{
    width: 100%;
}

.content-left-sidebar
{
    width: 100%;
}

.content-right
{
    display: none;
}

#content-footer
{
    display: none;
}

#content-footer-sidebar
{
    display: none;
}

#page-footer
{
    display: none;
}

h1
{
    font-size: 1em;
    font-weight: bold;
    color: #6F1123;
    margin-bottom: 10px;
    margin-top: 10px;
}

h2
{
    font-size: .9em;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 18px;
    padding-bottom: 2px;
    border-bottom: dotted 1px #6F1123;
}

h2
{
    font-size: .8em;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    margin: 18px 0px 2px 0px;
    padding: 0px 0px 2px 0px;
    border-bottom: dotted 1px #6F1123;
}

h3
{
    font-size: .8em;
    line-height: 1.4em;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
    color: #6F1123;
}

p
{
    font-size: .8em;
    line-height: 1.5em;
    text-align: justify;  
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;  
}

hr
{
    color: #fff;
    border: 1px dotted #6F1123; 
    border-style: none none dotted;
}

ul
{
    margin: 5px 0px 15px 25px;
    padding: 0px 0px 0px 0px;    
}

li
{
    padding: 0px 0px 4px 0px;
    font-size: .8em;
    line-height: 1.5em;
}