
/* This style sheet lists the style declarations for the various elements for "Resources" page and its second level page*/



/* Style for the right margin for the Great Links Page*/

.right_margin_hotlinks
{
background:#6e91a3;
}


/* Declarations of link properties for links in the Great Links page*/

a.great_links:link { color:black; }
a.great_links:active { color: black;}
a.great_links:visited { color:black;}
a.great_links:hover { color: black; text-decoration:underline;}


/* Declarations of link properties Message Board page*/

a.msgadd_links:link{ color:#eee8cd;text-decoration:none; }
a.msgadd_links:active { color: #eee8cd;text-decoration: none;}
a.msgadd_links:visited { color:#eee8cd;text-decoration: none;}
a.msgadd_links:hover { color: #eee8cd; text-decoration: underline;}


/* Style for all the elements of the Resources Pages */

.sec_nav_res
{
    font-family: "Times New Roman",serif;
    font-size:15pt;
    background:#6e91a3; 
    color:#eee8cd;
    padding-bottom:3px;
    padding-top:5px;
}



/* Style for all the elements of the Resources Pages */

.sec_nav_res_cur_sel
{
    font-family: "Times New Roman",serif;
    font-size:15pt;
    background:#6e91a3; 
    color:#eee8cd;
    padding-bottom:3px;
    padding-top:5px;
    font-weight:bold; 
}


/* Declarations  for the "return to top" link in the "Resources" page*/

.return_top_res
{
font-family: "Times New Roman",serif;
color:#6e91a3;
font-style:italic;
text-decoration: none
}



/* Declarations  for the right margin in the "Resources" page*/

.right_margin_res
{
background:#6e91a3;
}

/*Style for the Snippet section in the "Message Board" page*/

.snippets_mg
{
font-family:"Times New Roman",serif;
font-size:110%;
color:#eee8cd;
font-style:italic;
padding: 12px 12px 12px 60px;
background:black;
                                   
}


/* Declaration of the font properties for the Message Board Copy*/

.sec_text_msg
{
line-height:1em;
font-family:"Times New Roman",serif;
background:white;
color:black;
padding: 30px 30px 30px 30px;
margin: 12px 12px 12px 0px;
}


/* Style for the blue line separating messages in the message board page*/

.blue_line
{
    background:#6e91a3;
    font-size:1em;
   
}   
