@charset "utf-8";
html {
	overflow-y: scroll;
}
body {
	font: 12pt Myriad Pro, sans-serif;
	margin: 0;  it's good practice to zero the margin and padding of the body element to account for differing browser defaults 
	padding: 0;
	text-align: left;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector 
	color: #888888;
	background-image: url(../../html/images/merlion.png);
	background-repeat: no-repeat;
	background-position: 80% 100%;
}
.oneColFixCtr #container {
	width: 820px;   using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar 
	background: none;
	text-align: left;  this overrides the text-align: center on the body element. 
	margin-left: 200px;
}
.oneColFixCtr #mainContent {
	padding: 5px 5px 5px 5px;
}
a:link {
	color: #BD56A0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BD56A0;
}
a:hover {
	text-decoration: underline;
	color: #3399CC;
}
a:active {
	text-decoration: none;
	color: #BD56A0;
}
.side_text {	color: #BD56A0;
	font-size: 9pt;
}
.side_title {	color: #BD56A0;
	font-weight: bold;
	font: 12pt;
}
.body_highlight {color: #BD56A0}
.body_title {
	font-size: 12pt;
	font-weight: bold;
}
.body_small {font-size: 9pt}
h1 {
	color: #BD56A0;
}
h2 {
	color: #BD56A0;
}
h3 {
	color: #BD56A0;
}
h4 {
	color: #BD56A0;
}
h5 {
	color: #BD56A0;
}
h6 {
	color: #BD56A0;
}
#apDiv1 {
	position:absolute;
	width:100%;
	height:140px;
	z-index:2000;
	top: 0;
	background-image: none;
	background-position: left;
}
#apDiv2 {
	position:absolute;
	padding: 0 5px 0 230px;
	width:100%;
	height:140px;
	z-index:3000;
	top: 0;
	background-image: none;
	background-position: left;
}
