/*
 * CSS for a page with left hand column of 268px
 * No right hand column
 */
	#content{width:1000px;background-color:#fff;padding-top:0;text-align:left;}
	/*The extra div is to force main content to top of the HTML */
	#content .lft{float:left;width:1000px;}

	#left{float:left;background-color:#fbfcf1;width:250px;padding:0;margin:-21px 0 0 0;}
	#center{float:right;background-color:#fff;width:740px;margin:0 0 0 1px;}
	#center label/*, #center p*/{padding-left:5px;}
	/*Override for more details descriptions.*/
	#center td.orangeContentBox p{padding-left:0;margin-left:0;}

	#right{float:right;width:206px;padding:0;}

/* Favoutire links CSS*/
	#left p.favs{margin-left:10px;}

/* cursor not showing as pointer on links in left hand column?! */
	#left a{cursor:pointer;}
	#left #search_box{
		margin-bottom:6px;
	}
	#left #search_box div.header{
		color:#fff;
		background-color:#F90;
		text-align:left;
		font-size:11px;
		padding:3px 8px;
		font-weight:bold;
		border-top-left-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-webkit-border-top-left-radius: 15px;
	}
	#left #search_box div.cont{
		color:#039;
		border:2px solid #f90;	
		background-color:#fff;
		padding:3px 7px;
	}
	#left .rightbar_blue{
		width:250px;
		margin-top:3px;
	}

	.rightbar_blue .header{
		color:#fff;
		background-color:#0B4FB4;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		padding:4px 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
	}
	.rightbar_blue .content{
		color:#039;
		border:2px solid #0B4FB4;
		background-color:#fff;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		padding:3px 8px 8px 8px;
	}

/* Text box widths */
.newsletterInput{width:160px;vertical-align:middle;}


