body {
	background-color: #DDDDDD;
}
/*#blackbg { background-color: black; }
*/
#crimson {
	background:url(background.jpg);
	background-size:1200px auto;
}
#centergray {
	background-color: #888888;	/*color: #590202;*/
}
#xsmalltext {
	font-size: x-small;
}
a {
	text-decoration:none;
	color: #333;
}

 a:link {
}
 a:visited {
}
 a:hover {
}
 a:active {
}
/*.blacklinks a:link {
	color: black;
}
.blacklinks a:visited {
	color: black;
}
.blacklinks a:hover {
	color: #FFFF66;
}
.blacklinks a:active {
	color: #FFFF66;
}*/
.floatrt {
	float: right;
}
.floatlt {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul {
	line-height: 1.5em;
}
/*h1, h2, h3 {
	Color: #111111;
	font-size:x-large;	*/
.headline {
	font-size:xx-large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	
}
.subheadline {
	font-size:x-large;
	color: #DDDDDD;
}
h1 {
	font-size:xx-large;
	line-height: 1.25em;
	font-family: Futura, Arial, Helvetica;
	color: #999;
}
h2 {

	line-height:130%;
}
.footnote {
	font-size:small;
	font-style: italic;	
}
.imgwcaption {
	font-size:x-small;
	border: thin solid #FFFFFF;
	line-height: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.smblurb {
	font-size:smaller;
}
.factable {
	vertical-align: top;
}
table.factable img {
	float:left;
	border: thin solid #DDDDDD;
	margin-right: 10px;
}

.facname {
	font-size: medium;
	color: #EEEEEE;
}

table.factable td {
	background-color: #777777;	
}
.facblurb {
	font-size: small;
	color: #DDDDDD;
	line-height: normal;
}
.facdept {
	font-size: small;
	color: #DDDDDD;
	line-height: normal;
	font-weight:bold;
}
.kl_rounded {
	
 	border-top-left-radius:2ex;
	border-bottom-right-radius:2ex;
/*  -moz-border-radius-topleft:2ex;
  -moz-border-radius-bottomright:2ex;
  -webkit-border-top-left-radius:2ex;
  -webkit-border-bottom-right-radius:2ex;*/
}
table td {
	vertical-align:top;

}
.imgwcaption {
	font-size:medium;
	border: thin solid #FFFFFF;
	padding: 10px;
}