
/*Publication css-Stylesheet 
===================================================*/
			.footerFont { color: #222222; font-size:8pt; font-style: normal; font-weight: normal; text-decoration: none; font-family: sans-serif, Arial, Verdana, Helveica ; }
			.blkFont { color: #000000; font-size:8pt; font-style: normal; font-weight: normal; text-decoration: none; font-family: Verdana, Arial,  Helveica, sans-serif; }
			.blkBFont { color: #000000; font-size:9pt; font-style: normal; font-weight: bold; text-decoration: none; font-family: Verdana, Arial,  Helveica, sans-serif; }
			.bwnFont { color: #282828; font-size:8pt; font-style: normal; font-weight: normal; text-decoration: none; font-family: Helveica, Arial, Verdana,  sans-serif; }
			.whtFont { color: #FFFFFF; font-size:8pt; font-style: normal; font-weight: normal; text-decoration: none; font-family: Helveica, Arial, Verdana,  sans-serif; vertical-align: middle;}
			.bluFont { color: #047CAC; font-size:10pt; font-style: normal; font-weight: normal; text-decoration: none; font-family: Helveica, Arial, Verdana,  sans-serif; vertical-align: top;}
			
			
			.linkNoLine { text-decoration: none; }
			.listNoStyle {
				list-style: none;
				padding: 0px;
				margin: 0px; }
				
			.noPadMar {
				padding: 0px;
				margin: 0px; }
				
			/* header */
			#header {
				width: 780px; }		
				
				#logo {
					float: left;
					padding: 0px;
					margin: 0px;
					height: 54px; }
					
				#search {
					padding: 0px;
					margin: 0px;
					text-align: right;
					height: 54px; 	}
					
					#searchBox {
						vertical-align: bottom; }
					
			/* Menu Bar */
			#menu {
				clear: both;
				background-color: #058FC8; 
				width: 780px; }
				
			/* Body */
			#body {
				clear: both; 
				width: 780px; }
				
				/* Left navigation Bar */
				#leftNav {
					float: left;
					width: 128px;
					margin: 0px 0px 3px 0px;
					padding: 0px; }
					
					#leftNavMenu {
						background: transparent url('/images/homedec/left_ltbluebg_126x1.gif') repeat-y; }

					#leftMenuList {
						background: transparent url('/images/homedec/left_ltbluebg_126x1.gif') repeat-y;
						list-style-image: url('/images/homedec/left_arrow_31x19.gif');
						list-style-position: inside;
						padding: 0px;
						margin: 0px; }
				
					.innerMenu {
						padding-left: 10px; }
						
					#leftLightBG {
						width: 128px;
						height: 330px;
						background: transparent url('/images/homedec/left_lighterbluestretch_126.gif') repeat-y;
						margin: 3px 0px 0px 0px;
						padding: 0px;	}
					
				/* Content */
				#content {
					float: left;
					width: 506px;
					margin: 0px 2px 0px 2px; }
					
					/* Welcome Text and Image */
						#welcomeImage {
							float: left;
							padding: 10px 5px 0px 0px;  }
							
							 #ideaHeader {
							 	padding: 0px;
							 	margin: 10px 0px 0px 0px; }
							 	
							 #ideaListTri {
							 	list-style-image: url('/images/homedec/body_bluearrow_5x8.gif');
							 	list-style-position: inside;
							 	padding: 0px;
							 	margin: 0px; }
							 	
							 	#ideaListTri li {
							 		padding-left: 10px; }
					
						
					/* Idea Lists */	
					#decoIdeas {
						margin-top: 10px;  }
						
						#ideaLeft {
							width: 333px; 
							float: left;
							padding-right: 2px;  }
							
							#ideaLeftList {
								padding-bottom: 7px; }
								
								#ideaLeftList1 {
									float: left;
									width: 160px;
									padding-right: 10px;  }
									
								#ideaListBlu {
								 	list-style-image: url('/images/homedec/body_bluebullet_6x6.gif');
								 	list-style-position: inside;
								 	padding: 0px;
								 	margin: 0px; 
									background: transparent url('/images/homedec/left_lighterbluestretch_126.gif') repeat;
								 	 }

								.leftPara {
									padding: 2px 0px 3px 5px; 
									margin: 0px;
									background: transparent url('/images/homedec/left_lighterbluestretch_126.gif') repeat; }	
								
							.ideaLeftBox {
								height: 90px;
								margin: 3px;
								border-width: 1px;
								border-style: solid; }
								
								.boxImage {
									padding: 8px 10px 0px 8px;  
									float: left; }
							
							#ideaRight div {
								width: 150px;
								margin: 4px; 
								border-width: 1px;
								border-style: solid;
								border-color: #EBE0CC; }
								
								#ideaRight div h2 {
									background: transparent url('/images/homedec/body_khakiheaderstretch_1x1.gif') repeat; }
									
								.ideaListKhaki {
									list-style-image: url('/images/homedec/body_khakibullet_6x6.gif'); }
									
									.ideaListKhaki li {
										padding-bottom: 1px; }
					
				/* Right Navigation Bar */
				#rightNav {
					padding: 5px 0px 0px 0px; 
					width: 137px; }
					
					.rightNavBox {
						margin: 3px 0px 3px 0px;
						border-width: 1px;
						border-style: solid; 
						background: transparent url('/images/homedec/right_ltkhakibg_1x1.gif') repeat; }
						
						.rightNavBox h2 {
							background: transparent url('/images/homedec/body_khakiheaderstretch_1x1.gif') repeat; }
							
						.ideaListKhakiRight {
							list-style-image: url('/images/homedec/right_khakibullet_6x6.gif');
							list-style-position: inside; 
							padding: 0px 0px 0px 5px;
							margin: 0px; }
							
						.rightText {
							padding: 5px;
							margin: 0px; }
							
			/* Footer */
			#footer {
				padding-top: 5px; 
				width: 780px; 
				clear: both; 
				text-align: center; }
				
			/* Dummy White bar is to make a white line in Internet Explorer */
			#dummyWhiteBar {
				position: absolute;
				background-color: #FFFFFF;
				width: 10px;
				height: 0px;
				top: 310px;
				left: 300px; }
