/* =============================== */
/* == COMMON ELEMENT ATTRIBUTES == */
/* =============================== */

/* RESET DEFAULT ATTRIBUTES */
html, body, div, form, input, textarea, select, h1, h2, h3, h4, h5, h6, p, blockquote, q, table, tr, td, caption, fieldset, legend, address, site, samp, img, ul, ol, li, hr {
	margin: 0;
	padding: 0;	
	}
div, tr, td, caption, fieldset, legend {
	text-align: left;
	}
table, img {
	border: none;
	}
table {
	border-spacing: 0;
	border-collapse: collapse;
	}
td {
	border: 1px solid #9D0F0E;
	padding: 10px;
	}

	
/* DEFINE NEW ATTRIBUTES */
body {
	font: .8em/1.5em Helvetica, Arial, sans-serif;	
	}
	h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, table, address, cite, samp {
		margin-bottom: 20px;
		}
	blockquote, ul, ol {
		margin-left: 40px;
		margin-right: 40px;
		}
	blockquote {
		font-style: italic;
		}
	cite {
		display: block;
		}
	h1 {
		font-size: 1.8em;	
		margin-bottom: 0;	
		}
	h2 {
		font-size: 1.6em;
		}
	h3 {
		font-size: 1.4em;
		}
	h4 {
		font-size: 1.2em;		
		}	
	h5 {
		font-size: 1.1em;		
		}
	h6 {
		font-size: 1em;
		margin-bottom: 0;		
		}	
	ul {
		list-style-type: square;		
		}	
	hr {
		height: 1px;		
		margin: 10px 0 20px 0;	
		}
	address {
		font-style: normal;
		}		
	caption {
		padding-bottom: 3px;
		text-align: left;
		font-weight: bold;
		}
	table {		
		word-wrap: break-word;
		}	
	th {
		text-align: left;
		padding: 3px;	
		}
	td {
		empty-cells: show;
		padding: 3px 20px 3px 3px;
		vertical-align: top;	
		
		}	
	fieldset {		
		margin-bottom: 15px;
		padding: 15px;		
		}
	
/* CUSTOM DESIGN TAGS */

.bio {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #000;
	padding: 5px;
	}

/* COMMON ID/CLASS ATTRIBUTES */
.hidden {
	visibility: hidden;
	}
.end {
	clear: both;
	}
/* Author of a citation */
.author {
	margin-right: 40px;
	margin-left: 40px;	
	text-align: right;
	}
/* Note */
.note {
	font-style: italic;
	}
/* Publications */
span.pub {
	font-style: italic;
	}
/* Generic Floats */
.f1 {
	float: left;
	margin: 5px 15px 5px 0;
	}	
.f2 {
	float: right;
	margin: 5px 0 5px 15px;
	}
/* Final paragraph */
p.last {
	margin-bottom: 0;
	}	
/* Types of lists */
li.pdf {
	list-style-image: url(../../images/icons/pdf.gif);
	}
li.msword {
	list-style-image: url(../../images/icons/word.gif);
	}
li.jpeg {
	list-style-image: url(../../images/icons/jpeg.gif);
	}
li.rss {	
	list-style-image: url(../../images/icons/rss.gif);
	}
