/*	Styles pertaining to the content areas	*/

#content p	{	text-align: justify;	}
									
#content q	{	font-style: italic;	
			}									
									
#content a	{	text-decoration: none;	
				color: rgb(0,0,204);
			}
															
#content a:hover		{	text-decoration: underline;	}							

							
#content h2	{	color: rgb(204,51,0);	}
							
#content h3	{	color: rgb(51,51,51);	
				font-size: medium;
				margin: .25em 0em .25em;
				padding: 0em;
			}				
/*
#content h2, #contentBody h3	{	max-width: 410px;	}			
*/				
			
.caption	{	text-align: center;
				font-size: x-small;
				margin-top: 0em;
				padding: 1em;
				background-color: rgb(102,153,204);
				color: rgb(255,255,255);
			}
			
.biographicalInfo	{	font-size: smaller;	
						color: rgb(153,153,153);
					}
					
address	{	font-style: normal;	
			display: block;
		}
