@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/citibg.jpg) no-repeat;
	background-color:#fff;
	margin: 0px;
}

.logoFlashContainer {
	background:url(../images/logo.jpg) top left no-repeat;
	background-color:#FFFFFF;
	height:75px;
	border-bottom:2px solid #000;
}

.flashMov {
	margin:0px 0px 0px 237px;
	border-left:2px solid #000;
	overflow:hidden;
}

.navContentContainer {
	
}

.nav {
	width:237px;
	float:left;
}

.navMenu {
	padding-left:0px;
	list-style:none;
	margin-top: 10px;	/* where 10px space above nav bar is  */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}


/* change 6:34PM 2009-10-22 */

.nav02 {
	width:237px;
	margin-top: 45px;	/* space above nav newsletter - was 75px before update of nav  */
	height: auto;
	position: absolute;
	text-align: center;
}

#newsletter {
	border: 1px solid #666;
	margin-right: auto;
	margin-left: auto;
}


.menuItem1:hover {
	background:url(../images/navSh.jpg) 0px 360px;
	cursor:pointer;
}

.menuItem2:hover {
	background:url(../images/navSh.jpg) 0px 330px;
	cursor:pointer;
}

.menuItem3:hover {
	background:url(../images/navSh.jpg) 0px 300px;
	cursor:pointer;
}

.menuItem4:hover {
	background:url(../images/navSh.jpg) 0px 270px;
	cursor:pointer;
}

.menuItem5:hover {
	background:url(../images/navSh.jpg) 0px 240px;
	cursor:pointer;
}

.menuItem6:hover {
	background:url(../images/navSh.jpg) 0px 210px;
	cursor:pointer;
}

.menuItem7:hover {
	background:url(../images/navSh.jpg) 0px 180px;
	cursor:pointer;
}

.menuItem8:hover {
	background:url(../images/navSh.jpg) 0px 150px;
	cursor:pointer;
}

.menuItem9:hover {
	background:url(../images/navSh.jpg) 0px 120px;
	cursor:pointer;
}

.menuItem10:hover {
	background:url(../images/navSh.jpg) 0px 90px;
	cursor:pointer;
}

.menuItem11:hover {
	background:url(../images/navSh.jpg) 0px 60px;
	cursor:pointer;
}

.menuItem12:hover {
	background:url(../images/navSh.jpg) 0px 30px;
	cursor:pointer;
}


.btn {
	width:237px;
	height:30px;
}

.menuItem1 {
	background:url(../images/navOff.jpg) 0px 360px;
	width:237px;
	height:30px;
}

.menuItem2 {
	background:url(../images/navOff.jpg) 0px 330px;
	width:237px;
	height:30px;
}

.menuItem3 {
	background:url(../images/navOff.jpg) 0px 300px;
	width:237px;
	height:30px;
}

.menuItem4 {
	background:url(../images/navOff.jpg) 0px 270px;
	width:237px;
	height:30px;
}

.menuItem5 {
	background:url(../images/navOff.jpg) 0px 240px;
	width:237px;
	height:30px;
}

.menuItem6 {
	background:url(../images/navOff.jpg) 0px 210px;
	width:237px;
	height:30px;
}

.menuItem7 {
	background:url(../images/navOff.jpg) 0px 180px;
	width:237px;
	height:30px;
}

.menuItem8 {
	background:url(../images/navOff.jpg) 0px 150px;
	width:237px;
	height:30px;
}

.menuItem9 {
	background:url(../images/navOff.jpg) 0px 120px;
	width:237px;
	height:30px;
}

.menuItem10 {
	background:url(../images/navOff.jpg) 0px 90px;
	width:237px;
	height:30px;
}

.menuItem11 {
	background:url(../images/navOff.jpg) 0px 60px;
	width:237px;
	height:30px;
}

.menuItem12 {
	background:url(../images/navOff.jpg) 0px 30px;
	width:237px;
	height:30px;
}




.contentSlot {
	margin:0 0 0 237px;
	border-left:2px solid #000;
}

.contentTitle {
	padding:15px 15px 15px 15px;
	color: black;
	font-weight: bold;
	font-size: 20pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.contentBody {
	border-top:0px solid #555;
	border-bottom:1px solid #555;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;	
	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
	overflow:hidden;
}

.copy {
	padding:15px 15px 15px 15px;
	bottom:0px;
	text-align: left;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	color: black;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	left:0px;

}

.clearFloat {
	clear:both;
}







.ulcontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;	
	text-align: justify;	
	line-height: 1.4em;
}


.licontent {
	margin-top: 10px;
	margin-bottom: 10px;
}

