﻿/****************************************************************************************\

    Global Styles
    Global Constructs
    Global Classes

\****************************************************************************************/

html 
{
}

body 
{
    font-family : Trebuchet MS;
    font-size   : 11pt;
}

h1 
{
    font-size : 2em;
}

h2 
{
    font-size : 1.5em;
}

h3 
{
    font-size : 1.2em;
}

h4 
{
    font-size : inherit;
}

h5 
{
    font-size : inherit;
}

h6 
{
    font-size : inherit;
}

p 
{
    font-size : inherit;
}

ul 
{
    font-size : inherit;
}

ol 
{
    font-size : inherit;
}

li 
{
    font-size : inherit;
}

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 : underline;
}

table 
{
    font-size : inherit;
    text-decoration : none;
}

tr 
{
    font-size : inherit;
    text-decoration : none;
}

th 
{
    font-size : inherit;
    text-decoration : none;
}

td 
{
    font-size : inherit;
    text-decoration : none;
}

img 
{
}

hr
{
}





/****************************************************************************************\
    
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/
/*___DIV_________________________________________________________________*/

div#site_info
{
    font-size : .75em;
}
/*___UL_________________________________________________________________*/
ul.nav_main,
div#nav ul

/*__LI_________________________________________________________________*/
li.branding,
div#branding li {
	font-size : .9em;
}

/*___A_________________________________________________________________*/

div#branding a
{
    text-decoration : none;
    font-size : .8em;
    font-weight : bold;
    text-transform : uppercase;
}

div#branding a:hover
{
    text-decoration : underline;
}

div#content_sub a
{
    text-decoration : none;
    font-size : .8em;
    font-weight : bold;
    text-transform : uppercase;
}

div#content_sub a:hover
{
    text-decoration : underline;
}

a.navMain,
    div#nav a
    {
        font-size : .75em;
        text-decoration : none;
        text-transform : uppercase;
        font-weight : bold;
    }
    
a.navHover,
    div#nav a:hover
    {
        text-decoration : underline;
    }

a.navSub,
    div#nav ul.subMenu li a
    {
        font-size : .7em;
    }
    
#content_sub .calendar a
{
    font-size       : 1em;
}

/*___ TABLE _________________________________________________________________*/
table.calendar
{
    font-size       : .9em;
}

.calendar .calendar
{
    font-size       : 1em;
}
            
/*___ TR _________________________________________________________________*/

/*___TH_________________________________________________________________*/	
	th.programSignup,
    table.programSignup th
    {
        font-weight : bold;
    } 

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

	
/*___CITE_________________________________________________________________*/
cite.gallery,
    div#gallery cite
{
    font-size           : .7em;
}



