/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/bkgd.gif");
	z-index: 1;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	height: 100%;
	}

/*body,p,table,div,span,tr,th,td,ul,ol,li,a,h1,h2,h3,h4,input {
	font-family: arial, sans-serif; 
	}

body,p,table,tr,td,ul,ol {
	color: #000000;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none;
	}
	
a {
	color: #333333;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}
*/
.spacer {
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	}
		
.pageWrapper  {
	width:100%;
	height: 100%;	
	}
	
.pageWrapper2 {
	width: 800px;
	height: 100%;	
	}

/* Header Styles */

.header {
	width:800px;
	height: 70px;
	}

.hLogo {
	float:left; 
	}

.hNav {
	float:right;
	padding-top: 35px;
	padding-right: 30px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #006699;
	}

.hNav a:link {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color: #006699;
	}

.hNav a:visited {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color: #006699;
	}

.hNav a:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #006699;
	}

.hSearch {
	float:right;
	padding-top: 35px;
	padding-right: 15px;
	}

.hSearchBox {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #666666; 	
	}

/*
.hSearch table,tr,td{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
*/	
.hSearchBox input{
	border: 1px solid #7B9EBD;
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #666666; 
	}
		
.locationBar {
	float: left;
	width: 800px;
	height: 20px;
	}

.lBreadcrumb {
	float:left;
	padding-top: 3px;
	padding-left: 15px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	
.lBreadcrumb a:link {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-decoration:underline;
	color: #FFFFFF;
	}

.lBreadcrumb a:visited {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-decoration:underline;
	color: #FFFFFF;
	}
	
.lBreadcrumb a:hover {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	}
	
.lLocale {
	float:right;
	padding-top: 3px;
	/*padding-right: 15px;*/
	padding-right: 0px;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	}

.lLocale a:link {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
	}

.lLocale a:visited {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
	}
.lLocale a:hover {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	}

/* Content Styles */

.contentHolder {
	float: left;
	width: 800px;
	padding-top: 10px;
	position:static;
	}

.cLeftColumn {
	float: left;
	width: 201px;	
	position: static;
	z-index: 3;
	}

.cPrimaryNav {
	float: left;
	position: relative;
	z-index: 3;
	}

.cQuickLinks {
	float: left;
	position: relative;
	top: 10px;
	width: 190px;
	font-size:1px;	
	}

.cQuickLinksHolder { 
float: left; 
padding-top: 10px; 
height: 100%; 
background-color:#FFFFFF; 
padding: 0px 0px 0px 0px; 
margin: 0px; 
width: 188px; 
border-top: 1px solid #CCCCCC; 
border-left: 1px solid #CCCCCC; 
border-right: 1px solid #CCCCCC; 
}
		
.cQuickLinks ul {
	float: left;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 188px;
	}

.cQuickLinks ul li {
	list-style: none;
	border-bottom: 0px;
	margin: 3px 15px 2px 15px;
	}

.cQuickLinks ul li.line {
	list-style: none;
	border-bottom: 1px solid #EBECEC;
	margin: 0px 7px 0px 7px;
	}
	
.cQuickLinks a:link {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}
	
.cQuickLinks a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}	

.cQuickLinks a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	}

.cQuickLinks a.onQL:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	}
	
.cQuickLinks a.onQL:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	}

.cQuickLinks a.onQL:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: underline;
	}
	
.cQuickLinks a.expanded:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	}
	
.cQuickLinks a.expanded:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	}

.cQuickLinks a.expanded:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	}

.cQuickSubLinks {
	float: left;
	width: 150px;
	font-size:1px;
	}	

.cQuickSubLinks ul {
	float: left;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 140px;
	
	}

.cQuickSubLinks ul li {
	list-style: none;
	border-bottom: 0px;
	margin: 5px 15px 2px 15px;
	}

.cQuickSubLinks ul li.line {
	list-style: none;
	border-bottom: 1px solid #EBECEC;
	margin: 0px 7px 0px 7px;
	}
	
.cQuickSubLinks a:link {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}
	
.cQuickSubLinks a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}	

.cQuickSubLinks a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: underline;
	}

.cQuickSubLinks a.sublinkOff:link {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	}
	
.cQuickSubLinks a.sublinkOff:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	}	

.cQuickSubLinks a.sublinkOff:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FF9900;
	text-decoration: underline;
	}
		
.cMainColumn {
	float:left;
	width: 400px;
	z-index: 1;
	position:relative;
	left: -1px;
	}
	
.cBanner {
  	padding-top: 60px;
	width: 400px;
	}

.cAdSpace {
	position:absolute;
	top: 235px;
	width: 400px;
	z-index: -10;
	/*display:block;
  	padding-top: 10px;
	width: 400px;*/
	}
	
.cContentHolder {
  	background: transparent; 
  	width:100%;
  	}
	
.header {
	padding-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#383838;
  	} 
	
.cContentHolder .tabSubheader {
	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: none; 
  	color:#383838;
  	}
	 
.cContentHolder .tabSubheaderSpacing {
	padding: 5px 0 8px 0;
  	} 
	
/*.cContentHolder h1, p{
  	margin:0px 0px;
  	} */
	
.cContentHolder h1 {
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#000000;
  	} 

/*.cContentHolder p {
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#333333;
  	} */

.caption {
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#333333;
  	} 

.caption a:link {
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#006699;
	text-decoration: none;
  	} 

.caption a:visited {
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#006699;
	text-decoration: none;
  	} 

.caption a:hover {
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#006699;
	text-decoration: underline;
  	} 

.content ul {
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#333333;
  	} 
	
.content ul li {
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#333333;
  	} 	

.cContentHolder a.menuh1:link {
	padding-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: none; 
	color:#006699;
  	} 

.cContentHolder a.menuh1:visited {
	padding-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: none; 
	color:#006699;
  	} 

.cContentHolder a.menuh1:hover {
	padding-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline; 
	color:#006699;
  	} 

.cContentHolder a.menu:link {
	padding-top: 0px;
  	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: none; 
  	color:#8d8d8d;
  	} 

.cContentHolder a.menu:visited {
	padding-top: 0px;
  	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: none; 
  	color:#8d8d8d;
  	} 

.cContentHolder a.menu:hover {
  	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: underline; 
  	color:#8d8d8d;
  	} 

.cContentHolder a.column:link {
	padding-top: 0px;
  	font-family: Arial, sans-serif;
  	font-size:11px;
	font-weight: normal;
	text-decoration: none; 
  	color:#666666;
  	} 

.cContentHolder a.column:visited {
	padding-top: 0px;
  	font-family: Arial, sans-serif;
  	font-size:11px;
	font-weight: normal;
	text-decoration: none; 
  	color:#666666;
  	} 

.cContentHolder a.column:hover {
  	font-family: Arial, sans-serif;
  	font-size:11px;
	font-weight: normal;
	text-decoration: underline; 
  	color:#666666;
  	} 

.cContentHolder .flat {
  	display:block; 
  	overflow:hidden; 
  	height:1px; 
  	margin:0 0px; 
  	background:#BBBDC0;
  	font-size:1px;
  	}

.b1 {
  	display:block; 
  	overflow:hidden; 
  	height:1px; 
  	margin:0 5px; 
  	background:#BBBDC0;
  	font-size:1px;
  	}

.cContentHolder .b2 {
  	display:block; 
  	overflow:hidden; 
  	height:1px; 
  	margin:0 3px; 
  	background: #FDFDFD; 
  	border-left:1px solid #CCCCCC; 
  	border-right:1px solid #CCCCCC; 
  	margin:0 3px; 
  	height:1px;
	border-width:0 2px 0 2px;
  	font-size:1px;
  	}
	
.cContentHolder .b3 {
  	display:block; 
  	overflow:hidden; 
  	height:1px; 
  	margin:0 2px; 
  	background:#FBFBFB; 
  	border-left:1px solid #CCCCCC; 
  	border-right:1px solid #CCCCCC; 
  	margin:0 2px;
  	font-size:1px;
  	}
	
.cContentHolder .b4 {
  	display:block; 
  	overflow:hidden; 
  	height:1px; 
  	margin:0 1px; 
  	background:#F9FAFA; 
  	border-left:1px solid #CCCCCC; 
  	border-right:1px solid #CCCCCC; 
  	margin:0 1px; 
  	height:2px;
  	font-size:1px;
  	}	
	
.b2b {
  	display:block; 
  	overflow:hidden; 
  	height:1px; 
  	margin:0 1px; 
  	background:#FFFFFF; 
  	border-left:1px solid #CCCCCC; 
  	border-right:1px solid #CCCCCC; 
  	margin:0 1px; 
  	height:2px;
  	font-size:1px;
  	}

.b3b {
  	display:block; 
  	overflow:hidden; 
  	height:1px; 
  	margin:0 2px; 
  	background:#FFFFFF; 
  	border-left:1px solid #CCCCCC; 
  	border-right:1px solid #CCCCCC; 
  	margin:0 2px;
  	font-size:1px;
  	}

.b4b {
  	display:block; 
  	overflow:hidden; 
  	height:1px; 
  	margin:0 3px; 
  	background: #FFFFFF; 
  	border-left:1px solid #CCCCCC; 
  	border-right:1px solid #CCCCCC; 
  	margin:0 3px; 
  	height:1px;
	border-width:0 2px 0 2px;
  	font-size:1px;
  	}

.cContentHolder .b2bf {
  	display:block; 
  	overflow:hidden; 
  	height:1px; 
  	margin:0 1px; 
  	background:#E7E7E8; 
  	border-left:1px solid #CCCCCC; 
  	border-right:1px solid #CCCCCC; 
  	margin:0 1px; 
  	height:2px;
  	font-size:1px;
  	}

.cContentHolder .b3bf {
  	display:block; 
  	overflow:hidden; 
  	height:1px; 
  	margin:0 2px; 
  	background:#E6E6E7; 
  	border-left:1px solid #CCCCCC; 
  	border-right:1px solid #CCCCCC; 
  	margin:0 2px;
  	font-size:1px;
  	}

.cContentHolder .b4bf {
  	display:block; 
  	overflow:hidden; 
  	height:1px; 
  	margin:0 3px; 
  	background: #E5E6E6; 
  	border-left:1px solid #CCCCCC; 
  	border-right:1px solid #CCCCCC; 
  	margin:0 3px; 
  	height:1px;
	border-width:0 2px 0 2px;
  	font-size:1px;
  	}
	
.cContentHolder .contentBoxFiller {
  display: block;  
  padding: 10px 0px 10px 0px;
  background: #FFFFFF url(../images/filler_bkgd.gif) repeat-x ; 
  border-left:1px solid #CCCCCC; 
  border-right:1px solid #CCCCCC;
  }	

.cContentHolder .contentBoxBottom {
  display:block;  
  background: #FFFFFF url(../images/bottom_fade.gif) repeat-x ; 
  border-left:1px solid #CCCCCC; 
  border-right:1px solid #CCCCCC;
  }
  
.cContentHolder .contentBoxPlain {
  display: block;  
  padding: 10px 0px 10px 0px;
  background: #FFFFFF; 
  border-left:1px solid #CCCCCC; 
  border-right:1px solid #CCCCCC;
  font-size:1px;
  }	
  
.cContentHolder .contentBoxMenu {
  display: block;  
  padding: 0px 0px 0px 0px;
  background: #FFFFFF; 
  border-left:1px solid #CCCCCC; 
  border-right:1px solid #CCCCCC;
  }	
  
.cContentHolder .contentBoxMenuTab {
  display: block;
  padding: 0px 0px 0px 0px;
  background: #FFFFFF; 
  border-left:1px solid #CCCCCC; 
  border-right:1px solid #CCCCCC;
  }	
  
/* Footer Styles */
  
.footer {
	padding-top:10px; 
	clear:both; 
	padding-bottom:5px; 	
	}

.fLinks {
	/*float:center; */
	text-align:center;
}  

.fDisclaimer {
	/*float:center; */
	text-align:center; 
}
		
.fDisclaimerText {font-family: arial, sans-serif; 
	font-size: 11px; 
	text-decoration: none;
	color: #666666; }

a.footerLinks:visited, a.footerLinks:hover, a.footerLinks:link {
	text-decoration: underline; 
	color: #666666;
}     


.cSubmenu {
	padding: 0px 0px 0px 0px;
	width: 200px;
	font-size:10px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px thin #BCBEC1;
	}

.cSubmenuHolder {
	float: left;
	padding-top: 10px;
	height: 100%;	
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 200px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	}
	
		
		
.cSubmenu ul {
	float: left;
	list-style-position: outside;
	background-color:#FFFFFF;
	padding: 0px 20px 0px 20px;
	margin: 0 0 0 0;
	/*text-indent: 15px;*/
	border-right: 1px solid #FFFFFF;
	
	}

.cSubmenu ul li {
	list-style: none;
	list-style-position: outside;
	border-bottom: 0px;
	margin: 5px 0px 2px 0px;
	border-right: 1px solid #FFFFFF;
	
	}

.cSubmenu a.parentOn:link {
	background: #FFFFFF url(../images/navGradient190.gif) no-repeat ;
  	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	}
	
.cSubmenu a.parentOn:visited {
	background: #FFFFFF url(../images/navGradient190.gif) no-repeat ;
  	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	}	

.cSubmenu a.parentOn:hover {
	background: #FFFFFF url(../images/navGradient190.gif) no-repeat ;
  	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	}

.cSubmenu a.parentOff:link {
	background: #FFFFFF url(../images/navGradient190.gif) no-repeat ;
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}
	
.cSubmenu a.parentOff:visited {
	background: #FFFFFF url(../images/navGradient190.gif) no-repeat ;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}	

.cSubmenu a.parentOff:hover {
	background: #FFFFFF url(../images/navGradient190.gif) no-repeat ;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	}

.cSubmenu a.childOn:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	}
	
.cSubmenu a.childOn:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	}

.cSubmenu a.childOn:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: underline;
	}


.cSubmenu a.childOff:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}
	
.cSubmenu a.childOff:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}

.cSubmenu a.childOff:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: underline;
	}

.cRightColumn {
	float: right;
	width: 190px;
	}

.cLogin {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 190px;
	}

.cLoginForm {
	margin: 0px 10px 5px 10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:right;
	}
/*
.cLoginForm table,tr,td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	width: 188px;
	}
*/
.cLoginForm input {
	padding-top: 0px;
	border: 1px solid #7B9EBD;
 	font: 11px Arial,sans-serif;
	color: #666666; 
	}

.cLoginLinks {
	margin: 0px 15px 0px 15px;
	text-align: left;
	font-size: 1px;
	}

.cSidebar {
	float: left;
	position: relative;
	width: 190px;
	font-size:1px;
	}

.cSidebarHolder {
	float: left;
	padding-top: 10px;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 188px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}

.cSidebar ul {
	float: left;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 186px;
	}

.cSidebar ul li {
	list-style: none;
	border-bottom: 0px;
	margin: 3px 15px 2px 15px;
	}

.cSidebar ul li.line {
	list-style: none;
	border-bottom: 1px solid #EBECEC;
	margin: 0px 7px 0px 7px;
	}
	
.cSidebar a:link {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}
	
.cSidebar a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}	

.cSidebar a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	}

.cAdHolder {
	float: left;
  	padding-top: 10px;
	width:190px;
  	}

/* Extra */
.cContentHolder a:visited {
	padding-top: 0px;
  	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: none; 
  	color:#263999;
  	} 

.cContentHolder a:link {
	padding-top: 0px;
  	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: none; 
  	color:#263999;
  	} 
	
.cContentHolder a:hover {
  	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: underline; 
  	color:#263999;
  	}

.cContentHolder .contentBox { 
    display: block; 
padding: 1px 20px 8px 20px; 
    background: #FFFFFF; 
    border-left:1px solid #BBBDC0; 
    border-right:1px solid #BBBDC0;
}

.cContentHolder .contentRightBoxMenu {
    display: block;  
    padding: 5px 5px 5px 5px;
    background: #FFFFFF; 
	border-left:1px solid #BBBDC0; 
    border-right:1px solid #BBBDC0;
    text-align:center;
    background: #FFFFFF url(boxfiller.gif) repeat-x ;
    }

.cContentHolder .contentText {
    padding-bottom: 0px;
    font-family: Arial, sans-serif;
    font-size:12px;	
	font-weight: normal;
    color:#333333;
    }
	
.headerNav {
	float:right;
	padding-top: 35px;
	/*padding-right: 15px;*/
	padding-right: 0px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #223E91;
	}

.headerNav a:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color: #223E91;
	}

.headerNav a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color: #223E91;
	}

.headerNav a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #223E91;
	}

.fLinksILP {
	float:none; 
	padding-right:15px; 
	text-align:center;
}

.fDisclaimerILP {
	float:none; 
	text-align:center; 
	
}

.contentBox .cHeader {
    padding-top: 7px;
	padding-bottom: 7px;
    font: 17px Georgia,monospace;	
	color: #ff9900;
    }
   
/* Crisis CSS */
.crisisHomePage {
	background-image: url("/objects/images/hdr_crisis_content.gif");
	background-repeat: no-repeat;
	width: 319px;
	height: 29px;
	font-size: 22px;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	margin-top: 10px;
}

.crisisLink a {
	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: underline; 
  	color:#e93d25;
	line-height: 14px;
} 

.crisisLink a:link {
	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: underline; 
  	color:#e93d25;
	line-height: 14px;
}

.crisisLink a:visited {
	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: underline; 
  	color:#e93d25;
	line-height: 14px;
} 

.crisisLink a:hover {
	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: none; 
  	color:#e93d25;
	line-height: 14px;
}

.crisisLink a:active {
	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: underline; 
  	color:#e93d25;
	line-height: 14px;
}

.crisisQuickLinks {
	float: left;
	position: relative;
	width: 190px;
	font-size:1px;
}

.crisisQuickLinksHolder {
	float: left;
	/*height: 100%;	*/
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 188px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	/*border-bottom: 1px solid #CCCCCC;*/
}

.crisisQuickLinksHeader {
	background-image: url("/objects/images/hdr_crisis_ilp_sidebar.gif");
	background-repeat: no-repeat;
	width: 190px;
	height: 18px;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.crisisHeadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal; 
	color: #f2981e;
	padding: 10px 10px 10px 10px;
}

.crisisText {
	font-family: Arial, sans-serif;
  	font-size:12px;
	font-weight: normal;
	text-decoration: none; 
  	color:#333333;
	padding: 0px 10px 10px 10px;
}

.cContentHolder .crisisHomeText {
    padding-bottom: 0px;
    font-family: Arial, sans-serif;
    font-size:12px;	
	font-weight: normal;
    color:#333333;
	padding: 10px 25px 20px 0px;
}

.careerLink a {
	font-family: Arial, sans-serif;
  	font-size:11px;
	font-weight: normal;
	text-decoration: underline; 
  	color:#263999;
	line-height: 14px;
} 


.careerLink a:visited {
	font-family: Arial, sans-serif;
  	font-size:11px;
	font-weight: normal;
	text-decoration: underline; 
    line-height: 14px;
	color:#6699cc;
}

.careerLink a:hover {
	font-family: Arial, sans-serif;
  	font-size:11px;
	font-weight: normal;
	text-decoration: none; 
    line-height: 14px;
	color:#263999;
}

.careerLink a:active {
	font-family: Arial, sans-serif;
  	font-size:11px;
	font-weight: normal;
	text-decoration: underline; 
  	color:#263999;
	line-height: 14px;
	
}

.careerQuickLinks {
	margin-top:20px;
	float: left;
	position: relative;
	width: 190px;
	font-size:1px;
}

.careerQuickLinksHolder {
	float: left;
	/*height: 100%;	*/
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 188px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	/*border-bottom: 1px solid #CCCCCC;*/
}

*html .careerQuickLinksHolder {
	float: left;
	/*height: 100%;	*/
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 190px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	/*border-bottom: 1px solid #CCCCCC;*/
}

.careerQuickLinksHeader {
	background-image: url("/ar/es/objects/images/hdr-careerbg.gif");
	background-repeat: no-repeat;
	width: 185px;
	height: 17px;
	font-size: 11px;
	color: #163a86;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

*html .careerQuickLinksHeader {
	background-image: url("/ar/es/objects/images/hdr-careerbg.gif");
	background-repeat: no-repeat;
	width: 190px;
	height: 22px;
	font-size: 11px;
	color: #163a86;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

.careerHeadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal; 
	color: #f2981e;
	padding: 10px 10px 10px 10px;
}

.careerText {
	font-family: Arial, sans-serif;
  	font-size:11px;
	font-weight: normal;
	text-decoration: none; 
  	color:#333333;
	padding: 10px 10px 10px 15px;
}

.cContentHolder .careerHomeText {
    padding-bottom: 0px;
    font-family: Arial, sans-serif;
    font-size:11px;	
	font-weight: normal;
    color:#333333;
	padding: 10px 25px 20px 0px;
}