 /* {border: 1px solid #ff0000;}*//* image max sizes - 170 by 255 *//**************** Page Layout ******************/body {	text-align: center;	background-color: #000000;	color: #000000;    /*background-color: #dddddd;*/}#container {	width: 848px;	margin: 40px;	margin-left: auto;	margin-right: auto;	padding: 0px;}#content {    padding: 0px;    float: left;    height: 600px;    margin: 0px;    width: 848px;    position: relative;    height: auto;}#textbox {  position: absolute; width: 848px; height: 600px; z-index: 1; left: 453px; top: 161px; overflow: auto;}								/**************** text formatting ******************/p {	font-family: "Times New Roman", Times, serif;	font-size: 12px;	line-height: 14px;	color: #111111;	text-decoration: none;	text-align: left;	width: 150px;	padding-right: 0px	margin-right: 0px;	margin-left: 0px;}h1 {    /*margin: 20px 15px 0px 0px;*/    font-family: Arial, Helvetica, sans-serif;    font-size: 14px;    line-height: 18px;    font-weight: bold;    color: #cb2027;	text-decoration: none;    text-align: left;    letter-spacing: 1px;    /*width: 550px;*/	border-bottom: dashed 1px #ff0000;	margin-right: 20px;	margin-left: 20px;	margin-top: 20px;}h2 {    font-family: Arial, Helvetica, sans-serif;    font-size: 12px;    line-height: 18px;    font-weight: bold;    color: #000000;    text-decoration: none;    text-align: left;    margin-right: 20px;	margin-left: 20px;    margin-top: 30px;    border-bottom: dotted 1px #bbbd60;}/**************** Text Links ******************/a:visited {    color: #CC0000;    text-decoration: none;}a:visited:hover {    color: #ffffff;    background-color: #cc5d5f;}a:hover {    color: #ffffff;    background-color: #cc5d5f;}a {    color: #CC0000;    text-decoration: none;}