/* CSS Document */

body {
	background-color:#EAEAEA;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a { color:#fab92b; }
a:visited { color:#fab92b; }
a:hover { color:#fab92b; }

	
#wraper {
	margin:0 auto;
	background-color:#FFFFFF;
	width:693px;
	}	
	
/* header styles */
#header {
	height:259px;
	padding-bottom:15px; /* using this padding to push down the main conent and sidebar divs for IE7 for vertical white space */
	}
#logo IMG {
	padding:15px 0px 15px 25px;
	float:left;
}


/* sidebar & sidebar navigation */
#sidebar {
	width:170px;
	float:left;
	font-size:12px;
	line-height:17px;
	color:#000000;
	padding: 0 0 0 15px;
	}

	
.sidebarDivider {
	height:3px;
	width:165px;
	background-color:#006699;
	margin-top:-10px;
	clear:both;
	}
	
#sidebarNav {
	width:170px;
	float:left;
	padding-bottom:20px;
	}
		
.sideNavItem {
	font-size:13px;
	font-weight:bold;
	color:#013668;
	padding-bottom: 30px;
	}

#sidebarNav a {
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#013668;
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:#fab92b;
	border-bottom-width:3px;
	padding-bottom:5px;
	}

#sidebarNav a:hover {
	border-bottom:solid;
	border-bottom-color:#013668;
	border-bottom-width:3px;
	}
	
#sidebarNavThisPage {
	font-size:13px;
	font-weight:bold;
	color:#013668;
	padding-bottom: 25px;
	border-bottom-color:#013668 !important;
	}

.sideNavItem p {
	font-size:12px;
	padding-left:12px;
	color:black;
	font-weight:normal !important;
}

.sideNavItem p a {
	display:inline !important;
	font-size:12px !important;
	font-weight:normal !important;
	text-decoration:underline !important;
	border-bottom:0 !important;
	padding-bottom:0px !important;
}
	
			
/* main div content styles */
#main {
	width:460px;
	padding-right:18px;
	float:right;
	}
#main h3 {
	font-size:15px;
	font-weight:bold;
	color:#013668;
	}
#main h4 {
	font-size:14px;
	color:#013668;
	}
#main p {
	font-size:12px;
	line-height:17px;
	color:#7C7F81;
	padding-bottom:5px;
	}
	
#main ul li {
	font-size:12px;
	line-height:17px;
	color:#7C7F81;
	}
	
.copyBold { color:#000000; font-weight:bold; }
.copyBoldGray { color:#7C7F81; font-weight:bold; }
.copyBoldGrayItalic { color:#7C7F81; font-weight:bold; font-style:italic; }
.copyBoldUnderline {
	color:#000000;
	font-weight:bold;
	border-bottom: 3px;
	border:#fab92b;
	border-bottom-style:solid;
	}
.copyBoldGrayUnderline {
	color:#7C7F81;
	font-weight:bold;
	border-bottom: 3px;
	border:#fab92b;
	border-bottom-style:solid;
	}

.articleTitle {
	margin-bottom:0;
	padding-bottom:0;
	color:#013668;
	}

.print { display:none; }
	
/* footer styles */
#footer {
	width:100%;
	text-align:center;
	font-size:10px;
	padding: 10px 0 0 0;
	clear:both;
}

#footer p {
	text-align:center;
	font-size:10px;
	color:#7C7F81;
}
#footer a {
	padding:0px 5px 0px 5px;
	color:#F2A32A;
}
#footer a:visited { color:#fab92b; }
#footer a:hover { color:#fab92b; }


/* Navigation */
.nav {
	width: 460px;
	font-size:13px;
	float:left;
	margin-left:43px;
	padding-top:58px;
	border:#FF9900;
	border-bottom-style:solid;
	border-bottom-width:thick;
	height:16px;
	} 

.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.nav li {
	float: left;
	display: block;
	margin: 0 2px;
	}

.nav li a {
	float: left;
	color:#032746;
	text-decoration: none;
	font-weight: bold;
	}
	
.nav li a:hover {
	border:#013668;
	border-bottom-style:solid;
	border-bottom-width:thick;
	padding-top:0;
	margin-top:0;
	} 

/* styles for Financial products page matrix  */


		table.matrix {
			color: black;
		}
		
		td.data1 {
			font-size: 9pt;
			padding-left: 5px;
			padding-top: 5px;
			padding-bottom: 5px;			
			border-left: 1px solid black;
		}
		
		td.data1_even {
			font-size: 9pt;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 5px;
			border-left: 1px solid black;
			background-color: #fdbb30;
		}
		
		td.data2 {
			border-left: 1px solid black;
		}
		
		td.data3 {
			font-weight: 700;
			font-size: smaller;
			border-left: 1px solid black;
			border-right: 1px solid black;		
		}
		
		td.data4 {
			font-weight: 700;
			font-size: smaller;		
			border-right: 1px solid black;
		}
		
		.matrix_header_gtf {
			border-top: 1px solid black;
			border-bottom: 1px solid black;
			border-left: 1px solid black;		
			font-size: 10pt;
			font-weight: bold;
			color: #0A5F90;
		}
		
		.matrix_header_other {
			border-top: 1px solid black;
			border-bottom: 1px solid black; 
			border-right: 1px solid black;
			font-size: 10pt;
			font-weight: 700;
			color: #999999;
		}
		
		.odd_row {
			padding-top: .25cm;
			padding-bottom: .25cm;
			background-color: #CCCCCC;
		}
		
		.even_row {
			padding-top: .25cm;
			padding-bottom: .25cm;
			background-color: #FFFFFF;
		}
