@charset "utf-8";
/* CSS Document */
a:link{
	color: #800019;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #800019;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #666;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 1.8em;
	color: #800019;
	line-height: 0.9em;
}
h2 {
	font-size: 1.2em;
	color: #800019;
	margin-left: 4px;
	margin-right: 4px;
}
h4 {
	margin-left: 6px;
	font-size: 1.3em;
}
li {
	line-height: 150%;
	margin-top: 1%;
}

.emphasis {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #800019;
}
.articleHeader {
	font-size: 1.6em;
	color: #800019;
	background-color: #CCC;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom-color: #800019;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-left: 4px;
}

.oneColElsCtrHdr #container #mainContent table tr td h2 {
	background-color: #CCC;
	letter-spacing: 0.2em;
	padding: 4px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #800019;
	border-right-color: #2B0009;
	border-bottom-color: #2B0009;
	border-left-color: #800019;
}
.smallText {
	font-size: .6em;
}
.bulletSpecial {
	list-style-image: url(../images/portneyBullet.jpg);
}

.subHeadlines {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 7px;
	line-height: 1.5em;
}
.checksForLessNavBackground {
	background-color: #FFD9D9;
}
