body {
  font              	: 11px/13px Verdana, Arial, sans-serif;
  background  			: #FFFFFF;
  margin              	: 0px;
  color					: #000000;
  /*background-image	: url(images/back_runner.jpg);
  background-repeat	: repeat-y;
  */
  background-position	: top center;
  text-align			: center;

}

div.wrapper {
   /* width				: 760px;*/
  width					: 960px;
  background  			: #FFFFFF;
  margin-left			: auto;
  margin-right			: auto;
  font-size				: 11px;
  font-family			: Verdana, Arial, sans-serif;
  float					: none;
 /*   border			: 1px solid #005CAE;  */
  text-align			: left;
}

div.header {
  /* width				: 760px;*/
  width					: 960px;
  /*height				: 159px;*/
  /*height				: 130px;*/
  background-image		: url(images/XLC_logo.jpg);
  background-repeat		: no-repeat;
}

div.header_buffer {
  width					: 800px;
  /*height				: 119px;*/
  height				: 100px;
  cursor				: pointer;
}

div.header_headline {
  width					: 800px;
  text-indent			: 160px;
  height				: 35px;
  text-align			: left;
  margin-right			: 10px;
  font-size				: 28px;
  line-height			: 30px;
  font-family			: Trebuchet MS, Verdana, Arial, sans-serif;
  letter-spacing		: +2px;
  font-weight			: 700;	
  color					: red;
}
div.header_PageHeader {

  height				: 25px;
  text-align			: left;
  font-size				: 14px;
  font-family			: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight			: 700;	
  color					: #083A91;
}

div.content {
  width					: 100%;
  height				: 400px;
}

div.left_nav {
  width					: 160px;
  /*width				: 160px;*/
  height				: 400px;
  float					: left;
}

div.left_nav_blk {
  margin				: 10px;
  margin-top			: 0px;
  margin-bottom			: 9px;
  width					: 140px;
  /*width				: 140px;*/
  height				: 45px;
  float					: middle;
  background-color		: #083A91;
  text-align			: right;
  padding				: 0px;
}

div.left_nav_blk_on {
  margin				: 10px;
  margin-top			: 0px;
  margin-bottom			: 9px;
  width					: 140px;
  height				: 45px;
  float					: middle;
  background-color		: blue;
  text-align			: right;
  padding				: 0px;
}

div.top_nav_spacer {
  width					: 5px;
  height				: 25px;
  float					: right;
  font-weight			: 700;
  margin-bottom			: 10px;	
}

div.top_nav {
  width					: 785px;
  height				: 25px;
  float					: left;
  font-weight			: 700;
  margin-bottom			: 10px;	
/*  background-color		: #00A153;  */
  padding-right			: 15px;
  border-bottom			: 5px solid #00A153;
}

div.top_nav_cell {
  padding				: 2px;
  height				: 20px;
  float					: left;
  font-weight			: 700;
  margin-right			: 30px;
  margin-top			: 5px;	
}

div.body_copy {
  width					: 785px;
  float					: left;
}

div.common_par {
  width					: 785px;
  height				: 80px;
  float					: left;
}

div.footer {
  width					: 100%;
  height				: 100px;
  clear					: both;
}

div.footer_sig {
  width					: 100%;
  height				: 25px;
  color					: #666666;
  text-align			: center;
}

div.ft_green {
  width					: 100%;
  height				: 6px;
  background-color		: #00A153;
  font-size				: 6px;
  line-height			: 6px;
}

div.ft_white {
  width					: 100%;
  height				: 6px;
  font-size				: 6px;
  line-height			: 6px;
}

a.header {
  color					: #00A153;
  text-decoration		: none;
}

a.header:hover {
  color					: #00A153;
  text-decoration		: underline;
}

a.leftnav {
  color					: white;
  text-decoration		: none;
  font-weight			: 700;
}

a.leftnav:hover {
  color					: white;
  text-decoration		: underline;
  font-weight			: 700;
}

a.leftnav:active {
  color 				: white;
}

a.leftnav:visited {
  color 				: white;
}

a.footer {
	color				: #999999;
	font-size			: 10px;
	text-decoration 	: none;
}

table {
  font-size				: 11px;
  font-family			: Verdana, Arial, sans-serif;
  padding				: 2px;
}

td {
  font-size				: 11px;
  font-family			: Verdana, Arial, sans-serif;
  text-align			: right;
  padding				: 2px;
}




