body 
{
	margin: 20px 0px 0px 0px;
	width: 780px;
	background-image: url(Images/Background.jpg);
	background-repeat: repeat-x;
	background-color: #f5fffe;
	font-family: Tahoma, Verdana, Arial;
}

#pageWrapper
{
}

#banner
{
	margin-left: 150px;
	background-repeat: no-repeat;
	position: inherit absolute;
	top: 0px;
	height: 150px;
}

#contentColumn
{
	margin-left: 5%;
	margin-right: 5%;
	border: solid 5px White;
	background-color: #40e0d0;
}

#contentHeader
{
	background-color: #40e0d0;
	height: 150px;
	width: 100%;
}

#contentHeaderLogo
{
	color: White;
	background-color: Transparent;
	background-image: url(Images/TrishSmall2.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	height: 150px;
	width: 150px;
	float: left;
}


#contentMain
{
	background-color: #40e0d0;
}

#contentMainData
{
	margin-left: 150px;
	height: 100%;
	background-color: White;
	padding: 5px 5px 5px 5px;
	font-size: 11pt;
}

#contentMainDataWrapper
{
	padding: 5px 5px 5px 5px;
}

#contentMainDataWrapper a, a:visited
{
	color: Black;
	background-color: Transparent;
	text-decoration: underline;
}

#contentMainMenu
{
	float: left;
	width: 150px;
	background-color: #40e0d0;
	color: White;
	font-weight: bold;
	height: 100%;
}

#contentMainMenu a, a:visited
{
	color: White;
	text-decoration: none;
}

#contentMainMenu a:hover
{
	color: inherit;
	text-decoration: underline;
}

#contentFooter
{
	text-align: center;
	font-size: 9pt;
	padding-top: 5px;
	border-top: solid 1px Black;
	background-color: White;
}

#leftColumn
{
	float: left;
	width: 5%;
}

#rightColumn
{
	float: right;
	width: 5%;
}

.sectionTitle
{
	font-size: 12pt;
	font-weight: bold;
}

.nameCredTitle
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.nameCredSubtitle
{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

.listTitle
{
	font-size: 11pt;
	font-weight: bold;
}
