body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#BDCAD9;
	background: url('images/homebg.png');
}

#MainPlaceholder {
  background: url('images/home_header.png');
  background-repeat: no-repeat;
  height: 600px;
  width: 948px;
  text-align:center;
}

#InnerPlaceHolder {
  background: url('images/homebg.png');
/*  background-color:#BDCAD9; 
  background-repeat: repeat-x;
  */
  /* 600 - 174 */
  height: 426px;
  width: 948px;
}

#LeftInnerPlaceholder {
  background-color:#AEBBD0;
  height: 426px;
  width: 100%;
}

/* table.HighlighPlaceholder, */
td.HighlighPlaceholder {
	background: url('images/highlight_placeholder.gif');
	background-repeat: no-repeat;
    height: 233px;
    width: 329px;
	padding: 15px;
	padding-right: 55px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;	
}

td.ButtonCell {
	background: url('images/button_face.gif');
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 35px;
	padding-top: 1px;
	
}

td.ButtonCellOver {
	background: url('images/button_face_over.gif');
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 35px;
	padding-top: 1px;
	cursor: pointer;
}

td.ButtonSpacer {
	height: 1px;
}

a.topLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}

a.menuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#656679;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
}

.ImageBorder {
	border: 1px solid #fff;
	padding: 4px;
}

a.purpleLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#656679;
}

.purpletext10 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#656679;
}

.purpletext12 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#656679;
}
