/* CSS Document */

/* ----------------------------------------------------------------------
 * BASIC STYLES:
 * ---------------------------------------------------------------------- */
html,body {
	/*height: 100%;*/
	}
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,table,tr,th,td,form,blockquote,p {
	margin: 0;
	border: 0;
	padding: 0;
	}
ol,ul {
	padding-left: 20px;
	}
table {
	border-collapse: collapse;
	empty-cells: show;
	}
th {
	text-align: left;
	font-weight: normal;
	}
th,td {
	vertical-align: top;
	}
th input, td input {
	margin-right: 5px;
	}
a img {
	border: 0;
	vertical-align: text-bottom;
	}
li a { /* not sure which is best */
	vertical-align: baseline;
	/* vertical-align: bottom; */
	}



/* ----------------------------------------------------------------------
 * TOOLS:
 * ---------------------------------------------------------------------- */
.debug {
	display: none;
	}
.nostyle {
	display: none;
	}
#skipnav {
	display: none;
	}
.allClear {
	clear: both;
	height: 1px;
	}



/* ----------------------------------------------------------------------
 * TYPOGRAPHY:
 * ---------------------------------------------------------------------- */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	}
h1,h2,h3,h4,h5,h6 {
	line-height: 1em;
	}
#Container {
	/* Override in site-specific settings */
	font-size: 1em;
	line-height: 1em;
	}
table,th,td {
	font-size: 1em;
	line-height: 1em;
	}
a {
	font-size: 1em;
	line-height: 1em;
	}
abbr {
	border: none;
	}
code {
	font-family: "Andale Mono", Monaco, monospace;
	}



/* ----------------------------------------------------------------------
 * CENTER THE PAGE:
 * ---------------------------------------------------------------------- */
body {
	text-align: center;
	}
#Container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}


