/* Style Cobalt */

/* Body */

    body { background-color: #364151; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;
	}
    
   A {
	color : #0066FF;
	text-decoration : none;
}

A:Visited  {
	color : #0066FF;
	text-decoration : none;
}

A:Active  {
	color : #0066FF;
	text-decoration : underline;
}

A:Hover  {
	text-decoration : underline;
	color : #CC0000;	
}
A.white {
	color : #FFFFFF;
	text-decoration : none;
}

A.white:Visited  {
	color : #FFFFFF;
	text-decoration : none;
}

A.white:Active  {
	color : #FFFFFF;
	text-decoration : underline;
}

A.white:Hover  {
	text-decoration : underline;
	color : #CC0000;	
}	
	#nav {
		float:left;
		width: 150px;
		padding: 5px;
		font-size: 12px;
	line-height: 14px;
	
	height: auto;
	
}

#nav a
{
	background-color: #961807;
	display: block;
	color: #ffffff;
	width: 138px;
	margin: 5px 5px 5px 5px;
	padding: 4px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
#nav dt
{
	list-style-type: none;
}
#nav a:hover
{
	background-color: #342e7e
}


/* Backgrounds Colors */
    
    .bg_main              { background-color: #364151; }
    .bg_header            { background-color: #364151; } 
    .bg_search_box        { background-color: #DDDDDD; }

    .bg_nav_left_header   { background-color: #336699; } 
    .bg_nav_left          { background-color: #EEEEEE; } 
    .bg_nav_left_selected { background-color: #DDDDDD; } 
    .bg_nav_right_header  { background-color: #336699; } 
    .bg_nav_right         { background-color: #EEEEEE; } 
    


/* Common Styles */

    .header_category_name           { color: #000000; font-family: impact, Arial, Helvetica, sans-serif; font-size: 26px; font-weight: bold; text-transform: uppercase; }
    .header_breadcrumb              { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-transform: uppercase; }
    .header_breadcrumb a            { color: #999999 !important; text-decoration: none; }
    .header_breadcrumb a:hover      { color: #999999 !important; text-decoration: underline; }

    .logo_text                      { font-family: Arial, Helvetica, sans-serif; font-size: 30px;  font-weight: bold; letter-spacing: -0.05em  }
    .logo_sub                       { font-family: Arial, Helvetica, sans-serif; font-size: 14px;  font-weight: bold; letter-spacing: -0.05em  }

    .image_caption                    { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
    .more_headlines                 { color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
    .global_updated                 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

    .general_text                   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }


/* Left Navigation (Category List) */

    .nav_left_header_text           { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; }
    .nav_left_header_text a         { color: #FFFFFF !important; }

    .category_link_depth1 a         { color: #000066 !important; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
    .category_link_depth2 a         { color: #000066 !important; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
    .category_link_depth3 a         { color: #000066 !important; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }

    .advancedsearch_link   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: regular;  }



/* Right Navigation (Headlines) */


    .nav_right_header               { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; }
    .nav_right_category_header      { color: #FFFFFF; font-family: impact, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: regular; text-transform: uppercase; }
    .nav_right_headlines            { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: regular;  }

    .nav_right_category_name        { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }


/* Article Summaries */

    .summary_title                  { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
    .summary                        { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
    .summary_date                   { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
    
    .summary_breadcrumb            { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
    .summary_breadcrumb a          { color: #999999 !important; text-decoration: none; }
    .summary_breadcrumb a:hover    { color: #999999 !important; text-decoration: underline; }


/* Article Pages */

    .artname   { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #FFFFFF; }
    .arttext   { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; }
	.artdate   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;font-weight: bold; }
	.text      { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #FFFFFF; }
	.text10    { font-family: Verdana, Arial, sans-serif; font-size: 9px; color: #FFFFFF; font-weight: bold;}
    
    .bg_printer_page                { background-color: #FFFFFF; }
    
