h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 30pt;
	margin-right: 5pt;
}

a  {
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

body {
	background-color: #FFFFFF;
}

img.borderfloatright {
				float:right;
				border:solid 1px silver;
				padding:5px;
				margin-left:10px;
				margin-top:6px;
				margin-bottom:6px;
				}

img.borderfloatleft {
				float:left;
				border:solid 1px silver;
				padding:5px;
				margin-right:10px;
				margin-top:6px;
				margin-bottom:6px;
				}
				
img.bordertexttop	{
				border:solid 1px silver;
				padding:5px;
				margin-bottom:6px;
				}
				
.leftcolumn {
	display: none;
}
.rightcolumn {
	display: none;
}
.uparrow {
	display: none;
}
.midcolumn {
	width: auto;
	padding: 0;
	border: 0;
	margin: 0 5%;
	float: none;
}

/*p a:after{
	content: " <" attr(href) "> ";
	font-size: 90%;
	text-decoration: none;
	color: #666666;
	font-style: italic;
   }
*/
.program_table p {
	padding: 1px;
	margin: 3px;
	font-size: 1.0em;
}
				
.thesis_table p {
	padding: 1px;
	margin: 3px;
	font-size: 0.8em;
}

.thesis_table a {
	display: none;
}

/*a[href^="/"]:after {
   content: " (http://www.wfu.edu/physics" attr(href) ") ";
   }*/

.Accordion {
  overflow: visible !important;
}

.AccordionPanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}