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;
	margin: 0px;
	padding: 0px;
}
/*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;
	font-weight: bold;
	color: #870A0A;
}
h3 {
	font-size: 2.1em; /*displays as 1.6em*/
	font-weight: bold;
	margin-bottom: 25px;
}
h4 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
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;
	background-color: #eeeeee;
}
.footertext a {
	color: #5A94E7; 
 }
.footertext a:visited {
	color : #8C1515;
}
.footertext a:hover  {
	color: #FF0000;
}
a {
	color: #5a94e7;
}
a:visited {
	color : #8C1515;
}
a:hover  {
	color: #FF0000;
}
ul.list, ol.list{
	font-size: 1.2em;
	margin-right: 20px;
	margin-left: 40px;
	padding: 0px;
}
ul.list li, ol.list li{
	margin-right: 20px;
	margin-left: 20px;
}
.rt {
	float: right;
	margin-left: 10px;
}
#content {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	}
.indent {
	padding: 10px;
	text-align: left;
}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	

ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
li > p {
	margin-top: 0.2em;
	}
#nav {
	margin-right: 10px;
	margin-top: 25px;
	float: left;
}
strong, b {
	font-weight: bold;
	}
.lft {
	padding: 0px;
	clear: left;
	float: left;
	margin-top: 10px;
	margin-right: 28px;
	margin-bottom: 10px;
	margin-left: 18px;
}
.tbl {
	font-size: 1.2em;
}
.tbl td 	{
	padding: 4px;
}