/**************************\
  Personal CSS Template
  Designer: Jim Rohal
  URL:      pages.wooster.edu/~jrohal
  Date:     4 Dec 2006
\**************************/

body,	html {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
}

body {
	min-width: 720px;
}
	
/**************************\
  Page Structure
\**************************/	
	
	
#content {
	margin: 10px auto;
	width: 720px;
}
	
#header { 
	margin: auto; 
	width: 480px;
	height: 235px; 
}

#nav table {
	border: none;
	width: 100%;
}
    
#nav tr {
	height: 82px;
}

#nav td {
	text-align: center;
	vertical-align: bottom
}

#navtext {
	background-color: white;
	color: #4169E1;
	width: 720px;
	text-transform: uppercase;
	text-align: center;
	border: none;
}

#navtext ul {
	padding-right: 25px;
}

#navtext li {
	padding: 9px;
	display: inline;
}
        
#main {
	width: 720px;
	background: url('images/bkgd.png');
}

#main h1 {
	text-align: center;
}

#main a:link {
	color: #4169E1;
	background-color: white;
}

#main a:visited {
	color: #4169E1;
	background-color: white;
}

#main a:hover {
	color: black;
	background-color: #00BFFF;
}

#footer {
	max-width: 720px;
	max-height: 25px;
	background: url('images/bottomrounded.png') no-repeat;
	text-align: center;
}

#footer p {
	padding: 6px;
	font-size: x-small;
}

#footer a:link {
	color: white;
	background-color: transparent;
}

#footer a:visited {
	color: white;
	background-color: transparent;
}

#footer a:hover {
	color: white;
	background-color: #00BFFF;
}

#contactform {
	margin-left: 30px;
	width: 80%;
}

#contactform label {
	display: block; 
	float: left; 
	width: 150px; 
	padding-right: 5px; 
	text-align: right; 
	font-weight: bold;
}

/**************************\
  Classes
\**************************/ 

.imgheader {
	margin: auto; 
}

.info {
	text-align: center;
	padding: 0 15px 0 15px;
}

.profilepic {
	float: right;
	margin-left: 15px;
}

.about {
	text-align: justify;
}

div.figure {
	text-align:center;
	width: 220px;
	border: 1px solid silver;
	margin: 0 15px 15px 0;
}

div.figure p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}

p.research {
	font-size: large;
	margin: 0;
}

p.subtitle {
	font-size: medium;
	font-style: italic;
	margin: 0;
}

p.location {
	font-size: small;
	color: gray;
	background-color: transparent;
	margin: 0;
}

p.description {
	text-align: justify; 
}

/**************************\
  Links
\**************************/ 

a {
	text-decoration: none;
}

a:link {
}
 
a:visited {
}
  
a:hover {
}  
    
/**************************\
  Other styles
\**************************/ 

img {
	border-style: none;
}

p {
	margin: 15px;
}