/* CSS Basic Document */
	/*** global ***/
		body {
			margin:0px auto;
			padding:0px;
			background:url(../images/tnbgtile4.jpg);
			background-attachment: fixed;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			line-height: 15px;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			color: #000000;
		}
		.bodyOutline {
			background:#000;
			width:750px;
			border-collapse:collapse;
		}
		a, a:link, a:visited, a:hover, a:active {
			text-decoration: none;
		}
		.link {
			font-weight: bold;
			color: #000000;
		}


<!--
a:link {color: #000000; }
a:active {color: #000000;  }
a:visited {color: #000000;  }
a:hover {color: #5d2a19;  }
-->

		
		
		
	/*** mantle area ***/
		.mantle img {
			margin-top:10px;
			width:700px;
			height:185px;
			border:1px solid #584e19;
		}
		/*** nav menu CSS ***/
			/*** menu ***/
				.menuShell {
					margin-top:5px;
					margin-left:15px;
				}
				.menuShell .menuItem,
				.menuShell .menuItem:link,
				.menuShell .menuItem:visited,
				.menuShell .menuItem:hover,
				.menuShell .menuItem:active {
					padding:1px 4px;
					height:17px;
					text-align:center;
					font-family:Arial;
					font-size:11px;
					color:#fc3;
					background:#000;
					margin:0 1px;
					float:left;
					text-decoration:none;
				}
				.menuShell .menuItemActive,
				.menuShell .menuItemActive:link,
				.menuShell .menuItemActive:visited,
				.menuShell .menuItemActive:hover,
				.menuShell .menuItemActive:active {
					color:#000;
					background-color:#fc3;
				}
				.menuShell .divider {
					font-size:0;
					line-height:0;
					margin:4px 1px;
					height:10px;
					border-left:solid 1px #fc3;
					float:left;
				}
		
			/*** submenu ***/
				.subMenuShell {
					display:none;
					position:absolute;
					padding:5px 0px;
					background:#fc3;
					border:1px solid #000;
				}
				.subMenuShell .subMenuItem,
				.subMenuShell .subMenuItem:link,
				.subMenuShell .subMenuItem:visited,
				.subMenuShell .subMenuItem:hover,
				.subMenuShell .subMenuItem:active
				{
					display:block;
					padding:2px 20px 2px 10px;
					font-family:Arial;
					font-size:12px;
					color:#000;
					text-decoration:none;
				}
				.subMenuShell .subMenuItemActive,
				.subMenuShell .subMenuItemActive:link,
				.subMenuShell .subMenuItemActive:visited,
				.subMenuShell .subMenuItemActive:hover,
				.subMenuShell .subMenuItemActive:active
				{
					background-color:#000;
					color:#fc3;
				}
				.subMenuShell .subMenuItemWithChildren,
				.subMenuShell .subMenuItemWithChildren:link,
				.subMenuShell .subMenuItemWithChildren:visited,
				.subMenuShell .subMenuItemWithChildren:hover,
				.subMenuShell .subMenuItemWithChildren:active {
					background-image:url(../uize/Uize_Widget_Tree_List/arrows-black-collapsed.gif);
					background-attachment:scroll;
					background-repeat:no-repeat;
					background-position:right center;
				}
				.subMenuShell .divider {
					font-size:0;
					line-height:0;
					margin:4px 4px;
					border-top:solid 1px #000;
				}

	/*** body content ***/
		.bodyContent {
			width:740px;
			background:#fff;
			border-collapse:collapse;
			margin-bottom:10px;
		}
		.bodyContent td {
			padding:10px;
		}
		/*** left column ***/
			.bodyContent td.left {
				width:450px;
				text-align:justify;
			}
			/*** headings ***/
				h1 {
					background:#ffcc33 none repeat scroll 0%;
					border:1px solid #000000;
					font-size:15px;
					text-align:center;
					padding:10px 5px 10px 5px;
					margin-top:15px;
				}
				h2 {
					font-size:12px;
					font-weight:bold;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					padding-bottom:4px;
					border-bottom:1px solid #ccc;
					margin-top:25px;
				}
				h3 {
					background: none repeat scroll 0%;
					border:0px solid #f79646;
					font-size:15px;
					line-height: 19px;
					padding:0px 0px 0px 0px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
				}
				h4 {
					background:#ffcc33 none repeat scroll 0%;
					border:0px solid #000000;
					font-size:15px;
					text-align:center;
					padding:5px 5px 5px 5px;
					margin-top:0px;
				}

		/*** right column ***/
			.bodyContent td.right {
				width:225px;
			}
			.menuLinksIframe {
				width:250px;
				height:4000px; NOTE: should be 1600 / Change back to 600
			}

/* CSS Text Document */
	.menu_link {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: 26px;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #000000;
		background-color:inherit;
		text-decoration: none;
	}
	
	.body_link {
		color:#ffffff;
		background-color:inherit;
	}
	.body_link:hover {
		text-decoration:none;
		color:#000000;
		background-color:inherit;
	}
	
	.scroll-bar {
		text-decoration:none;
		color:#000000;
		background-color:#000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}


