/*** BASIC STYLES START ***/
	BODY, DIV, TD, P
		{font-family: georgia, verdana, arial, sans-serif; font-size: 13px; line-height: 135%; color:#3F3050;}
    
	A:Link, A:Visited
		{color: #A08D38;}
/*** BASIC STYLES END ***/


/*** GLOBAL NAV STYLES START ***/
	DIV.majorNavLink 
		{font-size: 12px; font-weight: bold; margin: 0 15 0 5;}
	
	A:Visited.majorNavLink, A:Link.majorNavLink
		{font-size: 12px; color: #999966; margins: 0px; text-decoration: none; margin-bottom: 0px;}
	    
	A:Hover.majorNavLink
		{text-decoration: underline; color: #E1D59D;}
	    
	DIV.minorNavLink
		{margin: 0 14 0 4;}
	    
	A:Visited.minorNavLink,A:Link.minorNavLink
		{font-size: 12px; color: #666666; text-decoration: none; margin-top: 0px;}
	    
	A:Hover.minorNavLink
		{text-decoration: underline; color:#000000;}
/*** GLOBAL NAV STYLES END ***/


/*** SUB NAV STYLES START ***/
	DIV.subNavLink
		{width:100%; padding: 5 0 5 0;}
    
	A:Visited.subNavLink, A:Link.subNavLink
		{font-size: 11px; color: #BCB490; text-decoration: none; width: 100%;}
    
	A:Hover.subNavLink
		{color: #000000;}
	
	.subNavNoLink
		{font-size: 11px; color:#BCB490; text-decoration: none; width: 100%;}
    
	DIV.subNavSubLink
		{}
    
	A:Visited.subNavSubLink, A:Link.subNavSubLink
		{font-size: 11px; color: #BCB490; text-decoration: none; width: 100%;}
    
	A:Hover.subNavSubLink
		{color: #000000;}
    
	DIV.subNavHead
		{font-size: 11px; font-weight: bold; color: #203C91; margin: 0 0 3 4;}
    
	A:link.subNavHead, a:visited.subNavHead
		{font-size: 11px; font-weight: bold; color: #555555; padding: 3 0 3 0; text-decoration: none; width: 100%;}
    
	P.subNavHead
		{font-size: 11px; font-weight: bold; color: #555555; padding: 3 0 3 0; text-decoration: none; width: 100%;}
    
	A:hover.subNavHead
		{text-decoration: underline;}
/*** SUB NAV STYLES END ***/


/*** margins styles start ***/
	.bodyMargins
		{margin: 15 15 5 15; width:100%; voice-family: "\"}\""; voice-family: inherit;}
    
	html>body .bodyMargins
		{width: auto;}
/*** margins styles start ***/

	.color
		{color: #666633;}
        
	.highlight
		{color: #3333CC;}
 
        
	.errorMsg
		{font-size: 10px; color: #FF3333; margin-left: 10px;}

	.smallLight
		{font-size: 10px; color: #cccccc; margin-top: 6px;}

	H1, .head
		{font-size: 24px; font-weight: bold; line-height: 12pt; color: #3F3050; margin: 4 0 8 0;}

	.subHead
		{font-size: 11px; font-weight: bold; line-height: 10pt; color: #B5A24B; margin-bottom: 4px;}

	.footer
		{font-size: 10px; color: #666666; margin-top: 12px;}

.leftNav{
  margin-left: 0px;
  width:100%; /* I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
  voice-family: "\"}\"";
  voice-family: inherit;
  }
  
  html>body .leftNav {
    width:auto;
  }
  
  .leftNav .subHead{
    color: #555555;
  }

.subNav{
  margin-top: 8px;
}

/*** CONTENT STYLES START ***/
    /* this is for module sub navs like articles and message boards */
    .subNav_module{
      padding: 5 4 0 8;
      width: 100%; /* I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
  voice-family: "\"}\"";
  voice-family: inherit;
  }
  
  html>body .subNav_module {
    width:auto;
  }
    
    .mod_blogs {
    }
    
    .mod_articles {    
    }
    
    .mod_displays {    
    }
    
    .mod_displays IMG{ 
      border: solid #999966;
      border-width: 1;
    }
    
/*** CONTENT STYLES END ***/