body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#dee790 url(images/body_bg.gif) repeat-x left top;
	height:100%;
	z-index:0;
}
a { -moz-outline: none; }
img {
	border:none;
	padding:10px;
}

#container { 
	width: 980px;
	margin: 0 auto;
	padding: 0;
	margin-top:-16px;
	padding-top:8px;
	background: url(images/container_bg.gif) top repeat-y;
	height:100%;
}
#logo {
	background:url(images/logo.gif) top left no-repeat;
	width:182px;
	height:186px;
	}
#sidebar {
	float:left;
	width: 192px;
}
.left-footer-img{	border: none;
	padding:50px 0px 2px 10px;
	}
.header {
	background:url(images/header.jpg) top no-repeat;
	height:161px;
	margin-bottom:12px;
	}
.header-h1 {
	color:#040404;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-0.01em;
	}
.header h1 {
	margin-top:0px;
	color:#e37600;
	font-size:46px;
	font-weight: bold;
	text-align:right;
	letter-spacing:-0.06em;
	}
#maincontent {
	z-index:20;
	margin: 0 0 0 190px;
	padding: 0px 20px 0px 15px;
}
#content p{
	color:#2D2D2D;
	font-size:12px;
	padding-right:8px;
	}
#content h1, h2, h3, h4, h5, h6 {
	background:url(images/h_bg.gif) no-repeat;
	margin:4px 0px 4px 0px;
	padding:6px 0px 0px 38px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	height:33px;
	}
#content table {
	z-index:10;
	}
#content ul{
	list-style-type:disc;
	}
#content li {
	font-size:11px;
	}
#content a {
	font-size:12px;
	line-height:12px;
	color:#147085;
	text-decoration:none;
	}
#content a:hover {
	text-decoration:underline;
	}
#content object {
	z-index:10;
	}
#content p.paraaftitle{
	color:#ba8033;
	font-weight:bold;
	font-size:12px;
	}
#content table {
	font-size:12px;
}
#footer {
	display:block;
	background:url(images/footer.gif) no-repeat right bottom;
	height: 117px;
	margin:0px 20px 0px 0px;
	padding-bottom:10px;
	}
#footer p {
	color:#575757;
	font-size:10px;
	text-align:right;
	margin:0px;
	padding-top:98px;
	padding-right:6px;
	}
#footer a{
	color:#575757;
	text-decoration:none;
	}
#footer a:hover {
	color:#e37600;
	}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearboth {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
	}

