*{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: "Gill Sans","Tahoma",Arial;
	line-height: 1.5em;
}
html,body{
	text-align: center;
	background-image: url('../art/body_bg.png');
	background-repeat: repeat;
}
#container{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #ffffff;
}
#header{
	height: 147px;
	background-image: url('../art/header_bg.png');
	background-repeat: no-repeat;
}
#logo{
	position: relative;
	width: 200px;
	height: 65px;
	top: 40px;
	left: 20px;
	padding: 2px;
	background-color: #ffffff;
}
	.slogan{
		position: relative;
		top: 40px;
		left: 20px;
		z-index: 500;
		padding-top:5px;
		padding-left:4px;
		color:#333333;
		font-size:8pt;
		background:transparent;
	}
	*html .slogan{
		top: 45px;
		left: 25px;
		padding-top: 3px;
		font-size: 7.5pt;
	}
#content-wrapper{
	background-color: #ffffff;
}
#menu{
	height: 27px;
	background-image: url('../art/nav_bg.png');
	background-repeat: no-repeat;
}
	#nav{
		list-style-type: none;
		position: relative;
		top: 5px;
		left: 220px;
		width: 550px;
	}
	*html #nav{
		left: 220px;
		top: 0px;
	}
	#nav li{
		margin: 0px;padding: 0px;
		color: #ffffff;
		display: inline;
		padding: 0px 6px;
	}
	#nav li a:link,
	#nav li a:active,
	#nav li a:visited{
		display: inline-block;
		padding: 3px 0px;
		text-decoration: none;
		color: #ffffff;
		border-bottom: 3px solid transparent;
		/*set an unused color to be index color*/ 
		_border-color:tomato; /*For IE6-*/ 

		/*then remove this indexed color*/ 
		_filter:chroma(color=tomato);/*For IE6-*/
	}
	
	
	#nav li a:hover{
		color: #eeeeee;
		border-bottom: 3px solid #333333;
	}
#sidebar{
	width: 220px;
	height: 300px;
	float: left;
	background-color: #ffffff;
	background-image: url('../art/sidebar_bg.png');
	background-repeat: no-repeat;
	text-align: center;
}
	.module{
		text-align: left;
		margin: 20px auto;
		width: 191px;
		height: 186px;
		background-image: url('../art/module_bg.png');
		background-repeat: no-repeat;
	}
	.module h3{
		
		border-bottom: 1px solid #FE3A15;
	}
	.module-padding{
		padding: 10px;
	}
	.module-padding p a{
		color: #666666;
		font-size: 95%;
		text-decoration: none;
	}
	.module-padding p a:hover{
		text-decoration: underline;
	}
#content{
	width: 575px;
	float: right;
}
	#pathway{
		text-align: right;
		margin: 10px 10px;
		font-family: Verdana;
		font-size: 7.5pt;
		color: #666666;
	}
	#pathway a{
		font-size: 9pt;
		color: #ff2000;
	}
	.content-padding{
		padding: 14px;
	}
#footer{
	height: 74px;
	background-image: url('../art/footer_bg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
	#footer-nav{
		position: relative;
		top: 50px;
		left: 5px;
		list-style-type: none;
	}
	#footer-nav li{
		display: inline;
		padding: 0px 5px;
	}
	#footer-nav li a:link,
	#footer-nav li a:active,
	#footer-nav li a:visited{
		padding: 4px;
		color: #333333;
		text-decoration: none;
	}
	#footer-nav li a:hover{
		color: #000000;
		background-color: #dddddd;
	}
	#footer-menu-corporate{
		text-align: left;
		width: 400px;
		float: left;
		color: #333333;
	}
	#footer-contact{
		width: 370px;
		float: right;
	}
	.contact-padding{
		margin-right: 30px;
		color: #666666;
		text-align: right;
		font-size: 8.5pt;
	}
	.copy{
		font-size: 8.5pt;
		color: #999999;
	}
#footer-bottom{
	height: 4px;
	background-image: url('../art/footer_bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
	*html #footer-bottom{
		margin-top: -5px;
	}