/*==============================
	LEFT AND MIDDLE COLUMN
===============================*/
.left-and-middle-column-wrapper 
{
	float: left;
	width:511px; 
}

.graphics-wrapper
{
	float:left;
	width:510px; 
	height:250px; 
	overflow: hidden;
	
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-color: rgb(182,218,137);

}

.main-content-header
{
	float:left;
	width:510px; 
	height:20px; 
	padding-top: 8px;
	
	color: white;
	text-align: center;
	vertical-align: middle;
	
	font-weight: bold;
	font-size: 14px;
 
 
	background-color: rgb(23,60,82);
	
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-color: rgb(182,218,137);
}

.box-description 
{
	margin-left: 5px;
}

/*==============================
	LEFT COLUMN
===============================*/

.left-column-wrapper 
{
	float:left;
	width:234px; 
}

.box-one-wrapper
{
	float:left;
	width:234px; 
	height:174px;
 
 
	background-color: white;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-color: rgb(228, 163, 10);
	border-bottom-color: rgb(228, 163, 10);
}

.box-one-header {
	height:35px;
	background:url('../images/box_one_image.gif');
	background-repeat: no-repeat; 
	padding-top: 10px;
	text-indent: 60px;
	text-transform: uppercase;
	font-weight: bold;
}

.box-three-wrapper
{
	float:left;
	width:234px; 
	height:191px;
 
 
	background-color: white;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-color: rgb(228, 163, 10);
}

.box-three-header {
	height:35px;
	background:url('../images/box_three_image.gif');
	background-repeat: no-repeat; 
	padding-top: 10px;
	text-indent: 60px;
	text-transform: uppercase;
	font-weight: bold;
}

/*==============================
	MIDDLE COLUMN
===============================*/

.middle-column-wrapper 
{
	float:left;
	width:276px; 
}

.box-two-wrapper
{
	float:left;
	width:275px; 
	height:174px;
 
 
	background-color: white;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-color: rgb(228, 163, 10);
	border-right-color: rgb(228, 163, 10);
	border-bottom-color: rgb(228, 163, 10);
}

.box-two-header {
	height:35px;
	background:url('../images/box_two_image.gif');
	background-repeat: no-repeat; 
	padding-top: 10px;
	text-indent: 70px;
	text-transform: uppercase;
	font-weight: bold;
}

.box-four-wrapper
{
	float:left;
	width:275px; 
	height:191px;
 
	background-color: white;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-color: rgb(228, 163, 10);
	border-right-color: rgb(228, 163, 10);
}

.box-four-header {
	height:35px;
	background:url('../images/box_four_image.gif');
	background-repeat: no-repeat; 
	padding-top: 10px;
	text-indent: 70px;
	text-transform: uppercase;
	font-weight: bold;
}


/*==============================
	RIGHT COLUMN
===============================*/
.right-column-wrapper 
{
	float:left;
	width:248px; 
	
	min-height: 100px; 
	margin-bottom: 10px;
}

.graphics-description
{
	float:left;
	width:238px;  
	height:230px; 
	
	font-family: Century Gothic;
	font-size: 14px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
 
 
	background-color: rgb(182,218,137);

}

.graphics-description p
{
	margin-top: 0px;
	margin-bottom: 8px;
}

.right-column-header
{
	float:left;
	color: white;
	text-align: center;
	width:248px; 
	padding-top: 8px;
	height:20px; 
	font-weight: bold;
	font-size: 14px;
 
	background-color: rgb(23,60,82);
}

.featured-program-image
{
	float:left;
	width:248px; 
	height:129px; 
 
}

.right-column-description
{
	width:244px; 
	font-family: Century Gothic;
	font-size: 14px;
	padding: 2px;
}