/* Person Pages  -  Screen Only */


A:HOVER {
    background-color : Navy;
    color : White;
}
img
{  border-style: none;
}
BODY {
    background : #FFFF99;
     
}

h1
{
    margin-left: 160px;
}

.JT {
    float: right;
    font-family: Arial;
    font-size: 8pt;
    line-height : 150%;
    text-align : right;
}  /* 'Jump To' and 'Back To Top'   */
#JumpTo{
    height : 100;
    text-align : right;

}
#welcome {
    background-color : #CCFFFF;
}


.NH{
    cursor: default;
} /* Crew List Text - No Hand  */
 .printonly {
    display:none;
} /* Do not show data to be printed - probably line breaks  */

.LU {
    text-align : left;
    float: left;
    font-size: 80%;
}  /* Last Updated   */

div#footerleft {
	float: left;
	text-align: left;
	width: 310px;
	margin-left: 2px;
	padding-top: -2px;
	font-size: 80%;

}
div#footermiddle {
	font-size: 100%;
    margin: 0px;
    text-align : center;
    padding-right: 310px;


}
div#footerright 
{
    font-size: 80%;
	float: right;
	width: 310px;
	text-align: right;
	margin-right:5px;

}



/* ----- Iconize specific styles ----- */
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pdf.gif) no-repeat center right;
}
a[rel~='external'] {
	padding-right: 18px;
	background: transparent url(icons/icon_external.gif) no-repeat center right;
}



