﻿.ProgramSummary
{
/*	float: left;*/
	width: 60%;
	margin-top: 50px;
	margin-bottom: 20px;	
}


.ProgramDescription
{
}

.ProgramDescription IMG
{
	width: 250px;
	float: right;
	margin: 0 0 10px 10px;	
}


.ProgramImage
{
	float: right;
}

.ProgramImage IMG
{
	width: 150px;
}


.ProgramSummaryText
{
	color: Black;
}

.ProgramSummaryHeading
{
	color: #ff9933;
	font-weight: bold;
	width: 160px;
}

.ProgramSummary TABLE
{
	width: 400px;
	background-color: #e2e2e2;
}

.ProgramSummary .header-left
{
	background-image: url(images/tableheader-bg-left.gif);
	background-repeat: no-repeat;
}

.ProgramSummary .header-middle
{
	background-image: url(images/tableheader-bg-middle.gif);
	background-repeat: repeat-x;
}

.ProgramSummary .header-right
{
	background-image: url(images/tableheader-bg-right.gif);
	background-repeat: no-repeat;
}

