html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #FFFFFF;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}

h1 {
  color: #393939;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #83AF1E;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus {
  color: #000;
}

a:active {
  color: #000;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 800px;
}
#outerWrapper #contentWrapper {
  background-color: #fff;
  overflow:hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-image: url(images/pageFold.gif);
	background-position: top right;
	background-repeat: repeat-y;
	border-right-style: none;
	float: left;
	padding: 20px 40px 2000px 20px; 
	width: 340px;
	margin: 0px 0px -2000px 0px;
}
#leftColumn1 #corner_flower {
	background: url(images/flower-corner.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 137px;
	width: 123px;
	display: block;
	float: left;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 400px; 
	padding: 420px 20px 20px; 
	background-image: url(images/breast_institute.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#outerWrapper #footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 10px;
	background: url(images/footer_fade.gif) repeat-x left top;
	clear: both;
}
#leftColumn1 h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
	background: url(images/headerBG.gif) no-repeat left top;
	margin: 10px 0px 0px;
	height: 35px;
	padding: 25px 10px 10px 20px;
	float: right;
	display: block;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#leftColumn1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#leftColumn1 li {
}
#leftColumn1 ul li a:link {
	font-size: 14px;
	color: #8CAD31;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 200px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

#leftColumn1 ul li a:visited {
	font-size: 14px;
	color: #8CAD31;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 200px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

#leftColumn1 ul li a:hover {
	
	color: #FF954B;
	border-bottom: 1px solid #666666;
}

#leftColumn1 ul li a:active {
	
	color: #FF954B;
	border-bottom: 1px solid #666666;
}

.right {
	float: right;
}
