#title_row{
  position: relative;
  top: 30px;
  left: 25px;
  z-index: 200;
  color: #000000;
  width: 60%;
}
#footer_bg{
  background-color: #acd681;
}
#content_area{
  position: relative;
  width: 100%;
  text-align: left;
  top: -25px;
  border: solid #4d6a78;
  border-width: 0px 1px 0px 1px;
}
#content_area_bg{
  border: solid #acd681;
  border-width: 4px 4px 0px 4px;
}
#content_area ul{
  padding: 0px 0px 0px 15px;
  list-style: url("/images/bullet.gif") circle;
}

#top_content{
  position: relative;
  width: 784px;
  margin: 2px 2px 0px 2px;
  background-color: #e3f0d6;
  height: 230px;
}
#top_content_left{
	position: relative;
	width: 60%; 
	float: left;
	padding: 0px;
	margin: 0px;
	left: -4px;
}
#top_content_left img{
  position: relative;
  top: 15px;
  left: 15px;
}
#top_content_right{
	position: relative;
	width: 30%;
	margin-right: 15px;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	float: right;
}
#top_content_right ul{
  padding: 5px 10px 0px 20px;
  margin: 0px;
}
#top_content_right td{
	position: relative;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
#top_content_right b{
  font-size: 18px;
}
#mid_content{
  position: relative;
  width: 100%;
  background-color: #ffffff;
  font-weight: normal;
  text-align: left;
  padding: 33px 0px 5px 0px;
}
#mid_content b{
  font-family: verdana;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
}
#mid_content_left{
  position: relative;
  width: 45%;
  padding: 0px 10px 0px 25px;
  float: left;
  font-weight: normal;
}
#mid_content_right{
  position: relative;
  width: 45%;
  padding: 0px 15px 0px 0px;
  float: right;
  font-weight: normal;
}
#bot_content{
  position: relative;
  width: 98%;
  text-align: right;
  padding: 10px 0px 10px 0px;
  clear: both;
}
<!-- Stupid IE 6 can't position "fixed" correctly. Workaround, though I really hate using the expressions for rendering -->
<!--[if gte IE 5.5]> 
	<![if lt IE 7]>
		 <style type="text/css"> 
		#top_content{
			width: 100%;
			overflow: hidden;
		}
		#top_content_right{
 		       margin-right: 10px;
 		       padding: 15px 0px 0px 10px;
		}
		#mid_content_left{
			width: 45%;
		}
		#mid_content_right{
  			width: 45%;
		}
		</style>
	<![endif]>
 <![endif]-->

