html {
	font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-left: 20px;
	height: 100%;
}
#header {
	margin-top: 20px;
	border: none;
}
#nav {
	font-size: 14px;
	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: 545px;
}
#LeftCol #MainHead {
	font-size: 24px;
	color: #7d1525;
	font-weight: 900;
}
#footer {
	color: #7D1525;
	font-size: 10px;
	clear: both;
}
#LeftCol h2 {
	font-size: 24px;
	color: #7D1525;
	line-height: normal;
	vertical-align: bottom;
}
#LeftCol h3 {
	font-size: 18px;
	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: 12px;
}
#LeftCol .quote {
	color: #7D1525;
	padding-left: 20px;
	padding-right: 60px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
#rightcol {
	width: 273px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	position: absolute;
	left: 598px;
	top: -10px;

}
#rightcol h2 {
	font-size: 12px;
	color: #333333;
}
#rightcol .quote {
	color: #7D1525;
	padding-right: 30px;
	padding-left: 12px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #7D1525;
font-size: 11px;
}
acronym
{
	border-bottom: thin dashed #999;
}
.EmphasisRed {
	color: #D01F0E;
}
.emphasisRust {
	color: #7D1525;
}
.de-emphasis
{
	color: #999 ;
}