/* style from loaded so div displays */
#main.tall { position: relative; left: 0px; }

/* remove left and right margins */
#main { margin-left: 0px; margin-right: 0px; }

/* move section to left */
#right { float: left; margin-left: 25px; }

/* alt content headings */
#top h1 { color: #aaaaaa; font: bold 17px 'Times New Roman'; margin: 6px 10px 12px 0px; }
#top h2 { color: #b0b0b0; font: normal 12px 'Arial'; margin: 0px 0px 2px 0px; padding:0px; }

#top p { font: normal 11px Arial; width: 530px; margin: 0; margin-bottom:20px;}
#top p { margin-bottom: 20px; }

.for-print-only { padding-bottom: 20px; }

.greyBar{
	width:100%;
	height:4px;
	background-color:#ebebea;
	margin:0px 0px 10px;
	overflow:hidden;
	float:left;
	clear:both
}


