﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family         : Verdana, Arial, Sans-Serif;
    font-size           : 12px;
}

h1 
{
    font-family         : Georgia, Serif;
    font-size           : 2em;
    margin-bottom       : 0.5em;
}

h2 
{
    font-family         : Georgia, Serif;
    font-size           : 2em;
    margin-bottom       : 0.5em;
}

h3 
{
    font-size           : 1.2em;
    font-weight         : bold;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : underline;
}

a:visited 
{
    text-decoration : underline;
}

a:hover 
{
    text-decoration : none;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

strong em,
em strong
{
    font-weight     : bold;
    font-style      : italic;
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

div#branding h2
{
    font-family     : Verdana, Arial, Sans-Serif;
    font-size       : 150%;
    font-weight     : bold;
    letter-spacing  : .05em;
}

div#homeSub h2
{
    font-size       : 1.5em;   
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

ul.ulMain
{
    font-weight     : bold;
    font-size       : 1.5em;
    font-family     : Georgia, Serif;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

div#homeMain h3 strong
{
    font-size : 1.25em;    
}

/*___Group/Section/Class_________________________________________________________________*/
