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, b, u, i, center, 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-size: 100%;
 vertical-align: baseline;
 background: transparent;
}

address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var { font-weight: normal; font-style: normal; }

ol, ul { list-style: none; }
	 
blockquote, q { quotes: "" ""; }
blockquote:before, blockquote:after,	q:before, q:after { content: ''; content: none; }
	 
:focus { outline: 0; }         /* remember to define focus styles! */
	 
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
	 
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0px; }

caption, th { text-align: left; }

/* --------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-size: 1.0em; }

a { color: #0000FF; background: transparent; outline: none; }
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }

body {
 background: #FDB813;
 color: Black;
 margin: 20px;
 padding: 20px;
 line-height: 1;
 text-align: center;
}

#bodyinner {
 border: 1px solid silver;
 background: White;
 color: Black;
 padding: 20px;
 width: 960px;
 margin: 0px auto;
}

#bodyleft {
		float: left;
		width: 67%;
		background: #FFFFFF;
		border-right: 1px solid silver;
		margin-right: 15px;		
  padding-right: 20px;
}

#bodyright p { text-align: right; }
#bodyright a { color: Blue; }

#bodyright h1 {
 font: bold 1.1em/1.6em Arial, Helvetica, sans-serif;
 margin-top: 0px;
 text-align: right;
}

strong { font-weight: bold; }

p { text-align: justify; padding-bottom: 1.4em; }
p, li { font: 1em/1.4em Calibri, Arial, Helvetica, sans-serif; }

p.close { padding-bottom: 0px; margin-bottom: 0px;}

ul { padding-bottom: 1.4em; margin-left: 2em;  list-style: disc; text-align: left;}

h1 { text-align: center; font: 2em/1em Calibri, Arial, Helvetica, sans-serif; padding-bottom: 1em; }
h2 { text-align: left; font: bold 1.4em/1em Calibri, Arial, Helvetica, sans-serif; padding-bottom: 3px; }

#footer { margin-top: 10px; text-align: center; font: .7em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; }

#footer a { color: #000000; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: underline; }

#logo {
 text-align: center;
 margin-bottom: 20px;
}

div.clear {
 clear: both;
}

