	BODY {
		margin: 0px;
		padding: 0px;
	}

	#pageDiv {
		position: relative;
		z-index: 1;
		width: 725px;	
	}

	#topMenu {
		display: none;
	}
		#topMenu A {
			display: none;
		}
		#topMenu A:hover, #topMenu A.active {
			display: none;
		}
	
	#topBanner {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	#introHeadline {
		display: none;
	}


	#Content {
		position: relative;
		z-index: 1;
		width: 725px;
		vertical-align: top;
			background: none;
	}
		#Content #left {
			width: 431px;
			float: left;
			vertical-align: top;
			text-align: left;
			padding-left: 28px;
			padding-right: 25px;
		}		
			#Content #left H1 {
				display: inline;
				margin: 0px;
				padding: 0px;
				font-family: Arial;
				font-size: 20px;
				color: #d38c0e;
				text-decoration: none;
				font-weight: bold;
			}
			#Content #left H2 {
				display: inline;
				margin: 0px;
				padding: 0px;
				font-family: Arial;
				font-size: 12px;
				color: #717171;
				text-decoration: none;
				font-weight: bold;
			}
			#Content #left #Mtext {
				font-family: Arial;
				font-size: 11px;
				color: #5a5252;
				line-height: 17px;
			}

			#location {
				display: none;
			}
			#location A {
				display: none;
			}

			#backtop {				
				display: none;
			}
				#backtop A {
					display: none;
				}
				#backtop A:hover {
					display: none;
				}

		#Content #right {
			display: none;
		}



	#leftMenu {
		display: none;
	}
	#leftMenu UL {			
		display: none;	
	}
		#leftMenu #second {			
			display: none;
		}		
		#leftMenu UL LI A {
			display: none;		
		}
			#leftMenu UL LI A.active {
				display: none;
			}
		#leftMenu #second LI A  {	
			display: none;
		}
			#leftMenu #second LI A.active  {					
				display: none;
			}							
		



	.iItem {
		font-family: Arial;
		font-size: 11px;
		color: #717171;
		text-decoration: none;
		font-weight: normal;
	}
		.iItem IMG {
			display: none;
		}
		.iItem H1 {
			margin: 0px;
			padding: 0px;
			font-family: Arial;
			font-size: 11px;
			color: #e99500;
			text-decoration: none;
			font-weight: bold;
		}


	#poll {
		display: none;
	}
		#poll A {
			display: none;
		}
		#poll A:hover {
			display: none;
		}


	#footerDiv {
		position: relative;
		z-index: 1;

		width: 725px;
		border-top: 2px solid #d0d0d0;
		padding-top: 8px;
		padding-left: 13px;
		padding-right: 16px;
			font-family: Arial;
			font-size: 10px;
			color: #717171;
			text-decoration: none;
			font-weight: normal;
	}
		#footerDiv #left {
			float: left;
		}
		#footerDiv #right {
			float: right;
		}


	.clear{
		clear:  both; 
		height: 0px; 
		overflow: hidden;
	}
	html[xmlns] .mozclear
	{
		/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
		 * this up as well. Shouldn't be a problem, Opera should handle this fine,
		 * but it's a Mozilla-targeted hack, and it should probably only affect
		 * mozilla. You can do that by replacing the INVALID CSS selector
		 * :root .mozclear for what's give here.
		 */
		border-bottom: 1px solid;
		border-color: transparent;
		margin-bottom: -1px;
	}

