﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family : Verdana, Sans-Serif;
    font-size   : 12px;
}

h1 
{
}

h2 
{
}

h3 
{
}

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 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding,
div#content_sub
{
    font-family         : Arial, Sans-Serif;   
}

div#site_info
{
    font-size           : 0.8em;
}

div#searchResultsHeader
{
    font-size           : 1.2em;   
}

/*___ SPAN _________________________________________________________________*/

a.aULContentNav:hover,
div#content_nav ul a:hover span
{
    text-decoration : underline;    
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2.h2ContentMain,
div#content_main h2
{
    font-size   : 1.33em;
    font-weight : bold;
}

/*___ H3 _________________________________________________________________*/

h3.h3ContentMain,
div#content_main h3
{
    font-size : 1.2em;
    font-weight : bold;   
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

ul.ulContentNav,
div#content_nav ul
{
    font-family : Arial, Sans-Serif;
    font-size   : 1.33em;
    font-weight : bold;
}

ul.ulResources
{
    font-size : 0.9em;    
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

li.liSiteNav,
ul.ulSiteNav li
{
    font-weight : bold;    
}

ul.ulSiteNav ul li
{
    font-weight : normal;   
}

li.liSubNav,
ul.ulSubNav li
{
    font-weight : bold;    
}

li.liSubNavNested,
ul.ulSubNav ul li
{
    font-weight : normal;    
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.aULContentNav,
div#content_nav ul a,
div#content_nav ul a:visited
{
    text-decoration : none;
}

a.aResourcesPrint
{
    font-size       : 0.9em;
}

div#contentBody ul#ulSearchResults li a
{
    font-weight     : bold;   
}


/*___ TABLE _________________________________________________________________*/

.summary
{
    font-family     : Verdana, Arial, Sans-Serif;
}
/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

.summary thead th
{
    font-size       : 120%;
    font-weight     : bold;
}

.summary tbody th
{
    font-weight     : bold;
    font-size       : 100%;
}

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
