/* 06 black style sheet */
/*Concordat */

BODY { background: #EDEDED; }
.pagearea { background: #EDEDED; /*background-attachment: fixed;*/ margin: 0px; padding: 0px; text-align: center; }

.displayarea { width: 770px; background: #FFFFFF; margin: 0px auto 0px auto; text-align: left; border: solid 1px #DDDDDD; border-top: none; border-bottom: none; }
.headingarea { width: 770px; background: #DDDDDD URL(bannermid.jpg) bottom left no-repeat; }
	/* Note that to have these elements on the same line you need float: commands - NOT display: inline
	   Also be very careful about width: 100% - it doesn't work in tables as you'd expect */
  .headerleft { width: 0px; height: 60px; background: transparent; font-weight: bold; font-size: 250%; color: #333333; }
  .headermain { height: 60px; width: 770px; font-weight: bold; font-size: 250%; text-align: center; color: #333333; background: transparent;  }
  .headerright { width: 0px; height: 60px; background: transparent; font-weight: bold; font-size: 250%; color: #333333; }

.leftcolumn { width: 120px; background: #FFFFFF; padding: 0px; padding-top: 16px; }
  .lefttop { height: 0px; }
  .leftmain { width: 120px; background: #FFFFFF; }
  .leftbase { height: 10px; width: 120px; }

.rightcolumn { width: 150px; padding: 0px; padding-top: 10px; }
    .righttop { height: 0px; }
	.rightmain { width: 120px; }
	.rightbase { width: 120px; }

.footer { text-align: left; background: #FFFFFF; height: 20px; }
	/* Note that to have these elements on the same line you need float: commands - NOT display: inline
	   Also be very careful about width: 100% - it doesn't work in tables as you'd expect */
    .footerleft { float: left;   }
	.footermain { float: left;  }
	.footerright { float: left;  }

.mainarea { width: 650px; background: #FFFFFF; padding: 10px; padding-top: 0px; }

.toplinkarea { background: #FFFFFF; height: 0px; display: none; }
.botlinkarea { background: transparent; padding: 10px; }


.mainarea .linepic { padding: 6px; margin: 10px; margin-top: 4px; margin-bottom: 10px; background: #EDEDED; border: solid 1px #D3D3D3; }
.mainarea .leftpic { padding: 6px; margin: 4px 25px 6px 10px; background: #EDEDED; border: solid 1px #D3D3D3; }
.mainarea .rightpic { padding: 6px; margin: 4px 10px 4px 10px; background: #EDEDED; border: solid 1px #D3D3D3; }

/*.mainarea ul { list-style-image: url(bullet.gif); }*/

.mainarea ul {
	list-style-position: inside;
	margin-left: 1em;
	}

.headermain div.gtrans { float: right; padding-right: 15px; margin-top: 10px; }
.headermain .gtrans select {margin: 0px; padding:0px; float:right; }

.sidebar { padding: 0.6em; }