html, body{
  margin:0; /*** Do NOT set anything other than a left margin for the page as that would break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Notice the slashes and stars? This previous height declaration is hidden from Mac IE 5.x */
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100.1%; /*** Don't change this setting. Make all other font-sizes in % (preferred) or ems ***/
	color: #392453;
	line-height: 1.2;
	background-color: #FFF;
	text-indent: 0px;
	vertical-align: top;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 4px 0 0 0;
}
a, a:visited, a:active {
	color: #4F3074;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #77951E;
}
a:hover {
	color: #5C7317;
	text-decoration: underline;
}
h1{
	font-weight: normal;
	position: absolute;
	left: 340px;
	top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 155%;
	color: #5E3989;
	margin: 0;
	padding-top: 9px;
}
h2{
	color: #5E3989;
	margin: 0;
	padding: 0 0 3px 10px;
	font-size: 120%;
	font-weight: normal;
}
h3{
	color: #5E3989;
	text-align: left;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 95%;
	font-weight: normal;
}
h4{
	margin: 0;
	padding: 0;
	color: #5E3989;
	font-size: 90%;
	font-weight: normal;
	background-color: #F1EEF7;
}
h4.next {
	text-align: right;
	font-size: 65%;
}
h5{
	margin: 0;
	padding: 0 0 6px;
	color: #5E3989;
	font-size: 80%;
	font-weight: normal;
}
img.stopper  {
	margin: 0;
	padding: 30px 15px 5px 0;
	border:none;
	float: right;
}
.invisible
{ display: none;
}
