	body {
	/*background-repeat: no-repeat;*/
	/*background-repeat: repeat-x;*/
	/*background-attachment: fixed;*/
	background: #f0f0f0;
	margin: 20px 0 0 0;
	padding:0px;	
	}
	.menu {
	background:#DCDCDC url(../images/hdr_bg.png);
	font-family: Georgia;
	font-size: 14px;
	max-width: 725px;
	}
	.mainpad {
	background: #B2C0D0;
	max-width: 723px;
	border-color: #9C9FA2;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	/*height: 100%;*/
	}
	.tablepad {
	background: #BDBDBD;
	/*background-image: url(../images/adimages/top.jpg);*/
	/*border: 1px solid #ffffff;*/
	}
	.adcolpad {
	background: #000000;
	max-height: 240px;
	border: 5px solid #ffffff;
	/*background: url(../images/adimages/new_bg.png);*/
	/*border: 1px solid #ffffff;*/
	}
	.contentpad {
	background: #6B8FC3;
	font-family: Georgia;
	font-size: 12px;
	}
	.heading1 {
	background: #C6D3AF;
	font-family: Helvetica;
	font-size: 14px;
	max-height: 5em;
	}
	.heading2 {
	background: #9EC39E;
	font-family: Helvetica;
	font-size: 14px;
	max-height: 5px;
	}
	.heading3 {
	font-family: Helvetica;
	font-size: 15px;
	max-height: 5px;
	font-weight: bold;
	color: #0000ff;
	}
	.footpad {
	/*background:  url(../images/ftr_bg.png);*/
	/*height: 100%;*/
	}
	.textbox {
	border: 5px solid #ffffff;
	padding: 0 0 0 2px;
	font-size: 12px;
	color: #000080;
	font-family: Trebuchet MS, Helvetica, Geneva;

	}
	.box_bottom {
	width:400;
	height:18px;
	float:left;
	background: url(../images/box_bottom.png); 
	background-repeat: repeat-x;
	margin-bottom:3px;
	}
	.box_bottom_right {
	float:right;
	background: url(../images/box_bottom_right.png);
	width:5px;
	height:18px;
	}
	.box_bottom_left {
	float:left;
	background: url(../images/box_bottom_left.png);
	width:5px;
	height:18px;
	}
   a:link {
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	color: #083E84;
	}
   a:hover {
	color: #2782F7;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial;
	}
   a:visited {
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	color: #222264;
	}
