@CHARSET "ISO-8859-1";
body
{
	margin:auto;
	width:90%;
	font-size: 12pt;
	
}
	.bottomImg
	{
	width:200px;
	}
	
	#julesPic
	{
	width:250px;
	/*transform: rotate(90deg);*/
	}
#NHSpic
{
	visibility:hidden;
	
}
.central
{
	text-align: center;
}

#mainText
{
	text-align: left;
}

#topRowCenter
{
	width: 100%;
	text-align: center;
	position: relative;
}

#topRowLeft
{
	position: absolute;
	left: 0;
	top: 0;
}


@media (min-width: 1250px){
	body
{
	margin:auto;
	width:50%;
	font-size: 18pt;
	}
	.bottomImg
	{
	width:200px;
	}
	#NHSpic
{
	    position: absolute;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) ;
	visibility:visible;
}

}



