html {      height: 100%;      margin-bottom: 1px; }body {	margin: 0;	padding: 0;	font-family: "Times New Roman";	font-size: 76%;	color: #000;	text-align: left;	}h1 {	font-size: 1.5em;	font-weight: bold;	margin-top: 0em;	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/	color: rgb(128,156,208);}a {		font-family: "Times New Roman";	color: black;	font-weight: normal;	}a:link {	}a:visited {	}a:active {	}a:hover {	}/* Navigation Control___________________________________________________*/#topnav a {        text-decoration: none;        }        #topnav a:hover {	text-decoration: none;        }#topnav img {	border: 0 0 0 0;	margin: 0px;	}/* Content DIV___________________________________________________*/#content {	margin: 10px 0px 10px 0px;}#content h1, #content h2, #content h3 {	font-family: "Times New Roman";	color: #3D494D;}#content h1 {	font-size: 1.5em;	font-weight: bold;	margin-top: 0em;	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/	color: rgb(128,156,208);}#content h2 {	font-size: 1.2em;	font-weight: normal;	margin-top: 0em;	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/	color: rgb(128,156,208);}#content h3 {	font-size: 1em;	margin: 1.2em 0em 1.2em 0em;	font-weight: bold;	margin-top: 0em;	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/}#content p {	font-size: 1.2em;	margin: 0 0 1.2em 0;	}#content li {	font-size: 1.2em;	margin: 0 0 0 0;	}		#content img {	margin: 0px;	border: 0;	}#content a {		font-size: 1.0em;	}