/** PNG Transparency Fix **/
 img, div, ul, li { behavior: url('/css/iepngfix.htc'); }

  		body {
  			margin: 0px;
  			padding: 0px;
  			position: relative;
  			background: #c1b28e url('../images/page-left-bg.gif') repeat-y top left;
  			font-family: Arial, Helvetica;
  			font-size: 12px;
  		}
  		a {
  			text-decoration: none;
  			color: #516699;
  		}
  		a:hover {
  			text-decoration: underline;
  		}
  		a:active {
  			color: #f1741f;
  		}
  		div.clear {
  			clear: both;
  		}
  		
  		img.logo {
  			margin: 5px 0px 0px 3px;
  			width: 481px;
  			height: 57px;
  			float: left;
  		}
  		img.city {
  			float: right;
  			margin: 60px 5px 0px 0px;
  		}
  		div#TopColumn {
  			width: 100%;
  			position: relative;
  			background: url('../images/top-right-bg.gif') repeat-x top left;
  			height: 330px;
  		}
  			div#LeftTop {
  				width: 890px;
  				height: 330px;
  				background: url('../images/top-left-bg.gif') repeat-x top left;
  				margin: 0px;
  				float: left;
  				position: relative;
  			}
  				div#LeftTop h1 {
  					margin: 5px 0px 5px 5px;
  					font-size: 18px;
  				}
  				div#LeftTop .TopImg {
  					position: absolute;
  					left: 0px;
  					top: 100px;
  				}
  			div#RightTop {
  				height: 330px;
  				width: 5px;
  				background: #fff;
  				float: left;
  				margin: 0px;
  			}
  			div#Menu {
  				height: 26px;
  				position: absolute;
  				left: 0px;
  				bottom: 0px;
  				line-height: 26px;
  				padding-left: 10px;
  				color: #fff;
  			}
  			div#Menu a {
  				color: #fff;
  			}
  		
  		div#MidColumn {
  			position: relative;
  			width: 100%;
  			height: 100%;
  		}
  			div#LeftMid {
				width: 890px;
				height: 100%;
				position: relative;
  			}
  			div#LeftMid .top {
  				width: 890px;
  				height: 18px;
  				background: url('../images/mid-top-bg.gif') no-repeat top left;
  			}
  			div#LeftMid .content {
  				width: 870px !important;
  				width: 890px;
  				height: 100%;
  				background: url('../images/mid-mid-bg.gif') repeat-y top left;
  				padding: 20px 10px;
  			}
  			div#LeftMid .foot {
  				width: 890px;
  				height: 20px;
  				background: url('../images/mid-bot-bg.gif') no-repeat top left;
  			}
  			div#TopMid {
  				height: 5px;
  				width: 100%;
  				background-color: #ffffff;
  				margin: 0px;
  			}
  			.content h2 { margin: 0px; }
  			
ul.mainlist li {
	list-style-image: url('../images/diamond.png');
	list-style-type: disc; color: #000000;
	padding-bottom: 5px;
}
div.news {
	margin: 10px;
	padding: 10px;
	border: 2px solid #c24506;
	width: 80%;
	position: relative;
}
	.date {
		font-size: 9px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 3px;
		margin-top: 10px;
	}
	div.map {
		float: right;
		top: 3px;
		margin: 3px;
		padding: 3px;
		border: 2px solid #c1b28e;
	}
	h2 {
		color: #f1741f;
		font-size: 14px;
		margin: 0px 0px 10px 0px;
	}
	h3 {
		color: #985a33;
		font-size: 12px;
		margin: 5px 0px 5px 0px;		
	}
	.copyright {
		font-size: 9px;
		position: absolute;
		right: 5px;
		bottom: 0px;
	}