/**************************
COLUMNS and CONTENT
**************************/
	body {
		font-family: arial, helvetica, serif;
	}

	#wrapper {
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		border:0;
		width: 1000px;

	}

	div.header {
		margin: 0;
		height: 358px;
		width: 1000px; 
		padding:0;
		overflow:hidden;
		background: url(/images/2009-10_WebBanner.jpg) no-repeat;
	}
		
	#subscription_header {
	margin-left : 0px;
	padding-left: 5px;
	}

	#leftnav {display: none} 

	/*this puts the mso information down below the left-hand menus */
	p.mso_info {padding-top:40px; color : #000099; font-size: 8pt; clear:both;}

	#content {
	margin: 0;
	float: left;
	width: 795px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	padding-left: 12px;
	}

	#footer {
		clear: both;
	}

/**************************
MISC FORMATTING
**************************/
hr {
	color: #fDD017;
	background-color: #f00;
}

.style2 {
	color: #FF0000;
	font-weight: bold;
	font-size: medium;
}
.style3 {font-size: smaller}

.style4 {
	font-size: x-large;
	font-weight: bold;
}