/* EMeyer reset styles */
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;
}
ol, ul {
	list-style: none;
}
ul {
	list-style-type: disc;
	margin: 1em 0 1em 2.2em;
}
ul.plain {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
	margin: 1em 0 1em 2.5em;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end EMeyer reset */

/* General styles */
body {
	line-height: 1;
	background-color: #fff;
	color: #000;
	font: normal 1em Times New Roman, Times, serif;
}
h1 {
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #000;
}
h2 {
	font: bold 115% Arial, Helvetica, sans-serif;
	color: #666;
}
h3 {
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000;
}
sup {
	vertical-align:super;
	font-size:75%;
}
sub {
	vertical-align:sub;
	font-size:75%;
}
.clear {
	clear:both;
}
#sizer .first {
	margin-left: 0;
	border-left: none;
}
/* links */
a {
	color : #347A9E;
	text-decoration : underline;
}
a:visited {
	color : #666;
}
#header a {
	text-decoration: none;
	color: #000
}
/* ************ fluid layout ************** */
#sizer {
	width: 100%;
}
/* ********** banner section ************ */
#header {
	text-align:left;
	font-size: 70%;
	margin: 5px;
}
#pagebanr {
	display: none;
}
#search {
	display: none;
}
#type {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #666;
	background: #ccc;
	width: 100%;
	text-align: left;
}
#type-pad {
	padding: 3px 5px;
}
#skip a {
	display: none;
}

/* ******* navigation column ******* */
#navcol {
	display: none;
}
/* *********** content ************ */
#content {
	text-align:left;
	font-size: 90%
}
#content p {
	margin:1em 0;
}
#content h3 + p {
	margin-top: 0;
}
.byline {
	font-weight: bold;
}
.date {
	color: #444;
}
.dateline {
	font-weight: bold;
	text-transform: uppercase;
}
.caption, .credit {
	font: normal 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.credit {
	font-style: italic;
}
.smallbody {
	font-size: 80%;
}

/* ********* images  *********** */
.pixLeft {
	margin : 0 .5em .3em 0;
	float: left;
	border: 0;
}
.pixRight {
	margin : 0 0 .3em .5em;
	float: right;
	border: 0;
}
/* ********** footer *********** */
#footer {
	display: none;
}
