﻿#programmeBox 
{
	background-color: #ffffff;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 14px; 
	width: 606px;
	border: 0; 
	padding: 0; 
	float: left;
	min-height: 300px;
}

.full_width
{
	text-align: left;
	margin-left: 10px; 
	margin-top: 0; 
	margin-bottom: 14px; 
	width: 606px;
	border: 0; 
	padding: 0; 
	float: left;
	min-height: 500px;
}

#peopleBox
{
	background-color: #ffffff;
	text-align: left;
	margin-left: 10px; 
	margin-bottom: 14px; 
	width: 603px;
	border: 0; 
	padding: 0; 
	float: left;
	min-height: 500px;
}

#home_contentBox 
{
	margin-left: 10px; 
	margin-bottom: 14px; 
	width: 432px; 
	padding: 0;
	float: left;
	background-color: #ffffff;
}

.sidebarBox 
{
	background-image: url(../images/layout/sidebar_gradient.gif);
	background-position: left bottom; 
	background-repeat: repeat-x;
	width: 176px;
	padding: 0;
	float: right;
	background-color: #ffffff; 
}

#contentBoxWide 
{
	margin-left: 10px;
	width: 608px;
	border: 1px solid #ccc; 
	padding: 0; 
	padding-bottom: 20px;
	float: left;
	background-color: #ffffff;
}

#Content
{
	background-color: #DADADA; 
	color: #000000;
	float: inherit; 
	margin-top: 0;
	height: 100%;
	width: 100%;
}

#contentBox 
{
	margin-left: 10px; 
	margin-bottom: 14px; 
	width: 435px; 
	border-bottom: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	padding: 0;
	float: left;
	background-color: #ffffff;
	min-height: 504px;
}

.linkbuttonlongleft
{
	margin-left: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	height: 25px;
	width: 174px;
	font-weight: bold;
	background: #fffff;
	text-align: left;
	text-indent: 10px;
	background-image: url(../images/layout/LinkButton_long.gif);
	background-repeat: no-repeat;
}
 
.linkbuttonshortleft
{
	margin-left: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	height: 25px;
	width: 136px;
	font-weight: bold;
	background: #fffff;
	text-align: left;
	text-indent: 10px;
	background-image: url(../images/layout/LinkButton_short.gif);
	background-repeat: no-repeat;
}

.linkbuttonlongright
{
	padding-right: 20px;
	float: right;
	height: 25px;
	width: 174px;
	text-indent: 10px;
	background-image: url(../images/layout/LinkButton_long.gif);
}
