@charset "utf-8";

* {margin:0; padding: 0;}

/*=============================TAGS====================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: #999 url(images/bg_body.jpg) repeat-y;	
}
* html body {behavior: url(csshover.htc); }

.sitemap ul li{
font-weight: bold;
}

.sitemap ul li a{
color: #555;
line-height: 18px;
text-decoration: none;
}

.sitemap ul li a:hover{
color: #888;
text-decoration: none;
}

.sitemap ul li ul{
margin-left: 15px;
list-style: none;
margin-bottom: 10px;

}

.sitemap ul li ul li a{
font-weight: normal;
}

p {
	margin-bottom: 10px;
	line-height: 1.4em;}
	
h2 {
	color:#FF6600;
	margin-bottom: 12px;
	padding-top: 16px;
	font-size: 1.5em;
	}
h3 {
	color:#CC3300;
	margin-bottom: 8px;
	padding-top: 8px;
	font-size: 1.3em;}

/*================== CLASSES ======================= */
.banner { text-align:center}
.picRight {float: right; margin: 0 0 8px 8px; padding: 4px; background: #f0f0f0;}


/*=========================IDs========================*/
#top {
	width: 890px;
	height: 131px;
	background: url(images/bg_top.jpg) repeat-x;
	}
#logo {
	float: left;
	width: 353px;	
	height: 131px;
	background: url(images/bg_logo.jpg) no-repeat;
	}
#logo h1 strong {display:none;}
#topNav {
	float: right;
	margin: 58px 16px 0 0;
	color: #c60
	}
#topNav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
#wrap {
	width: 890px;
}

#sidebar {
	float:left;
	width: 188px;
	padding-top: 41px;
	background: url(images/bg_sidebar.jpg) no-repeat;
	}
	
#wrap_content {
	float: left;
	width: 700px;
	padding-top: 20px;
	margin-bottom: 48px;
	}
#contentLeft {
	float: left;
	width: 455px;
	margin: 0 6px 0 24px;
	}
* html #contentLeft {width: 470px; margin: 0 8px 0 12px;}

#contentLeft2 {
	float: left;
	width: 655px;
	margin: 0 6px 0 24px;
	}
* html #contentLeft2 {width: 670px; margin: 0 8px 0 12px;}

#contentRight {
	float: left;
	width: 196px;
	text-align: center;
	padding-left: 5px;
	}
#contentRight img {margin-bottom: 16px;}

#footer {
	width: 890px;
	background: url(images/bg_footer.gif) repeat-x;
	height: 32px;
	}


/*============================================= HEADERS	===========================================*/
#contentLeft h1 {
	width: 470px; 
	height: 29px;
	margin-bottom: 16px;	
	}
#contentLeft h1 strong {display:none;}
#h1_home {background: url(images/h1_home.gif) right top no-repeat;}