/* =============================== */
/* == 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, dl, dt, dd, 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;
	}
	
/* --------------------- */
/* DEFINE NEW ATTRIBUTES */
/* --------------------- */

body {
	font: .75em/1.5em Helvetica, Arial, sans-serif;	
	}

/*  h1, h2, h3, h4, h5, h6, table,  */
	p, blockquote, ul, ol, dd, address, cite, samp {
		margin-bottom: 20px;
		}
	blockquote, ul, ol {
		margin-left: 30px;
		margin-right: 30px;
		}
	blockquote {
		font-style: italic;
		}
	cite {
		display: block;
		}
	h1 {
		font-size: 1.6em;		
		}
	h2 {
		font-size: 1.4em;				
		}
	h3 {
		font-size: 1.3em;			
		}
	h4 {
		font-size: 1em;		
		}	
	h5 {
		font-size: 1em;		
		}
	h6 {
		font-size: 1em;
		margin-bottom: 0;		
		}	
	ul {
		list-style-type: square;		
		}
	ol ol { /* Nested ordered list */
		list-style-type: lower-alpha;
		}	
	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;		
		}
	
/* -------------------------- */
/* COMMON SPECIFIC ATTRIBUTES */
/* -------------------------- */

.hidden {
	visibility: hidden;
	}
.end {
	width: 0;
	height: 0;
	clear: both;
	}
/* Author of a citation */
.author {
	margin-right: 20px;
	margin-left: 20px;	
	text-align: right;
	}
/* Note */
.note {
	font-style: italic;
	}
/* Publications */
.pub {
	font-style: italic;
	}
/* Generic Floats */
.f1 {
	float: left;
	margin: 5px 15px 5px 0;
	}	
.f2 {
	float: right;
	margin: 5px 0 5px 15px;
	}	
/* Types of lists */
li.myLink{
	font-size: 0.95em;
}
li.pdf {
	list-style-image: url(pdf.gif);
	}
li.msword {
	list-style-image: url(word.gif);
	}
li.jpeg {
	list-style-image: url(jpeg.gif);
	}
li.rss {	
	list-style-image: url(rss.gif);
	}

#column-1 .Normal {
	font-size: 1.0em;
	line-height: 1.5em; 
}
#column-2 .Normal {
font-size: 0.95em; 
line-height: 130%;
}



/* HUBSPOT STYLES */

/* black on white while in edit mode */
.mceEditorIframe {
background: #ffffff none !important;
}



