.textBlock {
	background: #FE9619;
	padding: 5px 10px 10px 10px;
	height: 361px;
	float: right;
	width: 370px;
	overflow: hidden;
}
.textBlockFull {
	background: #FE9619;
	padding: 5px 10px 10px 10px;
	height: 361px;
	float: right;
	width: 630px;
}
#content h1 {
	font-size: 1.1em;
	color: #990316;
	padding: 0 0 10px 0;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	border-bottom: 2px dotted #FDAF53;
	float: none;
	display: block;
	margin: 0 0 10px 0;
}
#content .textBlock h1 {
	color: #990316;
	margin-top: 8px;
	text-transform: capitalize;
}
#content  .casepagetext h1 {
	color: #FDA640;
}
#content h2 {
	font-size: 0.8em;
	color: #990316;
	margin: 0 0 2px 0;
	padding: 0px;
	line-height: 1.6em;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#content h2 a{
	color: #990316;
	text-decoration: none;
}
#content h2 a:hover {
	color: #FFF;
}
#content h3 {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff125;
}
#content h4 {
	font-size: .9em;
	color: #FFF;
	margin: 0px 0px 5px;
	padding: 0px;
	line-height: 1.4em;
}
#content p {
	font-size: 0.7em;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 0px;
	line-height: 1.6em;
}
#content p a{
	color: #fff9a8;
	text-decoration: none;
	font-weight: bold;
}
#content p a:hover{
	color: #FFF;
	text-decoration: none;
}
.textBlock ul {
	margin: 0px 0px 0px 30px;
	padding: 0;
	border-top: 2px dotted #FCB058;
	font-size: 0.8em;
	list-style: none;
}
.textBlock ul li  {
	color: #FDC896;
	border-bottom: 2px dotted #FBB15C;
	display: block;
	padding: 0;
	text-decoration: none;
}
.textBlock ul li a {
	color: #FFF;
	display: block;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	border-left: 9px solid #FD9725;
}

.textBlock ul li a:hover {
	border-left-color: #990316;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.EmphasisText {
	font-weight: bold;
	color: #FDE9CC;
	font-style: italic;
}
.RedBold {
	font-weight: bold;
	color: #990316; 
}
#optgroup {
	line-height: 1em;
	color: #FD9725;
}
#content hr {
	border: 0;
	color: #FDA640;
	background-color: #FDA640;
	width: 100%;
	text-align: center;
	padding: 0;
}

.introtext {
	background: url(images/bg-intro-red.gif) no-repeat center center;
	float:left;
	width:230px;
	height: 356px;
	padding:10px;
	background-color: #FE9619;
}
#content .introtext h1{
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	margin: 100px 0px 10px 0;
	letter-spacing: .3em;
	line-height: 1.2em;
}
#content .introtext p{
	padding: 0px 10px;
	text-align: justify;
}
#content .introtext p a {
	color: #FF9;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: .8em;
}
#content .introtext h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 0.6em;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	border-top: 2px dotted #FCB058;
	padding: 10px 0px 0px;
	color: #ffd880;
}