

/* ----- MCC  INNER PAGE SPECIFIC STYLESHEET ------*/

/* ------------------------------------------- */
/* -- specific styles -- */

body {
	line-height: 1.25;
	font-family:Arial, Tahoma, Verdana;
	font-size:9pt;
}
td.MainContent { 
	width: 595px;
	background: #fff;
}

table.ContentBoundingBox {
	width: 760px;
	margin: 0 auto;
	clear: both;
}
/* ------------------------------------------- */
/* -- Heading Styles -- */
h1, h2, h3, h4 {
	font-family: Arial, Tahoma, Verdana, sans-serif; 
	font-weight: bold;
	color: #003365;
	margin: 10px 10px 10px 0;
}
h1 {
	margin: 5px 10px 10px 0;
	font-size: 18px;
	border-bottom: 2px solid #FFCC00; 
}
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

h2.gold, h3.gold, h4.gold { color: #DE9E08; }

/* ------------------------------------------- */
/* -- LSB styles -- */

td.LSB {	
	background: #e7e8e9;
	width: 165px;
}

/* -- tier 1 -- */
#lsbwrapper ul {
	list-style:none;
	/*padding: 20px 0 0 0;*/
}

#lsbwrapper ul li {
	border-bottom: #c5d4e4 1px solid;
}

#lsbwrapper ul li.Container {
	/* support for container pages goes here */
}

#lsbwrapper ul li a {
	text-decoration: none;
	color: #003366;
	padding: 2px 5px 2px 10px;
	display:block;
}

#lsbwrapper ul li a:hover {
	background: #B8C8D9;
}

/* -- tier 2 -- */
#lsbwrapper ul ul {
	margin: 0;
	padding:2px 0 2px 0;
	background:#004b96;
	list-style:none;
	border-top: none;;
	width:165px;
}
#lsbwrapper ul li li {
	border: none;
	padding:1px 0;
}
#lsbwrapper ul li li.Container {
	/* support for container pages goes here */
}

#lsbwrapper ul li li a {
	padding: 0 0 0 10px;	
	font-size:8pt;
	width:155px;
	background:#004b96;
	display:block;
	color:#ffffff;
	text-decoration:none;
	overflow:hidden; /* some links were written with underscores, this will hide the extra instead of breaking the left nav */
}
#lsbwrapper ul li li a:hover {		
	color:#ffcc00;
background: none;
}

/* -- tier 3 -- */

#lsbwrapper ul ul ul{
	margin: 0;
	background:#003366;
	list-style:none;
	width:165px;
}

#lsbwrapper ul li li li.Container {
	/* support for container pages goes here */
}

#lsbwrapper ul li li li a {
	background:#003366;
width: 140px;
padding-left: 20px;
}

/* ------------------------------------------- */
/* -- Content Area styles -- */

.cookieCrumb {
font-size: 8pt;
}

#fixedinnercontentwrapper {
	padding: 3px 10px 20px 10px;
	width: 575px;
}

#fixedinnercontentwrapper p {
	padding-bottom: 15px;
}

#fixedinnercontentwrapper ol,
#fixedinnercontentwrapper ul {
	padding: 0 0 0 40px;
	margin: 13px 0 13px 0;
}
#fixedinnercontentwrapper ol ol,
#fixedinnercontentwrapper ul ul{
	padding: 0 0 0 40px;
	margin: 0;
}

