html {
	font-size: 100.01%;
	text-align: center;
}
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: #FFCC00;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	text-align: left;
}
#all { /* all content within this */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 95%;
	background-color: #FFFFFF;
	padding: 0px;
	position: relative;
}
#bl {
	background-image: url(/images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
#br {
	background-image: url(/images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#tl {
	background-image: url(/images/tl.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#tr {
	background-image: url(/images/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
#logo  {
	position: absolute;
	left: 30px;
	top: 0px;
}
#tagline {
	color: #663399;
	font-size: 1.8em;
	font-style: italic;
	position: absolute;
	left: 136px;
	top: 75px;
	margin: 0;
	padding: 0;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 143px;
	top: 133px;
}
#first {
	position: absolute;
	left: 143px;
	top: 205px;
	z-index: 100;
	margin: 0;
	padding: 0;
}
/*typography*/
a {
	color: #000084;
}
a:visited {
	color: #7F9AC2;
}
a:hover {
	color: #F43200;
}
a:active {
	color: #F43200;
}
h1 {
	font-size: 2.1em;
	color: #663399;
	margin-left: 20px;
	padding: 0px;
}
h2 {
	font-size: 1.8em;
	color: #663399;
	margin-left: 20px;
}
h3 {
	font-size: 2.1em; /*displays as 1.6em*/
	font-weight: bold;
}
h4 {
	color: #003399;
	font-size: 1.8em;
	font-weight: bold;
	margin: 60px 0 0 30px;
	padding: 0px;
	font-style: italic;
}
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;
	margin-right: 20px;
	margin-left: 20px;
}
.footertext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

strong, b {
	font-weight: bold;
}
.indent {
	padding-left: 3em;
}
.tbl {
	border: 1px solid #851917;
	border-collapse:collapse;
	font-size: 1.2em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.left {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0;
	clear: right;
}
.tbl td {
	border: 1px solid #851917;
	padding: 2px;
}
.tbl p {
	font-size: 1.2em;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.list ul, .list ol, .list li {
	font-size: 1.2em;
	margin: 0 20px 0 20px;
}
.list2 ul, .list2 ol, .list2 li {
	font-size: 0.83em;
	/*margin: 0 20px 0 20px;*/
}
.rt {
	float: right;
	margin: 0px 20px 20px 10px;
}
.ct {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 60em;
}
.smallcaps {
	font-variant: small-caps;	
}
.clearfloat {
	clear: both;
	font-size: 1px;
}