/* headernickname.css 	        *
 * handles the user name css    *
 *			        *							
 * Date: Feb 16, 2008           *
 * Last Updated: March 2, 2009  */

     .headerNameBlock {
	padding: 0 10px 5px 10px; 
        color: rgb(0, 0, 220);
	font-size: 115%; 
     } 


 #header a.headerNameText { color: rgb(0, 0, 220); text-decoration: none; border-bottom: 1px solid; margin-bottom: 0.3em; padding-bottom: 0.2em; } 
/* unvisited link */
 #header a.headerNameText:link { color: rgb(0, 0, 220); text-decoration: none; border-bottom: 1px solid;  margin-bottom: 0.3em; padding-bottom: 0.2em; }  
/* visited link */   
 #header a.headerNameText:visited { color: rgb(0, 0, 220); text-decoration: none; border-bottom: 1px solid;  margin-bottom: 0.3em; padding-bottom: 0.2em; }  
/* mouse over link */ 
 #header a.headerNameText:hover {color: rgb(0, 0, 220); text-decoration: none; border-bottom: none;  margin-bottom: 0.3em; padding-bottom: 0.2em; }   
/* selected link */
 #header a.headerNameText:active { color: rgb(0, 0, 220); text-decoration: none; border-bottom: 1px solid;  margin-bottom: 0.3em; padding-bottom: 0.2em; }   


