/********* Main site styles *********/

/*Normalizing Pages*/
body, div, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p {
	margin:0;
	padding:0;
}
/*set text family and initial size*/
body, div, ol, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
a img {
	border:none;
}
/*End Normalizing*/

p {
	margin: 5px 0;
}

/***** core styles *****/

#wrapper {
	position: relative;
	margin: 10px auto;
	width: 890px;
	/*border: solid red 1px; remove*/
}

a {
	text-decoration: none;
	color: #0000ff;
	border-bottom: dotted #0000ff 1px;
}
a:hover {
	color: #ff0000;
	border-bottom: dotted #ff0000 1px;
}
a.blank {
	border: none;
}

.clear {
	clear: both;
}

#contentWrapper {
	width: 860px;
	padding: 10px 20px 10px 10px;
	/*border: solid green 1px; remove*/
}

#content {
	float: right;
	padding: 0 10px 25px;
	width: 665px;
}

#leftColumn {
	float: left;
	padding: 0 5px 0 0;
	width: 170px;
	/*border: solid orange 1px; remove*/
}

#pageFooter {
	margin: 0 20px 0 185px;
	padding: 10px;
	text-align: center;
	color: #666666;
	font-size: 10px;
	border-top: solid #00f 1px;
}
#pageFooter a {
	color: #666666;
	border-bottom: dotted #666666 1px;
}

#pageHeader {
	position: relative;
	width: 890px;
	height: 169px;
	background: url("/images/pageHeader.jpg") no-repeat top left;
}

/****** //core styles *********/

.alert1 {
	color: #ff0000;
}
.alert2 {
	color: #0000ff;
}

.bottomline {
	border-bottom: solid #0000ff 1px;
	z-index: 1;
}

h1 {
	margin: 5px 0 20px;
	padding: 0 0 3px 0;
	color: #ff0000;
	font-size: 18px;
	border-bottom: solid red 1px
}

h2 {
	color: #0000ff;
	font-size: 14px;
}

h3 {
	color: #f00;
	font-size: 13px;
}

#leftColumn hr {
	clear: both;
	margin-left: 0;
	width: 90%;
	height: 3px;
	border: none;
	background-color: #0000ff;
}

#leftColumn #interview {
	margin: 20px 0;
	text-align: left;
}

#leftColumn #cancerBoot {
	margin: 20px 0;
	text-align: center;
}
#leftColumn #cancerBoot a {
	border-bottom: none;
}

.note {
	margin: 15px 0;
	font-size: 11px;
	color: #666666;
}

ol li, ul li {
	line-height: 2em;
}

.V1RLine {
	border-right: solid #0000ff 1px;
}

/* img replacement */
.imgrep {
  display:-moz-inline-box;
  display:inline-block;
  background:transparent none 0 0 no-repeat;
  text-indent:-3000px;
  font:0/0 Arial;
  overflow:hidden;
  color:rgba(255,255,255,0);
  vertical-align:bottom;
}