body {
	padding-left: 11em;
  	font-family: Georgia, "Times New Roman", Times, serif;
  	color: black;
  	background-color: #ffffff 
	}

h1 {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
    text-align: center
	}

a:link {
  	color: blue }
a:visited {
  	color: purple }



.navbar {
  	position: absolute;
  	top: 85px;
  	left: 2%;
  	width: 140px;
  	background-color: #eeeeee;
	}
ul.navbar {
  	list-style-type: none;  
	}
ul.navbar li {
  	background: white;
 	margin: 0.5em 0;
  	padding: 0.3em;  	
  	border-right: 1em solid black ;
  	}  
ul.navbar a {
  	text-decoration: none 
  	}
.navbar a:visited {
	color: blue;
	}




.header {
	
	position: absolute;
	top: 0em;
	right: 2%;
	left: 225px;
	text-align: center;
	background-color: #eeeeee;
	height: 180px;
	width: 75%;
	}


.main {
	position: absolute;
	top: 180px;
	right: 2%;
	left: 225px;
	text-align: left;
	width: 75%;
	}
.main td {
	padding: 5px;
	}
	
.corner {
	position: absolute;
	top: 0em;
	left: 0em;
	}
	
	
	
.footer {
	position: absolute;
	bottom: 5%;
	}
p.footer {
	text-align: center;
	font-style: italic;
	}
	
	
.orgchart table {
	position: relative;
	top: 2em;
	}
.orgchart td {
	text-align: center;
	width: 200px;
	}
.orgchart a:link {
	color: blue;
	}
.orgchart a:visited {
	color: blue;
	}
td.leader {
	font-style: italic;
	padding-bottom: 1em;
	}
td.group {
	border-style: solid;
	font-weight: bold;
	margin-top: 2em;
	}


.mugshot {
	position: absolute;
	left: 420px;
	top: 220px;
	width: 200px;
	height: 300px;
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	}
.stats {
	position: absolute;
	top: 220px;
	left: 640px;
	text-align: center;
/*	border-style: solid;*/
	padding: 5px;
	width: 200px;
	height: 300px;	
	background-color: #efefef;
	}
.bio {
	position: absolute;
	top: 540px;
	right: 2%;
	left: 225px;
	width: 75%;
	text-align: left;
	}
	