		html, body 
		{
			padding-top: 0;
			margin-top: 0;
		}
		body.bodyMain
		{
			background-image: url(/Images/Site/bg_tile.gif);
			background-color: #DDE9F4;
			padding: 0px;
			margin: 0px;
			text-align: center;
			font-family: verdana, arial, sans serif;
			font-size: 11px;
			color: #020202;
		}
		#container
		{
			width: 780px;
			text-align: left;
			border-top: 1px solid #020202;
			border-left: 1px solid #020202;
			border-right: 1px solid #020202;
			border-bottom: 1px solid #020202;
			background-color: #fff;
			margin: auto;
			padding: 0px;
		}
		#pageMenu
		{
			height: 35px;
			vertical-align: bottom;
			text-align: center;
		}
		#pageTop
		{
			width: 780px;
			background-color: #5390C7;
			background-image: url(/Images/Site/homepage_main/hands.jpg);
			background-repeat: no-repeat;
			background-position: right center;			
		}
		#homepageFlash
		{
			text-align: right;
			width: 470;
			border-right: 3px solid white;
		}
		#pageMiddle
		{
			height: 35px;
			background-image: url(/Images/Site/home_middlebar.gif);
			background-repeat: no-repeat;
			background-position: center center;
		}
		#pageBottom
		{
		}
		#homepageFeature
		{
			width: 330px;
			height: 220px;
			float: left;
			background-color: #fff;
		}
		#featureImage
		{
			width: 148px;
			height: 220px;
			float: left;
			background-color: #CBDDEE;
		}
		#featureText
		{
			height: 220px;
			width: 182px;
			border-left: 2px solid #fff;
			float: right;
			background-color: #CBDDEE;
			text-align: left;
		}
		html > body #featureText {
			width: 179px;
		}
		
		.homepageButton 
		{
			display: inline;
			margin-right: 6px;
		}
		
		.homepageFeatureItem 
		{
			display: inline;
			margin-left: 5px;	
		}
		#homepageLogo
		{
			width: 447px;
			height: 220px;
			float: right;
			background-image: url(/Images/Site/home_logo.gif);
			background-repeat: no-repeat;
			background-position: bottom right;
		}
