@charset "utf-8";
/* CSS Document */

body {
	background:none;
	color:#000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	margin: 7px 0 0 0;
	padding: 0;
}
#logo {
	display:inline;
	}
#container {
	background:#fff;
	width:auto;
}
#header {
	display:none;
}

/* left column */
#content-left-col {
	display:none;
}
/* right column */ 	
#content-right-col {
	display:none;
}
/* main column */	
#content-main {
	width:auto;
}
/* footer */ 	
#footer {
	display:none;
}
#print-page {
	display:none;
	}
/*typography*/
a {
	color: #0e609f;
	text-decoration: underline;
}
a:hover {
	color:#c15316;
	text-decoration: underline;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
strong, b {
	font-weight: bold;
}
/* table styles */

tr.regionHeader {
background-color:#000;
color:#FFF;
font-weight:bold;
}

tr.header {
background-color:#333;
color:#FFF;
font-weight:bold;
}

tr.division {
background-color:#ccc;
color:#000;
}

tr.content {
color:#000;
}