/* 03_grey style sheet */

.pagearea { background-color: #FFFFFF; margin-top: 10px; }
.displayarea { width: 770px; background: #FFFFFF; }
.headingarea { width: 770px; }
	/* 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 { float: left; background: URL(bannerleft.gif) no-repeat right; width: 150px; height: 100px;  }
  .headermain { float: left;  background: URL(bannermid.gif) repeat-x; height:100px; width: 530px; line-height: 85px; font-weight: bold; font-size: 250%; color: #ffffff; text-align: center }
  .headerright { float: left; background: URL(bannerright.gif) no-repeat left; width: 90px; height:100px;}

.leftcolumn { width: 138px; background: #C9CCD1 URL(leftbottom.jpg) bottom no-repeat; padding-bottom: 20px; }
  .lefttop { background: URL(lefttop.jpg); height: 23px; width: 138px; }
  .leftmain { background: URL(leftmiddle.jpg); width: 120px; }
  .leftbase { /*background: URL(leftbottom.jpg); height: 24px;*/ }

.rightcolumn { padding-top: 20px; }
    .righttop { background: URL(righttop.jpg); height: 23px; width: 138px; float: right; }
	.rightmain { background: URL(rightmiddle.jpg); padding-right: 9px; padding-left: 9px; width: 120px; float: right; }
	.rightbase { background: URL(rightbottom.jpg); height: 24px; width: 138px; float: right;  }

.footer { }
	/* 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; background: URL(footerleft.gif);  }
	.footermain { float: left; background: URL(footermid.gif);  }
	.footerright { float: left; background: URL(footerright.gif);  }

.mainarea { width: 632px; padding-left: 10px; padding-right: 10px; padding-top: 20px; }

.toplinkarea { background: #FFFFFF; padding-bottom: 10px; padding-top: 20px; padding-right: 8px; }

hr { background: none; color: #FFFFFF; width: 0px; height: 0px; }

