/********************************************
* Content styles							*
********************************************/
#left-column h1 {
	font-family: 'Arial Narrow',Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding-top: 5px;
	color: #CC0000;
	font-weight: bold;
	text-transform: normal;
	display: block;
	clear: both;
}

#left-column h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #000000;
	display: block;
	clear: both;
}

#left-column h3,h4,h5,h6 {
	text-transform: none;
	font-size: 1.2em;
	color: #000000;
	display: block;
	clear: both;
}

#left-column p {
	font-size: 1.2em;
	line-height: 150%;
}

#left-column a {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px solid #EBEBEB;
}

#left-column a:hover {
	text-decoration: none;
	border-bottom: 1px solid #CC0000;
}

#left-column em {
	color: #006699;
}

#left-column ul li {
	list-style: disc;
	font-size: 1.2em;
	line-height: 130%;
	padding-bottom: 10px;
}

#left-column .table-column ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#left-column .table-column ul li {
	list-style: none;
	line-height: 105%;
}

#left-column .table-column ul li ul {
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#left-column .table-column ul li ul li {
	list-style: none;
	line-height: 105%;
	font-size: 0.95em;
}

#left-column .table-column h1 {
	margin-left: 40px;
	color: black;
	
}

#left-column p.page-subnav {
	color: #666666;
	font-weight: bold;
}

#left-column p.page-subnav a {
	color: #006699;
	text-decoration: underline;
	border-bottom: none;
	font-weight: normal;
}

#left-column p.page-subnav a:hover {
	color: #FF6600;
	text-decoration: underline;
	border-bottom: none;
	font-weight: normal;
}

#left-column .highlightred {
	color: #CC0000;
}