@charset "utf-8";




body  {
	font: 100% "Times New Roman", Times, serif;
	min-height: 0; /* This is necessary to overcome the "haslayout" bug that is found in Windows 7 in conjuction with IE8.  For More information see: URL -- http://reference.sitepoint.com/css/haslayout.html */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/* [disabled]padding: 0; */
	padding: 0;
	text-align:center; /* This allows for the centering of the container and overcomes a bug inherent in IE 5 */
	color: #000000;
	list-style-image: none;
	background-color: #FCFCFC;	
	float: none;
	background-image:none;	
	
}

h1,h2,h3,h4,h5 {
	
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	
}


a:link {
	color: #000066;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000066;
}

a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: underline;
	color: #000066;
}



#container {
	width: 960px;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:none;
	
} 

#header {
		padding-bottom: 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		
		width:960px;
		background-image:none;
		
} 


#header h1 {
	
	margin-right: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:none;

}


#Main_nav_contents {
	display: none;
	
	
} 

#MenuBarVertical {
	
	display:none;
	
}

#issues_menu {
	
	display:none;
	
}
#members_only_intranet_page-header H2 {
	
	display: none;
}

#archives {
	
	display:none;
	
}

	
#footer { 
	display: none;
		
	
} 

#footer p {
	display: none;
	}
	
#footer h5 {

	display: none;

}

.table {
	table-layout:fixed;	
	
}


tr {
	vertical-align:text-top;
	overflow:auto;
	
}


