/* 04 grey style sheet */

BODY { background-color: #CCCCCC; }
.pagearea { background-color: #CCCCCC; }
.displayarea { width: 770px; background-color: #CCCCCC; padding-left: 20px; }
.headingarea { width: 770px; background: #EDEDED; }
	/* 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: 120px; height: 150px; background:#EDEDED; font-weight: bold; font-size: 250%; color: #CCCCCC;*/ }
    .headerleft { display: none; }
  .headermain { height:150px; width: 770px; font-weight: bold; font-size: 250%; text-align: center; line-height: 80px; color: #CCCCCC; background: #EDEDED;  }
  .headerright { /*width: 120px; height: 150px; background:#EDEDED; font-weight: bold; font-size: 250%; color: #CCCCCC;*/ }
    .headerright { display: none; }
.headermain .linepic { padding: 0px; margin: 0px; }

.leftcolumn { width: 150px; background: #CCCCCC; padding-right: 10px; padding-top: 10px; }
  .lefttop { }
  .leftmain { float: left; width: 150px; }
  .leftbase { height: 8px; float: left; }

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

.footer { text-align: left; background: #CCCCCC; }
	/* 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: 620px; background: #EDEDED; padding: 12px; padding-top: 10px; border-top: #CCCCCC 10px solid; }

/*.toplinkarea { background: #EDEDED; padding-top: 10px; padding-bottom: 10px; padding-right: 10px; height: 30px; border-top: #CCCCCC 10px solid; }*/
.toplinkarea { /*display: none;*/ }
.botlinkarea { background: #CCCCCC; padding-top: 10px; }

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