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: #003E2D;
	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;
}
#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%;
}
#header  {
	width: 360px;
	padding-top: 10px;
	margin: 0px auto 10px auto;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	width: 46em;
}
/*typography*/
a {
	color: #000084;
}
a:visited {
	color: #7F9AC2;
}
a:hover {
	color: #F43200;
}
a:active {
	color: #F43200;
}
h1 {
	font-size: 2.6em; /*displays as 2em*/
	font-color: #003E2D;
	margin-left: 20px;
	padding: 0px;
}
h2 {
	font-size: 20pt; /*displays as 1.8em*/
	font-weight: bold;
	color: #0113A5;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	margin: 0px;
}
h3 {
	font-size: 2.1em; /*displays as 1.6em*/
	font-weight: bold;
}
h4 {
	font-size: 1.8em;
	font-weight: bold;
	margin-left: 20px;
	padding: 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;
	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;
}
.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 0px 10px;
}
.ct {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 60em;
}
.smallcaps {
	font-variant: small-caps;	
}