body {
  background-color: #001A51;
  margin:10px auto;
  padding:0px;
  font: normal 12px arial;
  color: #fff;
}
img {
  border: 0px;
}
a:link, a:visited {
  color: #DF7219;
  text-decoration: none;
}
a:hover {
  color: #DF7219;
  text-decoration: underline;
}
.head_txt {
  font: bold 12px verdana;
  color: #71450C;
}
#pagebox {
  margin:0px auto;
  width: 800px;
}
#mast_cont {
  width:800px;
}
#main_cont {
  width: 800px;
 	background: url('/graphics/main_bg.gif') repeat-y;
}
html>body #main_cont {
  width: 800px;
 	background: url('/graphics/main_bg.gif') repeat-y;
}

/*--------------------------------Center Content--------------------------------*/
#top_left_cont {
	float: left;
  width: 31px;
}
#center_cont {
	float: left;
  padding: 0 30px;
  width: 676px;
  background-color: #fff;
  color: #000;
  font: normal 12px arial;
}
#top_right_cont {
	float: left;
  width: 33px;
}
#intro_txt {
	margin-bottom: 15px;
}
.content {
	background-color: #CFD5E5;
  margin-bottom: 10px;
  padding: 10px;
}
.content_pic {
	float: left;
  margin-right: 15px;
}
.content_hdr {
	color: #003FC6;
  font: bold 14px arial;
}
.content_details {
	font: normal 12px arial;
}
