/* CSS Document for content styles */

.tblTitle, .tblTitle td{
	text-align:left;
}
.tblTitle td.title, .tblTitle td.title div {
	margin:0;
	line-height:87%;
}
.tblTitle td.title {
	color:#FFF;
	font-size:2.4em;
	font-weight:bold;
}
.tblTitle td.title div {
	/* meant for second line */
	height:1.1em;
	color:#abb4bd;
	font-size:0.7em;
	font-weight:normal;
}
.tblContent {
	/* table specific properties */
	margin:1em 0;
}

.tblContent, .tblContent td, tblContent tr, .breadCrumb {
	font-size:1em;
	text-align:left;
}

.tblContent .contentArea {
	/* this cell specifically defines our content cell */
	width:56em;
	/*min-height:100em;*/
	min-height:38em;
	overflow-x:hidden;
	padding-top:5em;
	padding-right:6.5em;
	background-color:white;
}

.tblContent .contentArea, .breadCrumb, .tblContent .topArea {
	text-align:left;
	padding-left:6.5em;
}

/* Bread crumbs */
.breadCrumb {
	height:2.3em;
	color:#a90f36;
	padding-top:1em;
	background-color:#EBEBEB;
}

.breadCrumb a {
	color:#666;
}

/* Left navigation blocks */
.outerLeftNav{
	background-color:#1D2C3B;
}
.outerLeftNav_dark {
	background-color:#121C25;
}
.outerLeftNav, .outerLeftNav_dark {
	width:18em;
	margin:0 0 1em 0;
}
.outerLeftNav div.inner, .outerLeftNav_dark div.inner {
	border:solid 1px #385572;
}
.outerLeftNav div.inner p, .outerLeftNav_dark div.inner p{
	/* for content inside of the left nav */
	padding:0 0.5em;
}
.outerLeftNav, .outerLeftNav div.inner, .outerLeftNav_dark, .outerLeftNav_dark div.inner {
	color:white;
	padding:0.3em;
}
.outerLeftNav div.inner img, .outerLeftNav_dark div.inner img {
	/* mean for our red text */
	text-align:center;
}
div.inner div.ad {
	padding:1em;
}
/*******************left navigation********************/
.outerLeftNav .inner .leftNav {
	padding:1em;
	text-align:left;
	min-height:10em;
}
.outerLeftNav .inner .leftNav a {
	/* links */
	color:#89A9C9;
}
.outerLeftNav .inner .leftNav a.selected {
	/* current link */
	color:white;
}
.outerLeftNav .inner .leftNav div {
	/* div that surrounds links */
	padding:0.5em 0;
}
#subpageNav {
	background:url('/resource/images/bg_non_leftnav_aflogo.gif') bottom right no-repeat #1D2C3B;
}
.listItem
{
	background-image:url(/resource/images/login_listitem_block.jpg); 
	background-repeat:no-repeat; 
	background-position:left;
	text-align:left;
	padding-left: 5px;
}
.FAQs_Header {
	border-bottom:1px #999999 dotted;
	color:#B71740;
	font-size:13px;
	font-weight:900;
	margin-bottom:-5px;
	padding-bottom:3px;
	display:block;
}