.bl {background: url(/images/bl.gif) 0 100% no-repeat}
.br {background: url(/images/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/tr.gif) 100% 0 no-repeat; padding:10px}

html {

}
body {


  padding: 0px;
  background-color:#808050
}



#divheader {
  background: #0f0;
  width: 100%;
}
#leftcol {


top:0px;
bottom:0px;

  background: #e7e7c0;
  float: left;
  width: 19%;
}
#content {
    width: 95%;
  background: #e7e7c0;
//  float: right;
  
}
#divfooter {
  clear: both;
  width: 100%;
}

hr {color:sienna}
.center {text-align:center}
table {
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-collapse:collapse;
	table-layout:auto;
}
table#header {
	border-width:medium;
	border-color:#111111;
	background-color:#E7E7C0;
}
table#header td {
	border-style:solid;
	padding:8px;
    border-width: medium;
	border-color:#111111;
}
a.header {
	font-weight:bold;
	font-family:courier new;
	font-size:19px;
}
p.box1 {
	font-size:x-small;
	text-align:center;
	color:#111111;
	font-family:Verdana;
}
p.box3 {
	text-align:center;	
	font-family:Verdana;
	font-size:14px;
}