			a, a:visited, a:active {
				text-decoration: none;
				color: green;
			}
			a:hover {
				text-decoration: underline;
				color: green;
			}

			H1 {
				font-size: 20px;
				text-indent: 10px;
				margin-left: -10px;
				margin-right: -10px;
				display: block;
				color: #666666;
				border-bottom: 1px solid #CCCCCC;
				text-transform: lowercase;
			}
			H2 {
				font-size: 14px;
				display: block;
				margin-bottom: -15px;
				text-transform: lowercase;				
			}
			H3 {
				text-indent: 3px;
				font-size: 13px;
				margin-left: 15px;
				display: block;
				margin-bottom: -15px;
				background-color: #F0E3E3;
				text-transform: lowercase;											
			}
			.invertedText {
				background-color: #FEFFFF;
				font-weight: bold;
				display:block;
				text-align:left;
				text-indent: 5px;
				margin-bottom:5px;
				margin-top:5px;
			}
			#menuTable {
				text-align:center;
			}
			div#topLayer {
				background-color: #F8F8F8;
				position:absolute;
				left:20px;
				top:20px;
				width:600px;
				height:100px;
				z-index:1;
				border-top-width: 2px;
				border-right-width: 2px;
				border-bottom-width: 1px;
				border-left-width: 2px;
				border-top-style: solid;
				border-right-style: solid;
				border-bottom-style: solid;
				border-left-style: solid;
				border-top-color: #000000;
				border-right-color: #000000;
				border-bottom-color: #000000;
				border-left-color: #000000;
				background-image: url(istreet_red.jpg);
			}
			div#menu {
				position:absolute;
				left:20px;
				top:120px;
				width:150px;
				height:130px;
				z-index:2;
				border-top-width: 0px;
				border-right-width: 1px;
				border-bottom-width: 1px;
				border-left-width: 2px;
				border-top-style: solid;
				border-right-style: dashed;
				border-bottom-style: solid;
				border-left-style: solid;
				border-top-color: #000000;
				border-right-color: #000000;
				border-bottom-color: #000000;
				border-left-color: #000000;
				background-color: #FAFAFA;
				
			}
			div#menu td {
				text-transform: lowercase;
			}
			div#underMenu {
				position:absolute;
				left:20px;
				top:250px;
				width:150px;
				height:270px;
				z-index:4;
				border-top-width: 0px;
				border-right-width: 1px;
				border-bottom-width: 2px;
				border-left-width: 2px;
				border-top-style: solid;
				border-right-style: dashed;
				border-bottom-style: solid;
				border-left-style: solid;
				border-top-color: #000000;
				border-right-color: #000000;
				border-bottom-color: #000000;
				border-left-color: #000000;
				background-color: #F8F8F8;				

			}
			
			div#content {
				position:absolute;
				left:170px;
				top:120px;
				width:450px;
				height:400px;
				z-index:3;
				border-top-width: 0px;
				border-right-width: 2px;
				border-bottom-width: 2px;
				border-left-width: 0px;
				border-top-style: solid;
				border-right-style: solid;
				border-bottom-style: solid;
				border-left-style: solid;
				border-top-color: #000000;
				border-right-color: #000000;
				border-bottom-color: #000000;
				border-left-color: #000000;
				background-color: #F8F8F8;
				overflow: auto;
				
				scrollbar-face-color: #F1F1F1;
				scrollbar-highlight-color: #FCFCFC;
				scrollbar-shadow-color: #F5F5F5;
				scrollbar-3dlight-color: #F8F8F8;
				scrollbar-arrow-color: #CCCCCC;
				scrollbar-track-color: #FCFCFC;
				scrollbar-darkshadow-color: #F3F3F3 
			}
			div#content p {
				margin-left: 15px;
				line-height: 1.3em;

			}
			div#content img {
				border: 1px solid #000000;
			}
			body {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;

			}
			div {
				font-size: 10px;
				color: #000000;
				text-align: left;
			}
			.largeBoldText {
				font-size: 24px;
				font-weight: bold;
				color: #000066;
			}
			
			.menulines{
				text-indent: 5px;
				font-size: 10px;
			}
			
			.menulines a{
				text-decoration:none;
				color:green;
			}
			div#content {
				padding: 10px;
			}
			div#underMenu table {
				padding: 0px;
			}
			div#underMenu b {
				letter-spacing: 1px;
			}
			div#content b,strong{
				letter-spacing: 1px;
			}
			div#rightFloat {
				position: relative;
				left: 10px;
				float: right;
				z-index:10;
				/*margin: 0 5 5 5 px;*/
			}
