/*** BASIC STYLES START ***/
	BODY, DIV, TD, P
		{font-family: verdana, arial, sans-serif; font-size: 12px; line-height: 135%; color:#333333;}
    
	A:Link, A:Visited
		{color: #203C91;}
	    
	A:Hover
		{text-decoration: none;}
		
	UL
		{ margin-top: 6px; font-size: 11px; color: #555;}
/*** BASIC STYLES END ***/


/*** GLOBAL NAV STYLES START ***/
	DIV.majorNavLink 
		{font-size: 12px; font-weight: bold; margin: 4 16 5 16;}
	
	A:Visited.majorNavLink, A:Link.majorNavLink
		{font-size: 12px; color: #333399; margins: 0px; text-decoration: none; margin-bottom: 0px;}
	    
	A:Hover.majorNavLink
		{text-decoration: underline; color: #ffffff;}
	    
	DIV.minorNavLink
		{margin: 0 2 1 14;}
	    
	A:Visited.minorNavLink,A:Link.minorNavLink
		{font-size: 12px; color: #ffffff; text-decoration: none; margin-top: 2px;}
	    
	A:Hover.minorNavLink
		{text-decoration: underline; color:#ffffff;}
/*** GLOBAL NAV STYLES END ***/


/*** SUB NAV STYLES START ***/
	DIV.subNavLink
		{width:100%; padding: 5 4 3 4;}
    
	A:Visited.subNavLink, A:Link.subNavLink
		{font-size: 12px; color: #993399; font-weight: bold; text-decoration: none; width: 100%;}
    
	A:Hover.subNavLink
		{color: #32237E;}
	
	.subNavNoLink
		{font-size: 12px; color:#555555; text-decoration: none; width: 100%;}
    
	DIV.subNavSubLink
		{}
    
	A:Visited.subNavSubLink, A:Link.subNavSubLink
		{font-size: 12px; color: #555555; text-decoration: none; width: 100%;}
    
	A:Hover.subNavSubLink
		{color: #203C91;}
    
	DIV.subNavHead
		{font-size: 12px; font-weight: bold; color: #203C91; margin: 0 0 3 4;}
    
	A:link.subNavHead, a:visited.subNavHead
		{font-size: 12px; font-weight: bold; color: #555555; padding: 3 0 3 0; text-decoration: none; width: 100%;}
    
	P.subNavHead
		{font-size: 12px; 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: 10 15 5 15; width:100%; voice-family: "\"}\""; voice-family: inherit;}
    
	html>body .bodyMargins
		{width: auto;}
/*** margins styles start ***/

	.color
		{color: #CC6633;}
        
	.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: 13px; font-weight: bold; color: #333399; margin: 8 0 4 0;}

	H2, .subHead
		{font-size: 12px; font-weight: bold; color: #993399; margin: 4 0 2 0;}

	.footer
		{font-size: 10px; color: #666666; margin-top: 12px;}

	.imgCaption
		{ font-size: 10px; color: #999999; margin-bottom: 4px;}
		
		
.leftNav{
  margin-left: 15px;
  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: #333399;
  }


.rightNav
	{width:100%; voice-family: "\"}\""; voice-family: inherit;}
  
  html>body .rightNav 
		{width:auto;}
  
	.rightNav .bodyMargins
		{margin: 6 8 2 10; width:100%; voice-family: "\"}\""; voice-family: inherit;}
    
	html>body .rightNav .bodyMargins
		{width: auto;}
	
  .rightNav .subHead, .rightNav .head
		{color: #777777; margin-top: 12px;}
	
  .rightNav TD, .rightNav DIV, .rightNav
		{color: #999999; font-size: 9px;}
    
  .rightNav IMG
		{border: solid #cccccc; border-width: 1; margin-bottom: 2px;}
    

.subNav{
	border: solid #993399; border-width: 1; margin-bottom: 2px;
	background-color: #FF99FF;
  margin-top: 12px;
}

/*** CONTENT STYLES START ***/
    /* this is for module sub navs like articles and message boards */
    .subNav_module{
      padding: 5 4 0 8; width: 100%; voice-family: "\"}\""; voice-family: inherit;}
  
  html>body .subNav_module {
    width:auto;
  }
    
    .mod_blogs {
    }
    
    .mod_articles {    
    }
    
    .mod_displays {    
    }
    
    .mod_displays IMG{ 
      border: solid #cccccc;
      border-width: 1;
    }
    
/*** CONTENT STYLES END ***/