/* layout */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:rgb(163,46,19);
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
}
 
#header{
background-image:url(header.jpg);
 position:relative; 
 height:100px; 
 background-color:#fff; 
 width:100%;
} 
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:100%;
 padding:20px 0 20px 0;
 background-color:rgb(245,245,245);
 min-height:615px;
 height: auto !important;
 height: 615px;
 }
 
#footer{
 height:30px; 
 background-color:#fff; 
 clear:both;
 font: 10px verdana,sans-serif;
 padding:15px 0 0px 10px;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/***********/
/* content */
/***********/
a:link {color: rgb(163,46,19)}     /* unvisited link */
a:visited {color: rgb(92,32,17)}  /* visited link */
a:hover {color: rgb(213,74,39)}   /* mouse over link */
a:active {color: rgb(190,66,35)}   /* selected link */

.allTopics{
 margin: 10px 10px 0 10px;
}
.section {
 background-color:rgb(245,245,245);
 padding: 10px 20px 10px 20px;
}
.title {
font: 19px georgia,"Times New Roman",serif;	
color:rgb(163,46,19);
}
.subtitle{
font: 14px georgia,"Times New Roman",serif;	
color:rgb(75,163,19);
}
.subtitle p{
margin:0px 0 0px 0;
padding-bottom:10px;
}

.content {
	 font: 11px verdana,sans-serif;

}
.name{
font: 13px georgia,"Times New Roman",serif;	
color:rgb(56,130,190);
}
.name p {
	margin:10px 0 0px 0;
}
.uni{
font: 11px georgia,"Times New Roman",serif;	
color:rgb(163,46,19);
margin:-10px 0 -10px 0;
}
.presentationBrief{
font: 11px verdana,sans-serif;
color:rgb(75,163,19);
	
}
.presentationBrief p{
margin:0px 0 5px 0;
}
.bio p{
font: 11px verdana,sans-serif;
color:rgb(75,163,19);
margin:0px 0 5px 0;	
}	