@charset "UTF-8";

/* Reset everything before we start */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: arial, sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1.4em; }

table, table.conf_table { border-collapse: collapse; border-spacing: 10px; margin-bottom: 50px; }
td { border: 1px solid #E1E1E1; padding: 10px; border-collapse: collapse; }

/* Specific styles */
h1 { font-size: 170%; margin-bottom:10px;}
h2 { font-size: 190%; margin-bottom:15px; font-weight:bold;}
h3 { font-size: 140%; margin-bottom:10px;}
h4 { font-size: 105%; margin-bottom:10px;}

p { font-size: 100%; margin-bottom: 2.0rem; }

p.tagline1, p.tagline2 { font-size: 100%; margin-bottom: 1.5rem; }

div.header-banner { min-height: 20px; }
div.nav { display: none; }
div.two-thirds.column { width: 96%; }
div.footer { margin-top: 10px; }