html {
	font-size: 100.01%;
}
body {
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.1;
}
/*typography*/
a {
	color: #0000CC;
}
a:visited {
	color : #CC6699;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #ff0000;
}
h1 {
	font-size: 2.6em; /*displays as 2em*/
	font-weight: bold;
	margin: 0em 0em 0em 0em;
}
h2 {
	font-size: 2.4em; /*displays as 1.8em*/
	font-weight: bold;
}
h3 {
	font-size: 2.1em; /*displays as 1.6em*/
	font-weight: bold;
}
h4 {
	font-size: 1.8em; /*displays as 1.4em*/
	font-weight: bold;
}
h5 {
	font-size: 1.6em; /*displays as 1.2em*/
	font-weight: bold;
}
h6 {
	font-size: 1.3em; /*displays as 1em*/
	font-weight: bold;
}
img {
	border: 0;
}
p {
	font-size: 1.2em; /*displays as 0.9em*/
	margin: 1.2em 0em 1.2em 0em;
}
.footertext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.9em; /*displays as 0.7em*/
	line-height: 1.2;
}
.footertext a {
	color: #5A94E7; 
}
.footertext a:visited {
	color : #996699;
}
.footertext a:hover  {
	color: #EC5D71;
}
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
}
.narrow2{
	width: 50%;
	line-height: 1.5em;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.1em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
.leftphotoindent ol, ul, li {
	margin-left: 230px;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
ul.leftphotoindent {
	margin-bottom: 1.3em; 
}
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;
}
.indent {
	padding-left: 3em;
}
.normal {
	font-size: 1.2em; /*displays as 0.9em*/
	border: 1px solid #C6007B;
}
.normal td {
	border: 1px solid #C6007B;
}
.rt200 {
	float: right;
	margin-right: 200px;
	margin-left: 20px;
}
.rt {
	float: right;
	margin: 0px 20px 10px 20px;
}
.left {
	float: left;
	margin: 0px 20px 10px 0px;
}
.clearfloat {
	font-size: 1px;
	clear: both;	
}
