html, body, table{ 
 margin:0px; 
 padding:0px; 
 text-align:center;
 font-family:Georgia;
 background-color:#1259B1;
 background:url(/images/side.gif);
 background-repeat: repeat-x;
 color:#0B226B;
} 
 
h1,h2,h3,h4{
  display:inline;
}

img {border:0px;}

.middle{
  width:400px;
  min-height:90%;
  background:url(/images/middle.gif);
  background-repeat: repeat-x;
  padding:10px;
}

.side{
  min-width:200px;
}

.bottom{
  text-align:center;
  background:url(/images/btm.gif);
  background-repeat: repeat-x;
  background-color:#1259B1;
  height:100px;
}

FORM DT {
   clear:both;
   text-align:center;
   font-weight:bold;
}

FORM DD {
   margin:0 0 0.1em 0.25em;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  16px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
	font-weight:bold;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}
