/* CSS Document */

	body {
	margin-top: 0px;
	text-align: center; /* center things in pre-IE6 */
	background:url(images/stripe_bg.png);
	}
	#container {
	margin: 35px auto;
	width: 760px;
	border: medium solid #000000;
	background:#CCCCCC;
	}
	#headleft {
	height: 110px;
	width: 500px;
	float: left;
	}
	#hll {
	width: 150px;
	float: left;
        padding-left: 0px;
	}
	#hlr {
	width: 345px;
	height: 110px;
	float: right;
	text-align: center;
	font-size: medium;
	text-decoration: none;
	padding-top: 30px;
	}
	#headright {
	margin-top: 20px;
	width: 255px;
	float: right;
	}
	img{
	border: 0px;
	}
	#header {
	width: auto;
	height: 149px;
	border-bottom: thin solid #000000;		background:url(images/newlogo.gif);	z-index: 90 ;
	}	
	#topmenu {
	width: auto;
	border-bottom: thin solid #000000;
	background: url(images/menubackground.jpg);
	}
	#panorama {
	width: auto;
	height: 104px;
	border-bottom: thin solid #000000;
	background:#FFFFFF;
	background: url(images/panorama.jpg);
	}
	#content {
	float: left;
	width: 73%;
	background:#CCCCCC;
padding-left: 2px;
	}
	#sidebar {
	float: right;
	width: 25%;
	background: #FFFFFF;
	height: 100%;
border-left: thin dashed #000000;
border-bottom: thin dashed #000000;
	}
	#footer {
	clear: both;
	width:auto;
	border-top: thin solid #000000;
	padding: 3px;
	background:#CCCCCC;
	}
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
	h4 {
	font-size: small;
	color:#000000;
	}
	img {
border: none;
}
	a:link {
		color: #000000;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #000000;
	}
	a:hover {
		text-decoration: underline;
		color: #FF0000;
	}
	a:active {
		text-decoration: none;
		color: #FF0000;
	}