.DynamicTextTitle
{
	color:#326597;
	font-weight:bold;
	font-size:18px;
	border-bottom:1px solid #DBB98B;	
}

#Content 
{	
	font-family: 'Baskerville', 'Times New Roman', 'serif'; 
	font-size: 16px; 
	font-weight: normal; 
	/*line-height: 22px; */
	opacity: 1.00;
	background-color:#FFFFFF;
	padding:20px;	
	width:660px;	
	text-align:left;
	float:left;
}
#Content strong
{
	color:#2e545d;

}

#Content ul li
{	
	list-style-image:url(/images/bullet_blue.gif);
	margin-top:2px;
}

#Content em 
{
	font-weight:bold;
}
#ContactForm, td
{
	font-size:12px;
}
#Content .SurveyButton
{
	font-weight:bold;
	padding:2px;
	font-size:9px;
	width:65px;
}
@media print
{
	#Content
	{
		width:400px;
	}
}
#Content a
{
	color:Blue;
	font-weight:bold;
	text-decoration:none;
}
#Content a:hover
{
	color:Blue;
	font-weight:bold;
	text-decoration:underline;
}

.ContentTable
{
	border:1px solid black;		
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	
}
.ContentTable td
{
	padding:3px;
	text-align:center;
	border:1px solid black;
}

.TopTableHeading, .LeftTableHeading
{
	color:#000000;
	font-weight:bold;
	text-align:center;	
	font-size:smaller;	
}
.TopTableHeading td
{
	border-bottom:3px solid black;
}
.LeftTableHeading
{
	color:Blue;
}

.TableHeader
{
	background-color:#DBB98B;	
	font-weight:bold;
	font-size:10px;
	text-align:center;
}
.TableItem, .LeftTableItem
{ 
	font-size:9px;
	padding:2px;
}
.TableItem
{
	text-align:center;
	
}
.LeftTableItem
{
	font-size:9px;
	text-align:left;
	width:20%;

}
