body{
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
h1{
	font-size: 1.5em;
}
div.spacer{
	clear:both;
}
div .list1{
	font-weight:bold;
	clear:both;
	margin-bottom:40px;
}
div .list1 .imagelink,.imagelink2{
	width:60px;
	float:left;
}
div .list1 .imagelink2{
	position:relative;
	left:20px;
}
div .list1 .imagelink,.imagelink2 img{
	border: 0px solid black;
	margin-top:10px;
	margin-right:3px;
}
div .list1 .imagelink a:hover{
}
div .list1 .textlink{
	font-weight:normal;
	float:left;
	position:relative;
	top: 15px;
}

.leftnav{
	position: relative;
	top: 20px;
	float: left;
	width: 150px;
	height: 500px;
	padding: 0;
	font-size: .8em;
	font-family: "courier new", mono;
}
.leftnav ul {
	margin: 0 0 10px 0;
	list-style: none;
	padding: 0;
	width: 150px;
}

.leftnav li {
	padding: 0;
	margin: 0;
}
.leftnav li a {
	padding: 5px 5px;
	width: 150px;
	display: block;
	background-color: white;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #b9b9b9;
	border-top: 1px solid #b9b9b9;
}
.leftnav li a:hover{
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background-color: black;
	color: white;
/*	background-color: #b9b9b9;
	color: #b22222;
*/	
	font-weight:bold;
}

.topnav{
	position:absolute;
	top: 43px;
	left: 250px;
	font-size: .8em;
	font-family: "courier new", mono;
}
.topnav div{
	float:left;
	display:block;
	background-color: white;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #b9b9b9;
	border-top: 1px solid #b9b9b9;
	width: 100px;
	margin-right:10px;
	text-align:center;
}
.topnav a {
	display:block;
	padding: 4px 4px;
	background-color: white;
	color: black;
	text-decoration: none;
	color: black;
}
.topnav a:hover{
	padding: 5px 5px;
	background-color: black;
	color: white;
	font-weight:bold;
}


.page_content {
	float: left;
	position: absolute;
	left: 250px;
	top: 106px;
	font-size: .8em;
	width: 600px;
}

.wide_page_content {
	position: absolute;
	left: 25px;
	top: 106px;
	font-size: .8em;
	width: 900px;
}

/* old phlonx legacy styles
 */
.red {color: #b22222; }
.black {color: #000000; }
.s10 {font-size: 10px; }
.s11 {font-size: 11px; }
.s12 {font-size: 12px; }
.s13 {font-size: 13px; }
.s14 {font-size: 14px; }
.s16 {font-size: 16px; }
.s18 {font-size: 18px; }
.s20 {font-size: 20px; }

.mono {font-family: "Courier New",Courier,mono}
.serif {font-family: "Times New Roman",Times,serif }
.sansserif {font-family: Arial,Helvetica,"sans serif" }

.bold {font-weight: bold; }
.nobold {font-weight: Normal; }
.italic {font-style: italic; }

.copyright { font-size: 10px; font-weight: Normal; }
.bodytext  { font-size: 12px; font-weight: Normal; }
.figure    { font-size: 10px; font-weight: bold; }
.ref {
  font-weight: bold;
  font-style: italic;
}

div#top_logo{
	float:left;
}
div#page_name{
/*	float: left; */
	font-family: "courier new", mono;
/*	position:relative; */
	background-color: black;
	color: white;
	font-weight:bold;
	padding: 5px 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #b9b9b9;
	border-top: 2px solid #b9b9b9;
	width: 590px;
}

div#local_nav{
	width: 600px;
	position:absolute;left:250px;
/*	margin-bottom: -80px;
	border: 1px solid black;
*/
}

table.basic_table{
margin-top:10px;
border:0px solid blue;
}
table.basic_table td,th{
border:1px solid blue;
padding:3px;
}
table.embedded{
margin:0;
}
table.embedded td,th{
border:0px solid blue;
padding:0;
}
