/********************************************************************
* Author:   Andrew Connick
* Date:     19/11/07
********************************************************************/

#textSize { display: none; }

#searchForm { display: none; }

#banner {
	margin-top: -15px;
	border-bottom: solid 3px #606060;
}

#topNav { display: none; }

#sideNav { display: none; }

#footer { display: none; }

#content { width: auto !important;  }

#content .article h2 {
	padding: 0;
	height: auto;
}

#content .head { height: auto; }

.topPic { display: none; }

#form .help { display: none; }

#form input {
	padding-bottom: 1px;
	border: none;
	border-bottom: solid 1px #404040; 
}

#form .signature { display: block; }

.printOnly { display: block; }
.noPrint { display: none; }

