/* Basic Layout */
body { margin: 0; padding: 0; text-align: center; }
form { padding: 0; margin: 0; }

.page { width:100%; margin-left: auto; margin-right: auto; }
.clear { clear: both; height:0; line-height:0px; font-size:0px;}

/* Top Block */
.top { margin: 0 auto; position: relative; z-index: 10; text-align:center; }
.headercontrols { display: none}
.header { padding: 0px 0px 38px 0px; position: relative; z-index: 10 }
.banner { width: 100%; position: relative; text-align: center; margin: 0 auto; display:none; }
.menu { position: relative; text-align: left; z-index: 100; width:960px; margin:0 auto; top: -34px; !top: -35px}
.toppanel { position: relative; top: -35px; z-index: 1; margin: 0 auto }

/* Middle Block */
.middle { position: relative; width: 100%; text-align: center; top: -35px; background-color: #E4E3DE  }
.content { width: 960px; text-align: left; padding: 0px; margin:0 auto;}

/* Bottom Block */
.bottom { margin:0; float:none; display:block; width: 100%; text-align: center; top: 0px }
.bottompanel { position:relative; top: -40px }
.footer { width: 100%; text-align: center; margin: 0px auto 30px auto; }