html {
	font: 1em Arial, Helvetica, Verdana, sans-serif;
	margin-left: .5em;
	height: 100%;
}
#header {
	display: none ;
}
#nav {
	font-size: 1em;
	font-style: normal;
	font-weight: 500;
	color: #CC0066;
	margin-right: 0px;
	padding: 0px;
	width: 500px;
}

#nav a:link {
	color: #7D1525;
}
#nav a:visited {
	color: #CC0033;
}

#container{
	position: relative;
	height: 100%;
}
#content{
	position: relative;
	height: 90%;
}

#LeftCol {
	width: 90%;
}
#LeftCol #MainHead {
	font-size: 1.5em;
	color: #7d1525;
	font-weight: 700;
}
#footer {
	color: #7D1525;
	font-size: 10px;
	clear: both;
}
#LeftCol h2 {
	font-size: 1.5em;
	color: #7D1525;
	line-height: normal;
	vertical-align: bottom;
}
#LeftCol h3 {
	font-size: 1em;
	color: #7D1525;
	line-height: normal;
	vertical-align: bottom;
}
#LeftCol li {
	list-style-position: outside;
	list-style-type: square;
	line-height: 15px;
	padding-bottom: 8px;
}
#LeftCol .graphic_with_caption {
	font-family: Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000000;
}
#LeftCol .graphic_with_caption img {
	border: none;
}
#LeftCol tt {
	font-size: .75em ;
}
#LeftCol .quote {
	color: #7D1525;
	padding-left: 1em;
	padding-right: 3em;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
}
#rightcol {
	display: none;

}
acronym
{
	border-bottom: thin dashed #999;
}
.EmphasisRed {
	color: #D01F0E;
}
.emphasisRust {
	color: #7D1525;
}
.de-emphasis
{
	color: #999 ;
}