﻿body {
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: arial, sans-serif;
		font-size: 12px;
	}	

	p {
		margin: 0;
		padding: 0;
	}
	
	a {
		text-decoration:underline;
	}	

	a:link {
		color:#000000;
	}

	a:visited {
		color:#000000;
	}	

	a:active {
		color:#EEEEE6;
	}	

	a:hover {
	text-decoration: none;
	}
	
	#topnav a:hover {
		color:silver;
		font-size:8pt;
	}

	#framework {
		position: relative;
		width: 720px;
		margin-top: 40px;
		padding: 0;
		background: url('images_nav/background.jpg') repeat-y;
		text-align: left;
		margin-left: auto;
		margin-right:auto;
}		

	#frameworkLeft {
		float: left;
		left: 0px;
		width: 10px;
		background: url('images/background_left.jpg') repeat-y 50% 0;
}

	#frameworkRight {
		float: right;
		left: 710px;
		width: 10px;
		background: url('images/background_right.jpg') repeat-y 50% 0;
}	

	#logoStack {
		width: 720px;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

	#navBar {
		width: 700px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		background: #908E83;
	}	

	#navLinksBox {
		float: none; 
		width: auto; 
		background: #908E832;
	}

	.navLinksBox {
		float: none; 
		width: auto; 
		background: #908E83;
	}	

	.navLinksBoxAll {
		border-bottom: 1px solid #B4AD81; /* AB border around lists */
	}

	#navLinks {
	z-index: 1000;
	height: 22px; /* AB remember to change height if text changes */;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	list-style: none;
	line-height: 14px;
	background: #908E83;
	text-align: center;
}

	#navLinks ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
		text-align: center;
	}

	#navLinks a {
	display: block;
	width: auto;
	margin: 0;
	padding: 3px 8px 5px 9px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	font-size: 11px;
	color: #000;
	background: #908E83;

}

	#navLinks a.active {
	color: #FFFFFF;
	background: #552B00;

}
	
	#navLinks a:hover {
		color: #FFFFFF;
		background: #534B46;

	}

	.first {
		margin-left: 40px;
	}

	#navLinks li { /* all list items */
		text-align: center;
		display: inline;
		float: left;
		width: auto; /* width needed or else Opera goes nuts */
	}

	#navLinks li ul { /* second-level lists */
		position: absolute;
		width: auto;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

	#navLinks li ul li { /* AB need to spec this level since list widths are auto - now menus will stack */
		float: none;
		display: inline;
		padding: 0;
		margin: 0;
		text-align: left;
	}

	#navLinks li ul ul { /* third-and-above-level lists */
		left: auto;
		position: absolute;
		margin: -1.5em 0 0 10em;
		width: 120px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
	}

	#navLinks li:hover ul ul, #navLinks li.sfhover ul ul {
		left: -999em;
	}

	#navLinks li:hover ul, #navLinks li li:hover ul, #navLinks li.sfhover ul, #navLinks li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		background: #534B46;
	}


	#contentSpacer {
		clear: both;
		width: 720px;
		height: 25px;
		text-align: center;
	}

	#contentSpacerWhite {
		clear: both;
		width: 700px;
		height: 25px;
		margin: 0px 0px 0px 10px;
		text-align: center;
		background: #FFFFFF;
	}

	#contentLeft {
		width: 224px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: left;
		/*background: #00CC00;*/
	}
		
	#contentLeftArea {
		margin: 0px 0px 0px 10px;
		padding: 0px 18px;
		/*background: #CCCCCC;*/
	}
	
	#contentRight {
		width: 494px;
		float: right;
		margin: 0;
		padding: 0;
		text-align: left;
		border-left: 2px silver ridge;
		/*background: #00CC00;*/
	}
	
	#contentRightArea {
		margin: 0px 0px 0px 0px;
		padding: 0px 18px;
		/*background: #0000CC;*/
	}
	
	#textIndexRight {
		font-size: 20px;
		line-height: 24px;
		margin-top: 15px;
	}

	#ShowTitle {
		tex-align: left;
		font-size: 15px;
		line-height: 18px;
		color: #565799;
	}

	#textIndexLeft {
		tex-align: left;
		font-family: georgia, serif;
		font-size: 16px;
		line-height: 24px;
		color: 000000;
	}
		
        .shadow {
            position: relative; 
            display: block;
        }

        .infoArea {
            height: 5em;
        }
                
        .information {
            width: 449px;
            display: none;
            padding: 0;
            margin: 0;
            position: absolute;
            /*background: #CC0000;*/
        }
        
        #footer {
	color:white;
	width: 720px;
	position: relative;
	font-size:8pt;
	margin-left:auto;
	margin-right:auto;

}

	.leftheader {
	/*border-bottom: solid 2px #908E83;*/
	margin-left: 15px;
	text-align:left;
	margin-bottom: 5px;
}