.Left
{
	float: left;
	display: inline;
}

DIV#Main DIV.Container
{
	text-align: left;
	padding-bottom: 10px;
}

	DIV#Main DIV.Container P.Intro
	{
		float: left;
		display: inline;
		margin: 10px 38px 20px 60px;
	}

	DIV#Main DIV.Container OL
	{
		line-height: 14px;
		margin: 5px 0px 6px 60px;
		border-top: 3px solid #02577e;
		width: 588px;
		background-color: #ffffff;
	}

		DIV#Main DIV.Container OL LI
		{
			margin: 0px 0px 0px 0px;
			border-bottom: 1px solid #dedede;
		}
			DIV#Main DIV.Container OL LI TABLE
			{
				margin: 13px 0px 13px 0px;
			}

			DIV#Main DIV.Container OL LI H4
			{
				color: #015581;
				font-weight: bold;
				text-transform: uppercase;
				font-size: 11px;
				padding: 3px 20px 3px 20px;
			}

			DIV#Main DIV.Container OL LI P
			{
				font-weight: normal;
				font-size: 10px;
				background-color: #ffffff;
				color: #9d9c9c;
			}

				DIV#Main DIV.Container OL LI div.Left
				{
					width: 370px;
					vertical-align: middle;
					margin: 13px 0px 13px 0px;
				}

				DIV#Main DIV.Container OL LI P SPAN.Padding
				{
					display: block;
					padding: 10px 20px 10px 20px;
				}

				DIV#Main DIV.Container OL LI A
				{
					color: #ff4d2f;
					font-weight: bold;
				}

				DIV#Main DIV.Container OL LI IMG.Image
				{
					width: 172px;
					height: 100px;
					margin: 0px 15px 0px 21px;
				}

