html, body{height:100%}
.fullheight{height:100%}

.bodytext { font-size: 8pt; line-height: 150%; }

.bodytext2 { font-size: 8pt; line-height: 150%; text-align:justify; }

.smalltext { font-size: 8pt; line-height: 140%; }

.bodynorm { font-size: 9pt; }

.dropdown { color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }

.arttext {  font-size: 10pt; line-height: 150%; }

.dirtext {  font-size: 9pt; line-height: 150%; }
a.dirtext:link { color:#553322; text-decoration: none;}
a.dirtext:visited { color:#553322; text-decoration: none; }
a.dirtext:active { color:#553322; text-decoration: underline; }
a.dirtext:hover { color:#CC0000; text-decoration: underline; }

.dirsmtext {  font-size: 8pt; line-height: 150%; }
a.dirsmtext:link { color:#553322; text-decoration: none;}
a.dirsmtext:visited { color:#553322; text-decoration: none; }
a.dirsmtext:active { color:#553322; text-decoration: underline; }
a.dirsmtext:hover { color:#CC0000; text-decoration: underline; }

.nobinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #553322;
}

.nobbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 5px 0px 0px;
	background-color: #882222;
}

@media print {
  .printable {display:block}
  .unprintable {display:none}
} 

#alpha { 
/* padding:5px; */
font-weight: bold;
margin-top: 2px;
}

#alpha a:link, #alpha a:visited { 
	background: #FFFFFF;
	padding: 2px;
	text-decoration: none; 
	color: #553322;
}

#alpha a:hover { 
	background: #FFFF88;
	padding: 2px;
	text-decoration: none; 
	color: #CC0000;
}
.seo-paragraph {
	height:auto;
	background-color:#663366;
	border:#C96 solid 1px;
	padding:12px;
	text-align:left;
	color:#FFF;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 150%;

}
.seo-paragraph h1 {
	font-size:16px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 35em;
}

#nav a {
	display: block;
	width: 35em;
}

#nav li {
	float: left;
	width: 35em;
}
#nav li ul {
	position: absolute;
	width: 35em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}