BODY
{	
	/* Behavior: url(StyleFiles/csshover.htc); */
	margin:0px;
} 
/* THIS IS NEEDED FOR THE CNN NEWS FEED */
 p
{
	display:inline;
	height:0px;
}
img
{
	border:none;
}
* {
	font-family: Tahoma, Arial, Helvetica, 'Times New Roman';
	font-size: 10pt;
	color: #000000;   /* was #75807A (light gray */
}

/***********************************************************************
	 MAIN MENU STYLES
************************************************************************/

ul 
{
	margin-top:0;
	margin-bottom:0;
}

	/* the menu */
	ul.menu,li.menu,li.folder,a.menu,a.submenu {
		display:block;
		margin:0;
		padding:0;
		border:0;
		background-color:#A19C7C;
	}

	ul.menu {
		width:180px;
		margin-right:16px;
		border:1px solid #75807A;
		background:#F1F7F4; /* this is the color for the menu items that have sub menu  Was: #F1F7F4 */
		list-style:none;
	}

	li.menu, li.folder
	{
		position:relative;
		padding:1px;
		padding-left:0px; /* was 26 */
		/*background:url("images/item_moz.gif") no-repeat;*/
		z-index:9;
	}
		/*li.folder	{ background:url("images/item_folder.gif") no-repeat; }*/
		li.folder ul {
			position:absolute;
			left:150px; /* IE */
			top:0px;
		}		
			li.folder>ul { left:180px; } /* others */

	a.menu, a.submenu
	{
		text-align:left;
		padding:2px;
		background-color:  #FFFFFF;
		border:1px solid white;
		border-color:#A19C7C;
		border-width:1px;
		text-decoration:none;
		color:#000000;/* Was originally #75807A */
		width:100%; /* IE */
	}
		li>a.menu,li>a.submenu { width:auto; } /* others */

	li a.submenu {
		background:url("../Images/FolderArrow.bmp") right no-repeat #FFFFFF;
		color:#000000;/* Was originally #75807A */
	}

	/* regular hovers75807A */
	
	a:hover, li.folder a.submenu:hover, div.PageSubMenu a:hover,  
	div.SiblingMenuHeader a:hover, div.SiblingMenu a:hover
	{
		background-color:#a02601
		color:#000000;/* was #d3bd6b */
	}
	div.SiblingMenu a.Selected
	{
		background-color:#75807A;
		color:#FFFFFF;/* was  */
	}
	li.folder a.submenu:hover
	{
	/*	background-image: url("../Images/FolderArrow2.bmp");*/
		background: url("../Images/FolderArrow2.bmp");
		background-position:right;
	}
			
		li.folder a.menu:hover, a.submenu:hover
		{
			background-color:#a02601; /* was #a02601 and is used for: the background color of menu items that do not have a sub folder   */
			color:#000000;/* was #d3bd6b is the color of the TEXT within a folder */
		}
	
	/* hovers with specificity */
	
	li.folder:hover
	{
		z-index:10; }		
		
	ul ul.menu, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	}		

.UpperLeftCorner
{
	background-position: left top;
	background-image: url(browncorner_upleft.bmp);
	background-repeat: no-repeat;
}

.UpperRightCorner
{
	background-position: top right;
	background-image: url(browncorner_upright.bmp);
	background-repeat: no-repeat;
}

/*************************************************************

	 HEADINGS - 

**************************************************************/

.H1
{
	font-size:14pt;
	font-weight:bold;
}

.H2
{
	font-size:12pt;
	font-weight:bold;
}

.H3
{
	font-size:10pt;
	font-weight:bold;
}

.H4
{
	font-size:12pt;
	font-weight:bold;
	color:Navy;
}
.H2B
{
	font-size:12pt;
	font-weight:bold;
	color:Red;
}

