#infoBar {
	background-color: white;
	}
	
	#latestNews {
		padding: 10px 10px 10px 20px;
		width: 480px;
		height:  275px;
		border-right: 1px solid #c8d7eb;
		float: left;
		}
		
		#latestNews h2, #tipsAndTricks h2, #newsletters h2 {
			color: #263b6c;
			font-size:  16pt;
			font-family: tahoma, arial, sans-serif;
			margin-bottom: 15px;
			}
			
			h2.rssIcon {
				background-image: url('images/rssicon.jpg');
				background-repeat: no-repeat;
				background-position: 4px left;
				text-indent: 20px;
				}
			
		#newsPostLeft {
			float: left;
			}	
			
			#newsPostLeft img {
				border: 1px solid #444444;
				}
			
		#newsPostRight {
			float: left;
			}
			
			#newsPostRight h3 {
				color: #5977c1;
				font-family: arial, helvetica, sans-serif;
				font-size: 12pt;
				line-height: 16pt;
				}
				
			#newsPostRight ul {
				border-top: 1px solid #CCC;
				margin-top: 20px;
				}
				
				#newsPostRight ul li {
					border-bottom: 1px solid #CCC;
					line-height: 22px;
					color: #ababab;
					}
					
					#newsPostRight ul li span {
						width: 100px;
						margin-right: 10px;
						}
	
	#tipsAndTricks {
		width: 220px;
		height: 275px;
		padding: 10px;
		float: left;
		border-right: 1px solid #c8d7eb;
		}
		
		#tipsAndTricks ul li {
			font-size: 9pt;
			margin-bottom: 16px;
			}
		
			#tipsAndTricks ul li a.title {
				font-size: 11pt;
				}
			
		
	#newsletters {
		width: 210px;
		height: 275px;
		padding: 10px;
		float: left;
		}		
		
		#newsletters label {
			margin-top: 15px;
			display: block;
			}
		
		#newsletters input[type="text"] {
			background-color: #c8d7eb;
			border: 1px solid #c8d7eb;
			padding: 2px;
			width: 185px;
			}
			
		#newsletters input[type="submit"] {
			background-image: url('images/newsletter_submit.jpg');
			background-repeat: no-repeat;
			width: 165px;
			height: 27px;
			text-indent: 1800px;
			margin-top: 10px;
			margin-left: 26px;
			}