
	body {
		margin: 0;
		background:#fff;
		font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
		font-size:12px;
		line-height:15px;
		color: #7e7e7e;
	}
	object{outline:none; }
	a img{ border:none;}
	html img {vertical-align:bottom;}
	h1{
		background:#e6e6e6;
		color:#f2338e;
		padding:5px;
		margin:0px;
		font-size:16px;
		line-height:18px;
	}
	input, textarea{
		font-size:12px; font-family:Helvetica, Verdana, Tahoma, Arial, sans-serif;
		padding:2px;
	}
	p{
		margin:10px 0px 0px 0px;
		padding:0px;
		display:block;
	}
	.bulletArrow{
		color:#F82F8E;
		background:url(../images/bulletArrow.gif) no-repeat;
		background-position:0px 3px;
		padding-left:10px;
	}
	.bulletArrow a{
		text-decoration:none;
		color:#f82f8e;
	}
	.bulletArrow a:hover{
		text-decoration:underline;
	}
	#a1{ height: 430px; }
	#a2{ height:460px; }
	#b1,#b2,#b3,#b4{ height:150px; }
	#c1{ height:120px; }
	#c2{ height:140px; }
	#c3{ height:140px; }
	#d1,#d2{ height:300px;}
	
	#pageWrapper{
		width:1030px;
		margin:0px auto;
		padding-top:50px;
	}
	#leftCol{
		width:200px;
		float:left;
	}
	#midCol{
		width:650px;
		float:left;
	} 
	#rightCol{
		width:177px;
		float:left;
	}
	
	.clearer { clear:both; display:block; margin:0; padding:0px; height:0px; line-height:1px; font-size:1px; }
	.contentPadding{
		margin:5px;
	}
	.bullet{
		background:url(../images/bullet.gif) no-repeat;
		background-position:0px 4px;
		padding-left:10px;
		padding-bottom:5px;
		border-bottom:1px dotted #666666;
	}
	a.corp{
		color:#7e7e7e;
	}