@charset "utf-8";
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, 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;
	vertical-align: baseline;
	/* background: transparent; */
	font: inherit inherit 100% inherit;
}
/* remember to define an outline style! */
:focus {
	outline: 0;
}
body {
	color: #000000;
	font: 62.5% "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana;
	background-color: #fff;
}
#container {
	width: 100%;
	font-size: 1.2em;

}
#content  #leftColumn, 
#bgLines1,
#bgLines2,
#bgLines3, 
#footer, 
#header  form,
#content  #middleColumn  #quaternaryNav, #content #rightColumn {
	display: none;
}
#content #middleColumn {
	width: 95%;
}
#header {
	width: 95%;
	padding-bottom: 10px ;
}
p, table {
	margin-bottom:12px;
}
#content #middleColumn h1 {
	font-size: 1.5em;
	color: #000000;
	margin-bottom: 20px;
}
#content #middleColumn h2 {
	font-size: 1.1em;
	margin-bottom: 6px;
	font-weight: normal;
	padding-top: 6px;
}
#content #middleColumn ol {
	margin-left: 20px;
	list-style: decimal;
}
#content #middleColumn ul {
	list-style: disc;
	margin-left: 15px;
}
table td {
	border-right:1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	padding: 10px 6px;
	text-align: center;
}
table th {
	border-right:1px solid #DCDCDC;
	padding: 10px 6px;
	text-align: center;
}
select {
	border: 1px solid #D3D3D3;
	font: 1em "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana;
	padding: 1px 2px;
}

#rightColumnImage {
	display: none;
}
