/* RESET RELOADED */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;		
}

/* remember to define focus styles! */

:focus
{
    outline: 0;
}

body
{
    line-height: 1;
    color: black;
    background: white;
}

ol, ul
{
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td
{
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}

blockquote, q
{
    quotes: "" "";
}

/* TINY MCE */

body{
	font-family: "Minion Pro", Georgia, "BPG Elite", serif;
	font-size: 14px;
	line-height: 160%;
	padding: 10px;
}

a{
	color: #e8112d;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

h1, h2{
	padding: 10px 0px;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
}

h3{
	padding: 7px 0px;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;	
}

h4{
	font-size: 18px;	
	line-height: 22px;	
	font-weight: normal;	
}

blockquote.single{
	background-color: #f5f5f5;	
	border: 1px solid #c0c0c0;
	margin: 10px 0px;
	padding: 10px 15px 10px 50px;
	background-image: url(images/lquote.png);
	background-position: 15px 10px;
	background-repeat: no-repeat;
	font-weight: bold;
}

blockquote.single p{
	padding-right: 35px;
	background-image: url(images/rquote.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.img{
	background-color: #e0e0e0;	
	border: 1px solid #c0c0c0;
	padding: 10px;
	padding-bottom: 0px;
	margin: 15px 15px 15px 0px;	
	font-style: italic; 
	float: left;
}

div.imgcenter{
	background-color: #e0e0e0;	
	border: 1px solid #c0c0c0;	
	width: 600px;
	padding: 10px;
	margin: 0px auto;
	font-style: italic;
	margin-bottom: 20px;
}

div.img img, div.imgcenter img{
	display: block;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

/* CONFERENCE */

div#conference{
	margin-top: 30px;
}

div#conference p{
	font-style: italic;
	margin-bottom: 14px;
}

div#conference blockquote{
	margin: 10px 0px 50px 0px;
	padding: 20px 30px 10px 50px;
	background-color: #f5f5f5;	
	font-weight: bold;
}

div#conference blockquote p{
	font-style: normal;	
}