body {
	font-family:  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;
	margin: 1px;
	/*text-align: center;*/
	}
	
		
/*typography*/
a
{
	text-decoration: none;
	color: #0000cc;
}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
	
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2
{
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #dd6d1e;
}
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;
	color: #000000;
	}
h5
{
	font-size: 1.0em;
	margin: 1.2em 0em 0em;
	font-weight: bold;
}
h6
{
	font-size: 1em;
	margin: 1.2em 0em 0em;
	font-weight: normal;
	font-style: italic;
}
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
{ 
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left: 24px;
	padding-left: 0px;
}

ol li
{
	font-size: 1.0em;
	line-height: 1.6em;
	margin-left: 0px;
	padding-left: 0px;
}
	
ul
{ 
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

p + ul
{
	margin-top: -1.2em;
}

ul li
{
	list-style-type: none;
	font-size: 1.0em;
	line-height: 1.6em;
	background-image: url(images/black_square_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	padding-left: 14px;
	
}

p
{
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}

table
{
	border-right: silver 0px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 0px solid;
}

td
{
	font-size: 0.9em;
	border-right: silver 1px solid;
	border-top: silver 0px solid;
	border-left: silver 0px solid;
	border-bottom: silver 1px solid;
	padding-right: 3px;
	padding-left: 3px;
}

table caption
{
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

h5+p
{
	margin-top: 0em;
}

h6+p
{
	margin-top: 0em;
}

li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
	
strong, b {
	font-weight: bold;
	}

.normal
{
	border-style:none;
	font-size: 1em;
}

.normal td
{
	border-style:none;
	font-size: 1em;
}

.imageAlignLeft
{
	margin-right: 8px;
}

.footnote
{
	font-size: 0.8em;
}

#locationsBoxList
{
	
}

.locationIndicatorBig
{
	margin: 0px;
	padding: 0px;
	position:absolute;
	/*background-color: #E58732;*/
}

.locationIndicatorBig a
{
	font-weight: bold;
	color: #FFFFFF;
}


.locationIndicatorBig a img
{
	margin: 0;
	padding: 0;
	width: 4px;
	height: 4px;
}
	


