/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family         : Verdana, Helvetica, Sans-Serif;
    font-size           : 13px;
    line-height         : 18px;
}

h1 
{
}

h2 
{
    font-family         : Arial, Sans-serif;
    font-weight         : normal;
    font-size           : 22px;
    line-height         : 1em;
}

h3 
{
    font-family         : Arial, Sans-serif;
    font-weight         : normal;
    font-size           : 18px;
    line-height         : 1em;
}

h4 
{
    font-family         : Georgia, Serif;
    font-weight         : normal;
    font-variant        : small-caps;
    font-size           : 15px;
    line-height         : 1em;
}

h5 
{
    font-family         : Arial, Sans-serif;
    font-weight         : bold;
    font-size           : 14px;
    line-height         : 1em;
}

h6 
{
    font-family         : Georgia, serif;
    font-weight         : bold;
    font-size           : 13px;
    line-height         : 1em;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    text-decoration     : underline;
}

a:visited 
{
    text-decoration     : underline;
}

a:hover 
{
    text-decoration     : none;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

#menu
{
    text-align          : center;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
#header h2
{
    font-size           : 24px;
    font-weight         : normal;
    line-height         : 1em;
}

.side h2
{
    font-size           : 18px;
    line-height         : 1em;
}
/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
ul.main li a
{
    font-size           : 15px;
    text-decoration     : none;
    text-transform      : uppercase;
    font-family         : Arial, Sans-Serif;
}

ul.main ul li a
{
    font-size           : 15px;
    text-decoration     : none;
    text-transform      : none;
}

ul.main ul li a:hover
{
    text-decoration     : underline;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/
#main th
{
    font-weight         : bold;
}
/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/
.mindfly
{
    font-size           : .8em;
}

/*___Group/Section/Class_________________________________________________________________*/