/* Default style sheet for amykaufman.net */
/* Author: Harry J. Saddler | hsaddler@pacbell.net */

body {
	font-family:Arial, Helvetica;
	width:1000px;
	margin:70px auto 0px auto;
	padding:0px 70px 0px 70px;
	text-align:left;
	}
	
#title {
	font-size:15pt;
	font-weight:bold;
	color:#282828;
	margin-bottom: 44px;
	}
	
#title:hover {
	color:black;
	text-decoration:none;
	}

#contentleft {
	width:200px;
	height:600px;
	padding:0px;
	float:left;
	padding-right:20px;
	}

#contentright {
	padding-top:2px; 
	font-size: 10pt; 
	line-height: 2px;
}

a {
	color:#484393;
	text-decoration:none;
	}

a:hover {
	color:#43436e;
	text-decoration:underline;
	}

#topmenu {
	font-size:10pt;
	font-weight:bold; 
	line-height:16px;
	margin-bottom: 92px;
	}
	
#bottommenu {
	font-size:10pt; 
	font-weight:bold; 
	}

#menu {
	color:#777;
	text-decoration:none;
	}

#menu.current {
	color:#222;
	}

#menu:hover {
	color:#222;
	text-decoration:none;
	}

#submenu {
	color:#777;
	text-decoration:none;
	padding-left: 20px; 
	font-size: 8pt;
	}

#submenu.current {
	color:#222;    
	}

#submenu:hover {
	color:#222;
	text-decoration:none;
	}

	
#caption {
	font-size:8pt;
	color:#484848;
	margin-top:96px; 
	padding-top:10px;
	margin-bottom: 12px;
	}
	
#navbuttons {
	margin-top:22px;
	margin-bottom: 44px;
	}

#thumbnail {
	padding:0px 24px 24px 0px;
	}
	
#thumbnailCaption {
	font-size:8pt;
	color:#484848;
	line-height: 11px;
}

#biolist {
	font-family:times;
	font-size: 10pt;
	color: #222;
	padding-bottom: 2px;
	}
	
#biolisthead {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 8px;
	color: #222;
	}
	
