body { 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #dfc547;
}
a:hover { 
	color: #ffff00;
}
a.boring {
	font-size: 8pt;
	text-decoration: none;
	color: black;
	padding-left: 5px;
}
a.boring:hover {
	color: #ffff00;
}

#header {
	position: absolute;
	top: 0;
  	padding: 0;
  	margin: 0;
  	height: 100px;
	width: 100%;
  	clear: both;
  	background-color: #d6a831;
	  text-align: center;
}
#buttonbar {
	position: absolute;
	top: 100px;
  	padding: 0;
  	margin: 0;
  	height: 15px;
	width: 100%;
  	clear: both;
  	background-color: #d6a831;
  	border-bottom: 1px #000000 solid;
	  text-align: center;
}

#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	clear: both;
	background-color: #d6a831;
	font-size: 8pt;
}
#content {
          background-image: url(bg3.jpg),url(bg3.jpg);
          background-repeat: repeat-y, repeat-y;
          background-position: top right, top left;
          padding-top: 160px;
          padding-bottom: 15px;
          padding-left: 60px;
          padding-right: 60px; 
          background-color: #dfc547;
          border-left: 1px solid #000;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
}

#centercontent {
          background-image: url(bg3.jpg),url(bg3.jpg);
          background-repeat: repeat-y, repeat-y;
          background-position: top right, top left;
          padding-top: 160px;
          padding-bottom: 15px;
          padding-left: 80px;
          padding-right: 80px; 
          background-color: #dfc547;
          border-left: 1px solid #000;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
	  text-align: center;
}


TR.separator {height: 7px;}
TR.title {font-family: Arial, Helvetica, sans-serif;
	    background-color: #00beef;
	    height: 26px;
}
TD { 
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 10pt;
	   vertical-align: middle;
	   padding-left: 5px;
	   padding-bottom: 2px;
	   padding-top: 2px;
	   padding-right: 5px;
}
TD.title {
	   vertical-align: middle;
	   font-size: 12pt;
	   font-weight: lighter;
}
