

/* ----- MSMC INTERIOR PAGES and 2 COLUMN STYLESHEET ------*/

td.MainContent {
        width:751px;
        padding:0 0 20px 10px;
        font-size:9pt;
}
td.LSB {
	width:229px;
        padding:0 0 20px 10px;
}

/* ---------------------------------------- */
/* Generic interior styles ----------------*/
/*
a:hover {
	color:#e6cd45;
}
*/
p {
	margin-bottom:10px;
}
.MainContent ul {
	margin:0 0 10px 30px;
}
.MainContent ul ul {
	margin-bottom:0;
}
.MainContent li {
	padding:2px 0;
	line-height:1.2; /* for very long li's this will keep them spaced better */
}
.MainContent ol {
	margin:0 0 10px 37px;
}

/* -------------------------------------- */
/* Interior page new header styles */
#headerwrapper {
	margin-bottom:0; /* overwriting previous styles from home */
}
#intheaderwrapper {
	height:128px;
	background:#fff url('/images/system2008/section colors/yellow-header-bar.gif') repeat-x 0 0;
        margin-bottom:11px;        
}
#intheadercontent {
        padding:0 0 0 10px;
        width:990px;
}
#int-branding { /* branding image on 2-3 column templates */
	float:left;
        margin-right:10px;
	margin-top:10px;
}
#area-title {
        margin:10px 0 5px 0;
}
#intheadercontent h2 {
	color:#333399;
	font-weight:normal;
	font-size:15pt;
}
#cookiewrapper {
	font-size:8pt;
	color:#888;
	margin-bottom:10px;
}
#cookiewrapper a {
	color:#888;
	text-decoration:none;
}
#cookiewrapper a:hover {
	color:#000;
}

/* Left Side Bar Styles */
.navlist {
        list-style:none;
        margin-top: 5px;
}
.navlist li {
        padding:0 0 4px 0;
        line-height:1.2;        
}
.navlist a {
        color:#888;
        text-decoration:none;
        font-size:8pt;
        display:block;
        width:229px;
        padding:2px 0 3px 10px;
        background:url('/images/system2008/lsb_bullet.gif') no-repeat 0 7px;
}
.navlist a:hover,
.navlist .Active a {
        background-color:#eaeaf5;
        color:#333333;
        text-decoration:none;
}

/* Left Side Bar Styles without classes for truncated navigation*/

td.LSB ul	{
	list-style: none;
	/*width: 238px;*/
}

td ul a	{
	color: #333399;
	font-size: 9pt;
}

/*
td ul a:hover	{
	color: #333399;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
*/

/* 2nd tier styles */
.subnavlist {
        list-style:none;
        padding-top:5px;
}
.subnavlist li {}
.navlist .subnavlist a {
        color:#000;
        background:none;
}
.subnavlist a:hover,
.subnavlist .Active a {
        /*font-weight:bold;*/
        color:#333399;
        background:none;
        text-decoration: underline;
}

/* 3rd tier styles */
.subnavlist .subnavlist li {}
.navlist .subnavlist .subnavlist a {
        color:#000;
        background:none;
        font-weight:normal;
        width:209px;
        padding:0 0 0 30px;
        text-decoration: none;
}
.subnavlist .subnavlist a:hover,
.subnavlist .subnavlist .Active a {
        font-weight:normal;
        color:#333399;
        background:none;
        text-decoration: underline;
}

