	div#ColOne {
		position : absolute;
		top : 260px;
		left : 90px;
		width : 300px;
		text-align : justify;
		z-index : 49;
	}
    div#ColOne50dollar {
		position : absolute;
		top : 265px;
		left : 210px;
		width : 300px;
		text-align : justify;
		z-index : 49;
	}
	.ColumnContent {
		font-size : 13px;
		/*font-weight : bold;*/
		margin-left : 25px;
	}
	.ColumnContent em {
		color : red;
		font-style : italic;
	}
	.GlobeHead {
		margin-top : 15px;
	}
		div#ColOne h1 {
			font-size : 16px;
			text-align : center;
			color : #335499;
			padding : 2px;
			margin-left : 20px;
		}
		div#ColOne h2 {
			font-size : 13px;
			color : #335499;
			padding : 2px;
			margin-left : 20px;
		}
		div#ColOne p, ul {
			font-size : 13px;
			padding : 2px;
			margin-left : 20px;
		}

	
	
	
	
	
	div#ColTwo {
		position : absolute;
		top : 145px;
		left : 420px;
		width : 350px;
		text-align : justify;
		z-index : 99;
	}
	.ColTwoContent {
		font-size : 13px;
		font-weight : bold;
		margin-left : 25px;
	}
	.ColTwoHead
	{
		margin-top : 15px;
		margin-left : -25px;
		z-index : 99;
	}
	
	div.ColTwoPicOnly {
		padding : 135px 5px 5px 40px;
	}
	div.ColTwoWithContent {
		padding-left : 40px;
	}
