.noticeBox {
border: 1px dashed #CC9900; 
background-color: #FFE5B2;
padding: 5px;
}

td.main {padding: 0.3cm}

div.root {margin-left: 1cm}
div.lvl2 {margin-left: 2cm}
div.lvl3 {margin-left: 1cm}
div.lvl4 {margin-left: 1cm}

.heading	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(/images/wall.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: inline;
						width: 974px;
						height: 170px;
						margin: 0; 
						padding: 0;
						float: center; 
			}

/* NAVIGATION BUTTONS */
			.menu {
						height: 30px;
						width: 595px;
			}
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(/images/btn_hover.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: inline;
						width: 85px;
						height: 38px;
						margin: 0; 
						padding: 2;
						float: center; 
			}
			.cssnav a {
						display: block;
						color: black;
						font-size: 12px;
						width: 85px;
						height: 30px;
						display: block;
						float: left; 
						text-decoration: none;
						text-shadow: red 0.5em 0.7em0 0.6em;
			}
			.cssnav a:hover {
						color: #ffffff;
			}

			.cssnav img {width: 85px; height: 38px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: relative;
						float: left; 
						left: 25px;
						top: -26px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 20px;
						height: 14px;
						text-align: center;
			}
			/* END OF NAVIGATION */