/**************************
COLUMNS and CONTENT
**************************/
	body {
		font-family: arial, helvetica, serif;
	}

	#wrapper {
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		border:0;
		width: 1020px;

	}

	div.header {
		margin: 0;
		height: 171px;
		width: 1000px; 
		padding:0;
		overflow:hidden;
		background: url(/images/2011-12_banner_1.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: 0px;
	}

	#footer {
		clear: both;
	}

/**************************
MISC FORMATTING
**************************/
hr {
	color: #D0D0D0;
	background-color: #f00;
}

.style2 {
	color: #FF0000;
	font-weight: bold;
	font-size: medium;
}
.style3 {font-size: smaller}

.style4 {
	font-size: x-large;
	font-weight: bold;
}
.bannerbox {
width:795px;
padding: 2px;
border-width: thin;
border-color: black;
background-color:black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:white;
}
