﻿#MainFlashContainer
{
	clear: both;
	width: 970px;
	height: 437px;
	margin-left: 10px;
}

ul#TwoColumns
{
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin: 35px 0px 0px 25px;
}

ul#TwoColumns li#FirstColumn
{
	float: left;
	width: 400px;
	min-height: 150px;
	height: 150px;
	height: auto !important;
}

ul#TwoColumns li#FirstColumn p
{
	font: normal normal 12px/18px Verdana, Arial, Sans-Serif;
	color: #565656;
}

ul#TwoColumns li#FirstColumn ul
{
	clear: both;
	list-style-type: disc;
}

ul#TwoColumns li#FirstColumn ul li
{
	font: normal normal 12px Verdana, Arial, Sans-Serif;
	color: #565656;
}

ul#TwoColumns li#SecondColumn
{
	float: left;
	width: 465px;
	height: 319px;
	margin-left: 90px;
}

.SectionHeader
{
	display: block;
	font: normal normal 18px/22px Georgia, Tahoma, Verdana;
	color: #024851;
	border-bottom: dotted 1px #979797;
	padding-bottom: 10px;
}


