﻿/* Typography, colors, and  menu themes */
body 
{
    font-family:Arial;
    font-size:11px;
    color:#666666;
    }

    a.footer:visited
    {font-family:Arial;font-size:10px;color:#1e1e36;text-decoration:none;}
    a.footer:active
    {font-family:Arial; font-size:10px;color:#1e1e36; text-decoration:none;}
    a.footer:link
    {font-family:Arial;font-size:10px; color:#1e1e36; text-decoration:none;}
    a.footer:hover
    {font-family:Arial;font-size:10px;color:#1e1e36;text-decoration:underline;}

    a.about:visited
    {font-family:Arial;font-size:11px;color:#1e1e36;text-decoration:none;}
    a.about:active
    {font-family:Arial; font-size:11px;color:#1e1e36; text-decoration:none;}
    a.about:link
    {font-family:Arial;font-size:11px; color:#1e1e36; text-decoration:none;}
    a.about:hover
    {font-family:Arial;font-size:11px;color:#1e1e36;text-decoration:underline;}
    
    a:visited
    {font-family:Arial;font-size:11px;color:#1e1e36;text-decoration:none;}
    a:active
    {font-family:Arial; font-size:11px;color:#1e1e36; text-decoration:none;}
    a:link
    {font-family:Arial;font-size:11px; color:#1e1e36; text-decoration:none;}
    a:hover
    {font-family:Arial;font-size:11px;color:#1e1e36;text-decoration:underline;}

#footer 
{
    font-family:Arial;
    font-size:10px;
    color:#1e1e36;
    }

#footer-wide 
{
    font-family:Arial;
    font-size:10px;
    color:#1e1e36;
    }
#main-nav-right
{
    font-family:Arial;
    font-size:11px;
    color:#1e1e36;
    }

/* Right yellow box top and bottom content */ 
    #ph-content-main h1
    {
        font-family:Arial;
        font-weight:bold;
        font-size:11px;
        color:#1e1e36;
        }
    #ph-content-main h2
    {
        font-family:Arial;
        font-weight:bold;
        font-size:11px;
        color:#1e1e36;
        }
    #ph-content-right-column h1 
    {
        font-family:Arial;
        font-weight:bold;
        font-size:11px;
        color:#1e1e36;
        }
    #ph-content-right-column h2 
    {
        font-family:Arial;
        font-weight:bold !important;
        font-size:11px;
        color:#666666 !important;
        margin:0px 5px 4px 5px;padding:0px 0px 4px 0px;

        }
    #ph-content-right-column p 
    {
        font-family:Arial;
        font-size:10px;
        color:#666666 !important;
        margin:-6px 5px 4px 5px;
        padding:0px 0px 4px 0px;
        font-weight:normal !important;
        }
        
        
/* Rollover Items in lower right content */ 
.row a                 { text-decoration: none; }
.row a:link            { background-color: #ffffff;margin:-4px -10px -4px -10px;padding:4px 5px 0px 5px;_padding:4px 11px 0px 11px; }
.row a:visited         { background-color: #ffffff;margin:-4px -10px -4px -10px;padding:4px 5px 0px 5px;_padding:4px 11px 0px 11px; }
.row a:active          { background-color: #ffffff;margin:-4px -10px -4px -10px;padding:4px 5px 0px 5px;_padding:4px 11px 0px 11px; }
.row a:hover           { background-color: #fff8dd;margin:-4px -10px -4px -10px;padding:4px 5px 0px 5px;_padding:4px 11px 0px 11px; }

.row a { display: block; }

.rss-main h1 
{
    padding:0 0px 5px 20px;
    }

.rss-main h2 
{
    color:#666666 !important;
    text-decoration:none !important;
    }
.rss-main p 
{
    color:#666666 !important;
    text-decoration:none !important;
    }

/* Rollover Items in lower right content */ 
.long-row a                 { text-decoration: none; }
.long-row a:link            { background-color: #f3f4f6;margin:-2px 0px -2px 0px;padding:4px 0px 4px 20px;_padding:4px 11px 4px 20px; }
.long-row a:visited         { background-color: #f3f4f6;margin:-2px 0px -2px 0px;padding:4px 0px 4px 20px;_padding:4px 11px 4px 20px; }
.long-row a:active          { background-color: #f3f4f6;margin:-2px 0px -2px 0px;padding:4px 0px 4px 20px;_padding:4px 11px 4px 20px; }
.long-row a:hover           { background-color: #d6dae2;margin:-2px 0px -2px 0px;padding:4px 0px 4px 20px;_padding:4px 11px 4px 20px; }

.long-row a { display: block; }

