body {
        font-family: arial, helvetica, sans-serif ;
        background: #005060 ;
	color: #daa520 ;
        margin-left: 5px ;
        margin-top: 5px ;
        margin-bottom: 5px ;
        margin-right: 5px 	
}
/*	Link in active tab */
a.actv:link, a.actv:visited, a.actv:active { 
	color: #daa520 ; 
	font-weight: bold ;
	text-decoration: none 
}
a.actv:hover { 
	font-weight: bold ;
	color: #ffd700 
} 
/*	Link in passive tab */
a.alert:link, a.alert:visited, a.alert:active { 
	color: #f65318 ; 
	font-weight: bold ;
	text-decoration: none 
}
a.alert:hover { 
	font-weight: bold ;
	color: #f68418 
} 
/*	Link in passive tab */
a.pass:link, a.pass:visited, a.pass:active { 
	font-weight: bold ;
	color: #daa520 ; 
	text-decoration: none 
}
a.pass:hover { 
	font-weight: bold ;
	color: #ffd700 
}
/*	Table cell for passive tab */
td.passcell {
	background: #005060 ;
	width: 15% ;
	text-align: center
}
/*	Table cell for active tab */
td.actvcell {
	background: black ;
	width: 15% ;
	text-align: center
}
/*	Table cell for passive tab - Side pad */
td.passpad {
	background: #005060 ;
	width: 10% ;
	text-align: center
}
/*	Table body - continuation of active tab */
td.actvtopp {
	background: black ;
	color: #deb887 ;
	vertical-align: top
}
/*	Table body - Front page */
td.front {
	background: black ;
	color: #deb887 ;
	vertical-align: center
}
table.actvtable {
	background: black ;
	height: 100% 
}
table.actvtopp {
	background: black ;
	color: #deb887 
}
/*	Indented paragraph - used in statement */
p.stat:first-line { margin-left: 0.5in } 
/*	Small type paragraph */
p.sm { 
	font-size: small ;
	text-align: center
} 
/*	Small type Link  */
a.sm:link, a.sm:visited, a.sm:active { 
	font-size: large ;
	color: #deb887  
}
p.order {
	font-size: large ; 
}
p.order:first-line { margin-left: 0.5in } 
p.ordersig {
	font-size: large ; 
	text-align: left ;
	margin-left: 1in
}
hr.order{ color: #deb887 }
img.v { 
    border-style: solid ; 
    border-width: 1px ;
    border-color: #daa520
}
.leftbox{
	margin:  0 10px 0 0 ;
	padding: 0 10px 0 0 ;
	float: left;
}
.rightbox {
	margin:  0 0 0 10px ;
	padding: 0 0 0 10px ;
	float: right;
}

.bioitem {
    padding:  10px 0 10px ;
    clear: both;
}
