﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family         : Lucida Sans Unicode, Lucida Sans, Arial, Sans-Serif;
}

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 : underline;
}

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 _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/
span.spnCopyright
{
    font-size       : 80%;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
div#content_main h2
{
    font-size       : 100%;
    font-weight     : bold;
}

div#content_sub h2,
div#content_sub_sec h2
{
    font-size       : 90%;
    font-weight     : bold;
}

div#content_main_sec h2
{
    font-size       : 190%;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/
div#content_main_sec h4
{
    font-size       : 90%;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
div#content_main p,
div#content_main_sec p
{
    font-size       : 80%;
}

/*___ UL _________________________________________________________________*/

ul.ulNav
{
    font-size       : 80%;
}

div#content_main_sec ul
{
    font-size       : 80%;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
div#content_sub ul li,
div#content_sub_sec ul li
{
    font-size       : 75%;
}

div#nav_main ul.ulNav li > ul li a:hover
{
    text-decoration : underline;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

div#content_main a,
div#content_main a:visited,
div#content_main_sec a,
div#content_main_sec a:visited
{
    text-decoration     : underline;
}

div#content_main a:hover,
div#content_main_sec a:hover
{
    text-decoration     : underline;
}

ul.ulQuickLinks li a,
ul.ulQuickLinks li a:visited
{
    text-decoration     : none;
}

ul.ulQuickLinks li a:hover
{
    text-decoration     : underline;
}

div#nav_main a,
div#nav_main a:visited
{
    text-decoration     : none;
}

div#site_info a:hover,
div#site_info_sec a:hover
{
    text-decoration     : none;
}
/*___ CITE _________________________________________________________________*/
div#branding_sec cite
{
    font-size       : 90%;
    line-height     : 1.5em;
}

/*___ BLOCKQUOTE _________________________________________________________________*/

div#site_info blockquote,
div#site_info_sec blockquote
{
    font-size       : 85%;
    line-height     : 1.2em;
}

div#content_main_sec blockquote
{
    font-size       : 80%;
    font-style      : italic;
}

div#content_main_sec cite
{
    font-size       : 80%;
}

/*___ TABLE _________________________________________________________________*/

table.tableFaculty
{
    font-size       : 80%;
}

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

table.tableFaculty tr.trInfo td:first-child
{   
    font-weight     : bold;
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/