@charset "utf-8";
.background {
	background-color: #DADBFE;
	background-repeat: repeat;
}

.headertxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.smltext {
	font-family: Tahoma, Geneva, sans-serif
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
#header {
  background: #DBDCFF;
  width: 1000px;
}
#content {
	background: #DBDCFF;
	float: left;
	width: 700px;
}
#lcol {
	background:#DBDCFF;
	float: left;
	width: 150px;
	height: 500px;
}
#rcol {
	background:#DBDCFF;
	float: left;
	width: 150px;
	height: 500px;
}
#footer {
  background: #DBDCFF;
  float: left;
  width: 1000px;
  clear: both;
}






.bl {background: url(bl.gif) 0 100% no-repeat #011A77; width: 20em}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 