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: #A20000;
	line-height: 1.3;
	text-align: left;
}
#all {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	background-color: #FFFFFF;
}
#header  {
	margin: 0px auto 10px auto;
	padding-top: 10px;
	width: 559px;
}
.headertext {
	width: 161px;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid black;
	line-height: 1.55;
	float: left;
}
#nav {
	font-size: 1.3em;
	margin-right: auto;
	margin-left: auto;
	width: 40.7em;
	margin-bottom: 5px;
}
#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%;
}
#content {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: left;
	clear: both;
}
/*typography*/
.clear {font-size: 1px; height: 1px; clear: both}
a {
	color: #851917;
}
a:visited {
	color: #48701A;
}
a:hover {
	color: #B67574;
}
a:active {
	color: #B67574;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	text-align: center;
	color: #A20000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #A20000;
	margin-left: 20px;
}
h3 {
	font-size: 1.8em; 
	color: #851917;
	margin-left: 20px;
	padding: 0px;
}
h4 {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	padding: 0px;
	color: #A20000;
}
h5 {
	font-size: 1.3em; /*displays as 1em*/
	color: #4a721c;
	margin-left: 20px;
}
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.75em;
	padding-bottom: 1px;
	clear: both;
}
.footertext a {
	color: #851917;
}
.footertext a:visited {
	color: #48701A;
}
.footertext a:hover {
	color: #B67574;
}
.footertext a:active {
	color: #B67574;
}
strong, b {
	font-weight: bold;
}
.indent {
	padding-left: 3em;
}
.list ul, .list li {
	font-size: 1.2em;
}
.lft {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.rt {
	padding: 0px;
	clear: both;
	float: right;
	margin: 0px 10px 10px 20px;
}
.photocaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.lm {
	margin-left: 10px;
	margin-top: 20px;
}
.rm {
	margin-right: 10px;
	margin-top: 20px;
}
.tbl {
	margin-left: 20px;
}
.tbl td {
	font-size: 1.2em;
	padding: 10px;
}
.editorial {
	border: 1px solid #A20000;
	border-collapse: collapse;
	padding: 0px;
}
.editorial td, .editorial th {
	font-size: 1em;
	border: 1px solid #A20000;
	padding: 5px;
}
.headerleft {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
}


