/* ============================================ 
PART 0: STANDARD RESET
============================================ */
/* Parts of Eric Meyer's standard CSS reset */

html, div, span, form, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, font, img,
strong, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td,
hr small i sup br p I SUP{
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family: inherit;
	vertical-align: top;
  line-height: 17px;
}
ul, li {
	font-size: 13px;
  line-height: 20px;
}
th, strong {
  font-weight: bold;
}

/* ===================================================
STEP 0: BASIC DEFINITIONS
======================================================*/

/* General */

body {
	background-color: white;
	font-size: 14px;
	/*font-family: Times New Roman, Georgia, Times;*/
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 17px;
}

#body {
	width: 970px;
	/*margin: 1em auto 1em 1em;*/
	margin: 0.8em auto;
}


h1 { font-size: 19px; font-weight: bold; }
h2 { font-size: 18px; font-weight: bold; }
h3 { font-size: 17px; font-weight: bold; }
h4 { font-size: 16px; font-weight: bold; }
h5 { font-size: 15px; font-weight: bold; }
h6 { font-size: 14px; font-weight: bold; }

h1 a { text-decoration: none; color: black; }
h2 a { text-decoration: none; color: black; }
h3 a { text-decoration: none; color: black; }
h4 a { text-decoration: none; color: black; }
h5 a { text-decoration: none; color: black; }
h6 a { text-decoration: none; color: black; }

h1 a:hover { text-decoration: underline; }
h2 a:hover { text-decoration: underline; }
h3 a:hover { text-decoration: underline; }
h4 a:hover { text-decoration: underline; }
h5 a:hover { text-decoration: underline; }
h6 a:hover { text-decoration: underline; }

.line_filler {
	line-height: 2px;
}

/* Content/body div which includes left and body (and right if used) */

#content {
	margin-top: 2px;
	color: black;
	vertical-align: top;
}

#content_table {
	width: 1024px;
	padding: 0;
}
#sidebar, #sidebar a {
	color: green;
	text-decoration: none;
	font-size: 10px;
}
