#left {
	position:absolute; 
	left:0; 
	top:0;
	bottom:0; 
	width:240px;
	height:100%;
    background:rgb(50,50,50); 
	overflow:hidden; 
}

#header {
	position:absolute;
	top:0; 
	left:240px; 
	right:0;
	height:130px; 
	background: rgb(255,255,255); 
 	overflow:hidden; 
	z-index:6; 
	border-bottom: solid #aaaaaa;
}

#footer {
	position:absolute; 
	top: auto;
	bottom:0; 
	left:240px; 
	right:0; 
	height:70px; 
	overflow:hidden; 
	background:rgb(50,50,50); 
	color:#fff;
}

#content {
	overflow:auto; 
	position:fixed; 
	top:130px; 
	bottom:0; 
	left:240px; 
	right:0; 
	z-index:0;
}

* html body {     /*IE6 hack*/     
	padding: 80px 0 0 200px;
}

 /* html #content {  IE6 hack     
	height:100%;
	width:100%; 
}*/ 

* html #header, * html #footer {      /*IE6 hack*/  
	width:100%; 
}
p.pMin {
	padding:0;
}
#content p {
	padding:10px; 
} 

a.nav, a.nav:visited {
	color: rgb(150,150,150);
	display:block; 
	text-decoration:none; 
	border:1px solid rgb(50,50,50); 
	font-family: Times, "Times New Roman", serif; 
	font-style: italic;  
	font-size: 110%;
}   

a.nav:hover {
	color:rgb(255,255,255);
	background: rgb(180,180,180);
}
#hereColor {
	color:#fff;
}
#thereColor {
	color:#eee;
}
.padBoxHead {
	padding:25px 60px 0px 60px; /*top right bottom left */
} 
.padBoxLeft {
	padding:10px 0px 0px 10px;
}
.padBoxLeft p {
	background: rgb(66,66,66); 
	text-align: left;
	font-size: 75%;  
	width: 80%; 
	margin: 0 0 1% 10%;
	text-indent: 7%;
	line-height:200%;
}
.padBoxMain {
	padding:50px 60px 50px 60px;
}    
.fontMain {
	font-size: 100%;
	font-family: Times, "Times New Roman", serif;       
	line-height: 180%;
	text-align: justify;   
	/*letter-spacing: +1px; */
	/*opacity: 0.5;*/
}
.dropCap { 
	font-size: 175%; 
	font-style: italic; 
	letter-spacing: 0.05em;
	/*line-height: 1;  */
}
.louder { 
	font-size: 110%; 
	font-style: italic;
	color: rgb(255,0,0); 
	/*line-height: 1;  */
}

.headerText {
	color: rgb(180,180,180); 
	font-size: 250%;
	font-family: Times, "Times New Roman", serif; 
	font-style: italic;  
	letter-spacing: +6px;
} 
.footerText a, .footerText a:visited {
	padding:5px 0 0 0;
 	margin: 2% 25% 0 25%;
	color: rgb(150,150,150);
	background: rgb(66,66,66); 
	font-size: 125%;
	font-family: Times, "Times New Roman", serif; 
	font-style: italic;  
	letter-spacing: +3px;
	text-align: center;   
	display:block; 
	text-decoration:none; 
	border:1px solid rgb(76,76,76); 
} 
.footerText a:hover {
	color:rgb(255,255,255);
	background: rgb(180,180,180);
}
.sectionHead {
	color: rgb(170,170,170); 
	margin: 5px 0 5px 0;
	font-size: 150%;
	font-family: Times, "Times New Roman", serif; 
	font-style: italic;
}   
img.floatLeft { 
    float: left; 
    margin: 3% 4% 1% 1%; 
}
img.floatRight { 
    float: right; 
    margin: 3% 1% 1% 4%; 
}
div.floatR {
  	float: right;
  	margin: 2% 1% 1% 4%;
 	line-height:10%;
	display:block;
	border: black solid 1px;
}
div.floatR p { 
    line-height:10%;
   	text-align: center;
	font-size: 75%;
	display:block; 
}
div.floatL {
  	float: left;
  	margin: 2% 4% 1% 1%;
	line-height:0;
	border: black solid 1px;
}
div.floatL p {
	line-height:0;
   	text-align: center;
	font-size: 75%;
}
.author {
	text-align: right;  
	color: rgb(150,150,150);
	font-style: normal; 
	font-size: 150%;
	margin-right: 4%;
	position: absolute; 
	text-align: right;
	bottom: 10px;
	right: 60px;
}
.phrase {
	text-align: right;  
	color: rgb(150,150,150);
	font-style: italic; 
	font-size: 150%;
	margin-right: 4%;
	position: absolute; 
	text-align: right;
	bottom: 10px;
	right: 60px;
}
.affiliation {
	font-size: 66%;
	font-style: italic;
}
#bio {
	color: rgb(100,100,100);
	font-style: italic; 
	font-size: 80%;
	line-height: 140%;
	text-align: justify;   
}
#bioDropCap {
	font-size: 150%;
}
