/* style sheet */

/* defaults */
body {
	background-color: #eeeeee;
	font-family: serif, times, "times new roman";
}

h2, h3 {
	text-align: center;
	font-family: sans-serif, Verdana, sans, "sans serif";
}

/* links tabs/toolbar */
div.tabs {text-align: right; background-color: #dddddd;}

/* the border for people pages/main text boxes */
div.maintext {border:1px solid; background: #dddddd;}
img.photo {
	float: left;
       	margin: 7pt; /* margin between img and parent/siblings */
	padding: 2pt; /* internal padding between img and border */
       	border: 1px solid;
       	background: #f0f0f0;
}
/* padding from the edge of the parent div */
p.people {padding: 5pt; margin: 1pt;}
span.quals {font-variant: small-caps; font-size: 10pt;}

/* current tab */
span.tab {
	color: #cc8888;	
	background-color: #eadddd;
	padding: 0 5px 0 5px;
	margin-left: 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
/* other tabs */
a.tab {
	color: #990000;
	background-color: #eecccc;
	text-decoration: none;
	padding: 0 5px 0 5px;
	margin-left: 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
a.tab:visited { color: #cc0000; }
a.tab:hover { background-color: #ccaaaa; }

