﻿/*
#################################################
    
    set.css

    CSS file to set default styles for certain tags.

    Copyright Mindscape 2008, All right reserved.

    Version 1.0 by Jason Van Vuren (9/11/2009)

###################################################
*/

body
{
    margin: 0px;
    padding: 0px;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 1.3;
    background: #ffffff url('../Images/SiteBG.gif') repeat-x scroll left top;
}

h1
{
    font-size: 28px;
    font-weight: normal;
    color: #ea2f21;
}

h2
{
    font-size: 21px;
    font-weight: normal;
    color: #4d4d4d;
}

h3
{
    font-size: 18px;
    line-height: 20px;
    color: #ea2d23;
    font-weight: normal;
}

h4
{

}

h5
{
}

ul, ol
{
    list-style-position: outside;
}

strong
{
    font-weight: bold;
}

a
{
    color: #1b91d4;
    text-decoration: none;
}


/* Global styles for ul and ol lists */
div#Wrapper #Content ul
{
    list-style-position: outside;
    margin-left: 30px;
}

div#Wrapper #Content ol
{
    list-style-position: outside;
    margin-left: 38px;
}