body {
	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.*/
	color: #000;
	background-color: #fff;
	/*margin-left:10%;*/
	margin:0;
	padding:0;
	margin-right:10%;
	margin-left:10px;
	}
#header {
	margin:0 0 20px 0;
}

#header img {
	margin:0;
	padding:0;
}

#nav {border:1px solid #ccc; margin:0; padding:0;}
#nav li
{
margin: 0 -2em;
padding: 0 2.35em 0 0;
list-style-type: none;
list-style-position:outside;
}

#nav h2 {
	padding-left:10px;
}

.left {
  float: left;
  width: 30%;
  }

.right {
  float: right;
  width: 65%;
  }

table, th, td {border: 1px #000 solid; border-collapse:collapse;}

#noborder table {border-style:none; border-width:0;}

table {
 	margin:1em 0;
 }
 
 img {
 	margin:1em 20%;
 }
 
 #map img {
 	margin:1em 0;
 }
 
 table th {
 	font-weight:100;
	text-align:left;
 }
 
 table tr.mainHeadings th {
 	background-color:#CCCCCC;
 }
 
 table tr.totals th {
 	background-color:#CCCCCC;
	text-align:right;
	font-weight:bold;
 }
 
 table tr.totals td {
 	background-color:#CCCCCC;
 	font-weight:bold;
 }
 
 
table caption {
	font-weight:bold;
	font-size:1.25em;
	text-align:center;
} 

#noborder td {border-style:none; border-width:0;}

th {vertical-align: top; text-align:left; padding:3px;}

td {vertical-align: top; padding:3px;}

caption {font-weight:bold; font-size:larger; padding-bottom:10px; text-align:left;}

.gray {color:#000; background-color:#ccc;}

/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #00C;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyond summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}	
h2.subtitle {
	font-size: 1.7em;
	margin: -.1em 0em 1.2em 0em;
	font-weight: normal;
	border-bottom:1px #999 dotted;
	}
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 {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}

ol, ul {
	margin-bottom:1em;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
	
p.identification {
	text-align:right;
}

li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}	
table, th, td {
	font-size: 1.0em;
	}
	
th.rowHead {
	font-weight:bold;
	vertical-align:middle;
}

th.sectionHead {
	color:#FFFFFF;
	background-color:#000000;
	font-weight:bold;
}

th.columnHead {
	text-align:center;
	font-weight:bold;
}

th.financeRowHead {
	text-align:left;
	padding-right:3em;
	border:none;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

th.financeTotalRowHead {
	text-align:left;
	font-weight:bold;
	padding-right:3em;
	border:none;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}


td.financeData {
	text-align:right;
	border:none;
	border-right:1px solid #000;
}

td.financeTotalData {
	text-align:right;
	border:none;
	border-right:1px solid #000;
	border-top:1px solid #000;
	font-weight:bold;
}


td.financeData span.financeDataSymbol {
	text-align:left;
}

td {
	text-align:center;
	vertical-align:middle;
}


div.inpageAnchor {
	width:100%;
	margin:0;
	padding:0;
	height:0;
}

div.inPageAnchor a {
	font-size:1px;	
}

p.stateID {
	text-align:right;
}