body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
#AppTitleContainer {
	margin: 0px ;
	padding : 0px;
	height : 24px;
	width: 955px;
}
.appTitle {
	background: #ffffff;
	float: left;
	/*height: 18px;*/
	padding: 0px 0px 0px 350px;
	margin-top: 1px;
}
/*  Font Switcher  */
/*.FontSwitch {
	text-align:right;
	height: 24px;
	margin-bottom: 0px;
}*/
.searchArea {
	/*padding: 0px 0px 5px 0px;
	margin-right: 2px;*/
	/*width: 49%;*/
	padding: 0 0 7px 0;
	margin-right: 3px;
	float: right;
}
#topNav {
	margin:0 auto;
	width: 955px;
	clear:both;
}
#navContainer {
	background: #ffffff url('../images/header/hd_bg_fixed.gif') no-repeat 0 0;
	width: 100%;
	height: 104px;
}
#mainContentAreaContainer {
	width: 955px;
	margin:0px auto 0px auto;
	padding: 0;
}
#footerArea {
	margin: 40px auto;
	width: 955px;
	padding: 0px 0px 40px 0px;
}
#footerArea_App {
	margin:auto;
	width: 955px;
	border-top: 1px solid #666666;
}
.footerAreaLinks {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	padding: 0 1px;
	margin: 0 3px;
	height: 35px;
}
.footerLinksUl {
	list-style:none;
	margin: 0;
	padding: 0;
}
.footerLinksUl li {
	display: inline;
	padding-left: 30px;
}
.footerLinks {
	float:right;
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #666666;
	text-align: right;
	padding: 10px 0;
}
.footerLinks a{
	color: #666666;
	text-decoration: none;
}
.footerLinks a:hover{
	color: #ff0000;
	text-decoration: underline;
	
}
.footerTxt {
	float:left;
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #666666;
	text-align: left;
	padding: 10px 0;
}
#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #666666;
	text-align: right;
	padding: 10px 0px;
	background: #ffffff url('../images/sm_footer_logo.gif') no-repeat 1px 8px;
}
#disclaimer a{
	color: #c0c0c0;
	text-decoration: underline;
}
#disclaimer a:hover{
	color: #ff0000;
	text-decoration: underline;
}
/* ----------------- MAIN NAV STYLES START HERE -----------------*/
#mainnav {
	width: 100%;
	float: left;
	font-size: 0.80em;
	margin: 0px;
	padding: 0px;
	line-height: normal; 
	font-family: Arial;
	background: #ffffff;	
}      
#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}     
#mainnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}    
#mainnav a {
	float: left;
	margin: 0;
	padding: 10px 12px 7px 12px;/*padding: 4px 25px 0px 10px;*/
	color: #000000;/*#ffffff*/
	font-weight: bold;
	text-decoration: none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainnav a span {
	float:none;
}
/* End IE5-Mac hack */   
#mainnav a:hover  {
	color: #666666; /*3399CC*/
	text-decoration: none;
}
#mainnav #active a  {
	background: url(../images/nav/nav_tab_left.gif) no-repeat left top;
	color: #ff0000;
	text-decoration: none;
	padding: 0 0 0 4px;
}    
#mainnav a span {
	display: block;
	background: url(../images/nav/nav_tab_right.gif) no-repeat right top;
	padding: 10px 12px 13px 8px;/*padding: 4px 17px 0px 8px;*/ 
	font-weight: bold;
	color:#ff0000;
	margin-right: 0px; 
	text-decoration: none;	
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainnav a span {float:none;}
/* End IE5-Mac hack */
#mainnav a:hover span {
	color: #ff0000;
	text-decoration: none;
}
#mainnav #activeNoSub a  {
	text-decoration: none;
	background: url(../images/nav/nav_tab_left.gif) no-repeat left top;
	padding: 0 0 0 4px;
	color: #000066;
}
#mainnav #activeNoSub a span {
	display: block;
	background: url(../images/nav/nav_tab_right.gif) no-repeat right top;
	padding: 10px 12px 13px 8px;/*padding: 4px 17px 0px 8px;*/ 
	font-weight: bold;
	margin-right: 0px; 
	text-decoration: none;
	color: #000066;	
}
#mainnav #activeNoSub a:hover span {
	color: #000066;
	text-decoration: none;
}
/* ----------------- MAIN NAV STYLES END HERE -----------------*/
/* ----------------- SUBNAV STYLES START HERE -------------------*/
.subnav2 {
	font-family: Arial;
	color: #999999;	
	padding : 4px;
}

.subnav {
	font-family: Arial;
	#font-size: 0.78em;
	font-size: 78%;
	color: #999999;	
	background: url('../images/nav/btmcenter_subnav.gif') repeat-x 0 0; 
	margin: 0 12px 0 11px; 
	padding: 10px 5px 15px 7px;
}

.subnav A, 
.subnav2 A {
    color: #333333;
    text-decoration: none;
	padding: 0px 5px 0px 5px;    
}
.subnav A:hover, 
.subnav2 A:hover {
    color: #ff0000;
    text-decoration: underline;
    
}
.subnav2 A {
	font-weight : bold;
	color : #777777;
	padding-left : 0px;
}
.subnavOn {
	font-family: Arial;
    font-weight: bold;
	color: #ffffff;
}
.subnavOn a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.subnavOn a:hover {
    color: #333333;
    font-weight: bold;
    text-decoration: none;   
}
.subnavOn a:link {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
/* ----------------- SUBNAV STYLES START HERE -------------------*/
/* ----------------- NAV CONTAINER ----------------------*/

.topLeft_NavContainer {
	width: 11px; 
	float: left; 
	background: url('../images/nav/topleft_hdr.gif') no-repeat 0 0; 
	height: 64px; /*62*/
}

.topCenter_NavContainer {
	margin: 0px 12px 0px 11px; 
	background: url('../images/nav/topcenter_hdr.gif') repeat-x 0 0;
	height:0px;
	padding-top: 2px;
}

.topRight_NavContainer {
	width: 12px; 
	float: right; 
	background: url('../images/nav/topright_hdr.gif') no-repeat 0 0; 
	height: 64px;/*62*/
}

.middleContainer {
	clear: both;
	background-color : red;
	background: url('../images/nav/btmcenter_hdr.gif') repeat-x bottom left;
	/* This is a cheap fix to a 3px white space bug I am having with ie6 */
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	/*margin: -4px 0px 0px 0px;*/
	/* End hide from IE5/mac */
}

.middleLeft_MainNavContainer {
	width: 11px; 
	float: left; 
	background: url('../images/nav/navleft_hdr_new.gif') no-repeat bottom left; 
	height: 45px; /*25px*/
}

.middleRight_MainNavContainer {
	width: 12px; 
	float: right; 
	background: url('../images/nav/navrt_hdr_new.gif') no-repeat bottom right; 
	height: 45px; /*25px*/
}

.middleCenter_MainNavContainer {
	margin: 0 12px 0 11px; 
	padding: 0;
	padding-left: 2px;
	height: 45px;
	/*background: url('../images/nav/btmcenter_hdr.gif') repeat-x bottom left;*/ /* Can be used if ie6 whitespace bug is fixed */
}

/* ----------------- BOTTOM NAV & SUBNAV CONTAINER ----------------*/

.bottomOuter_MainNavContainer {
	clear: both;
}

.bottomLeft_NavContainer {
	width: 11px; 
	float: left; 
	background: url('../images/nav/btmleft_hdr.gif') no-repeat 0 0; 
	margin: 0;
}

.bottomRight_NavContainer {
	width: 12px; 
	float: right; 
	background: url('../images/nav/btmright_hdr.gif') no-repeat 0 0; 
	margin: 0;
}

.bottomCenter_NavContainer {
	background: url('../images/nav/btmcenter_hdr.gif') repeat-x 0 0; 
}

/* --- BEGIN SUBNAV CONTAINER ---*/

.bottomOuter_SubNavContainer {
	 clear: both;
	 margin-top: -10px;
	 position:absolute;
	 width: 955px;
}

.bottomLeft_SubNavContainer {
	width: 11px; 
	float: left; 
	background: url('../images/nav/btmleft_subnav.gif') no-repeat 0 0; 
	padding: 20px 0 0 0; 
	margin: 0;
}
 
.bottomRight_SubNavContainer {
	width: 12px; 
	float: right; 
	background: url('../images/nav/btmright_subnav.gif') no-repeat 0 0; 
	padding: 20px 0 0 0; 
	margin: 0;
}

/* ---------------------------------------- */
/* ---- **NOTE**                       ---- */
/* ---- bottom center of the sub nav   ---- */
/* ---- is controlled in .subnav above ---- */
/* ---------------------------------------- */
.WelcomeText {
	width: 49%;
	height: 1px; 
	margin-top: 10px;
	float: left; 
	color: #666666; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align:right;
}

.WelcomeText a {
	color: #000066;
	text-decoration: underline;
}

.WelcomeText a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* search box styles start here */
#frmSearch {
	float: right;
	background: url(../images/search_box_bg.gif) no-repeat 0px 0px;
	border: #ffffff solid 1px;
	padding: 0px;
	margin-bottom: 9px;
	height: 22px;	
}
#query {
	float: left;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: arial,sans-serif,verdana;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	color: #666666;
	border: none;
	padding: 5px 5px 0px 5px;
	height: 22px;
	margin: -2px 0px -1px 0px;
	width: 138px;
}
a#btnSearch {
	float: left;
	height: 21px;
	background: url('../images/btn_search0.gif') no-repeat 0px 0px;
	width: 25px;
}
a#btnSearch:hover {
	background: url('../images/btn_search1.gif') no-repeat 0px 0px;
}
/* search box styles end here */
/* Sign On Drop Down Menu starts here */
#SignOnDiv {
	float: right;
	width: 295px;
	margin-top: -32px;
	margin-right: -20px;
	padding: 0;
	height: 25px;
}
#SignOn {
	width: 295px;
	margin:0;
	padding: 0;
}
#SignOn  ul{
	margin: 0;
}
#SignOn li {
	list-style: none;
	margin: 0;
	padding: 0px 0 5px 0;
}
#SignOn .DropBg a {
	background: url('../images/drop_bg2_on.gif') no-repeat 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0px; 
	padding: 3px 8em 5px 1em;  
	height: 25px;
}
#SignOnOpen {	
	width: 295px;
	position:absolute !important; /* Allows dropdown on top for IE*/
	z-index: 20000; /* Allows dropdown on top for IE*/
	margin: 0px;
}
#SignOnOpen  ul{
	margin: 0;
}
#SignOnOpen li {
	list-style: none;
	margin: 0; /*******Problem in Safari?*******/
	padding: 0px 0 5px 0;
}
#SignOnOpen .DropBg a {
	background: url('../images/drop_bg2_off.gif') no-repeat 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 0px; 
	padding: 3px 8em 5px 1em; 
	height: 25px;
}
#OpenClose {
	background: #FFFFFF url('../images/dd_expanded_bg.gif') repeat-x bottom left;
	margin-top: -3px;
	padding-top: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	width: 228px;
	z-index: 30000; /* Allows dropdown on top for firefox* */
}
#OpenClose .SignInList li {
	margin-left: -30px;
}
#OpenClose .LinkList li {
	margin-left: -29px;
	padding-bottom: 7px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#OpenClose .LinkList li a{
	color: #ff0000;
	text-decoration: none;
	background-image:none;
	padding: 0;
}
#OpenClose .LinkList li a:hover{
	color: #ff0000;
	text-decoration: underline;
}
#OpenClose .LinkList {
	margin-top: 15px;
}
.Expanded {
	display: none;
}
/* Sign On Drop Down Menu ends here */
.horzline {
	background: url('../images/horz_dot.gif') repeat-x 0px 0px;
	display: block;
	height: 2px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
br.clearRight {
	clear: right;
}
br.clearLeft {
	clear: left;
}
br.clearBoth {
	clear: both;
}
/* font widget styles start here */
#FontSwitch {
	float: right;
	padding: 5px 0px 5px 0px;
	display: block;
	text-align: right;
}
#FontSwitch .divider {
	background: url('/citi/template/images/font_divider.gif') no-repeat 1px 2px;
	width: 8px;
}
/*#FontSwitch ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#FontSwitch ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 2px 0px 2px;
	display: inline;
	vertical-align: text-bottom;
	
}*/
a#large_a {
	background: url('../images/large_a1.gif') no-repeat 0px 0px;
	width: 25px;
	height: 25px;
	display: block;
	padding: 0px 3px 0px 0px;
}
a#large_a:hover {
	background: url('../images/large_a0.gif') no-repeat 0px 0px;
}
a#medium_a {
	background: url('../images/medium_a1.gif') no-repeat 0px 0px;
	width: 23px;
	height: 25px;
	display: block;
	padding: 0px;
}
a#medium_a:hover {
	background: url('../images/medium_a0.gif') no-repeat 0px 0px;
}
a#small_a {
	background: url('../images/small_a1.gif') no-repeat 0px 0px;
	width: 19px;
	height: 25px;
	display: block;
	padding: 0px;
}
a#small_a:hover {
	background: url('../images/small_a0.gif') no-repeat 0px 0px;
}
a#printIcon {
	background: url('../images/print_btn1.gif') no-repeat 0px 0px;
	width: 25px;
	height: 25px;
	display: block;
	padding: 0px 0px 0px 10px;
}
a#printIcon:hover {
	background: url('../images/print_btn0.gif') no-repeat 0px 0px;
}
/* font widget styles end here */
.clearMenu {
	clear: both;
	margin-bottom: 10px;
	padding: 0px;
}

.banner
{
color :#333333;
font-size : 12px;
font-weight : bold;
padding : 4px;
background-color : #f0f0f0;
margin : 0px;
}
.toplink 
{
	text-align : right;
	margin-right : 0px;
	margin-bottom : 10px;
}
.toplink a
{
	padding : 3px;
	border : 1px solid silver;
	text-decoration : none;
	color : black; 
	background-color : #f0f0f0;
	
}

.c5
{
        font-weight : bold;
	color : #666666;
	
}


