/* cmsms stylesheet: underconstruction modified: Saturday, November 24, 2018 8:05:53 PM */
html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background: #ffd629;
}
div#distance { 
	margin-bottom: -300px; /* half of content height */
	background: #ffd629;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 560px;         /* required - desired height */
	width: 560px;          /* required - desired width */
	background: #ffd629;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

div#text {
	text-align: center;     /* horizontal centering hack for IE */
      font-size: 10pt; font-family: Arial, Helvetica, sans-serif; color: #616464;}
}
