/* Reset */

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%;
	vertical-align: baseline;
}
body { line-height: 1; }
h1,h2,h3,h4,h5,h6 { clear: both; }
html { overflow-y: scroll; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
a:focus { outline: thin dotted; }
hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; margin-bottom: 1.714285714rem; }
img { border: 0; -ms-interpolation-mode: bicubic; }

/* Styles */

body { 
	text-align: center; 
	background: #FAFAFA; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	background-color: #356595;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #689fc8, #356595);
	background-image: -ms-linear-gradient(top, #689fc8, #356595);
	background-image: -webkit-linear-gradient(top, #689fc8, #356595);
	background-image: -o-linear-gradient(top, #689fc8, #356595);
	background-image: linear-gradient(top, #689fc8, #356595);
	padding-top: 11.42857143rem;	
}

img { margin: 1.714285714rem 0; text-align: left; display: block; }
a { color: #fff; text-tecoration: underline; }

div#main { width: 45%; text-align: left; margin: 0 auto; line-height: 1.5; font-size: 14px; color: #fbfbfb; overflow: show;}
div#main p.entext { width: 45%; min-width: 20rem; float: left; margin: 0 1.714285714rem 1.714285714rem 0; }
div#main p.detext { width: 45%; min-width: 20rem; float: left; margin: 0 0 0 0; } 