html, body {
  height: 100%; 
}

body {
  text-align: center;
  background-color: #FFFFFF;
  margin: 0;
}

body { font-family: Arial, Helvetica, sans-serif; font-size: 14px }

#container {
  width: 650px;
  margin: 0 auto;
  text-align: left;
}

#wrap {
  float: left;
  width: 650px;
}

h2 { font-family: Arial, Helvetica, sans-serif; font-size: 22px; color = red; margin = 6px }

p, ul, li, td { font-family: Arial, Helvetica, sans-serif; font-size: 14px }

hr { color: #FF0000; width=70%; text-align=center}

a { color: #000000 }

.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #990000; }

#marquee {
			position:relative;
			height:1.8em;
			overflow:hidden;
			background:#FFFFFF;
			}
#marquee SPAN {
  position:absolute;
	top:.3em;
	left:0;
	white-space:nowrap;
	font-weight: bold;
}

.white {
  font-size: 5px;
  color: #FFFFFF;
}

.csc-textpic-imagerow {
  float:left;
  margin:0px 15px;
}
