body {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 12px;
	background-color: #2E0531;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#mainContainer {
	overflow: hidden;
	position: relative;
	height: 570px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#finLogo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer {
	position: absolute;
	left: 0px;
	top: 460px;
}
.pageHeaderBar {
	position: absolute;
	height: 16px;
	width: 570px;
	background-color: #F1BA1B;
	left: 175px;
	top: 52px;
	padding-left: 5px;
}
#caseStudyHeaderBar{
	position: absolute;
	height: 16px;
	width: 307px;
	background-color: #EC0061;
	left: 176px;
	top: 148px;
}
#caseStudyFlashHeaderBar{
	position: absolute;
	height: 16px;
	width: 570px;
	background-color: #EC0061;
	left: 175px;
	top: 52px;
}
#caseStudyContainer{
	position: absolute;
	left: 176px;
	top: 180px; 
	width:280px;
}
.latestWorkAndNewsHeader {
	position: absolute;
	height: 14px;
	width: 196px;
	left: 539px;
	top: 147px;
	padding-left: 4px;
	padding-top: 4px;
}
#newsItemTitle {
	font-size: 15px;
	font-weight: bold;
	height: 55px;
	width: 170px;
}
.homeText {
	position: absolute;
	top: 338px;
}
#newsText{
	color: #000000;
	font-size: 10px; 
	font-weight: bold;
}
.date {
	color:black;
	padding-right:32px;
	font-size: 11px;
}
.menuItem{
	cursor:pointer;
}
.hyperlink{ font-size: 11px; font-weight: bold;	color:#FFFFFF; text-decoration: none;}
.hyperlink A:link	{ color:#FFFFFF; text-decoration: none;}
.hyperlink A:visited	{ color:#FFFFFF; text-decoration: none;}
.hyperlink A:hover	{ color:#FFFFFF; text-decoration: none;}
.hyperlink A:active{ color:#FFFFFF;}
.hyperlink:hover	{ color:#FFFFFF; text-decoration: none;}

.hyperlink2{ font-size: 10px; color:#FFFFFF; text-decoration: underline;}
.hyperlink2 A:link	{ color:#FFFFFF; text-decoration: underline;}
.hyperlink2 A:visited	{ color:#FFFFFF; text-decoration: underline;}
.hyperlink2 A:hover	{ color:#FFFFFF; text-decoration: underline;}
.hyperlink2 A:active{ color:#FFFFFF;}
.hyperlink2:hover	{ color:#FFFFFF; text-decoration: underline;}

