body {
  text-align:center;
  background:url('../images/global/body.gif') top center repeat-x #ccc;
  margin:0px;
  margin-bottom:20px;
  
}

#bodyContainer {
  margin:0 auto;
  text-align:left;
  width:765px;
}

#headerImage {
  height:230px;
  background:url('../images/global/header.jpg');
}

#navContainer {
  height:45px;
  background:url('../images/global/navBackground.gif');
  background-repeat:repeat-x;
  overflow:hidden;

}

#navContainer img {
  float:left;
  clear:right;
  border:none;
}

#contentArea {
  background:url('../images/global/contentBg.jpg') top center no-repeat #fff;
  padding:20px;
}

#footerContainer {
  height:41px;
  background:url('../images/global/footerBackground.gif');
  background-repeat:repeat-x;
  text-align:center;
  padding-top:5px;
}



#leftColumn {
  float:left;
  clear:right;
  width:205px;

}

.columnDivider {
  width:1px;
  height:100%;
  background:url('../images/global/dotContent.gif');
 /* float:left;
  clear:right; */
  overflow:hidden;
}

#rightColumn {
  float:left;
  clear:right;
  width:495px;
  margin-left:10px;
  padding-left:10px;
  border-left:1px #666666 dotted;
  
}

.clear {
 clear:both;
}

.img-style {
	float:right;
	padding: 0px 0px 10px 10px;
}

.form-style {
	width:275px;
}