@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html, body{
	width:100%;
	height:100%;
}
html{
	background:#FEF8EB;
}
body{
	background:transparent url(../images/header-sitemap.jpg) center top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
ul{
	list-style:none;
}
li{
	padding:0 0 0 24px;
}
a{
	color:#1e78ab;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
strong{
	font-size:16px;
	color:#7F7A6F;
}
#wrapper{
	width:954px;
	height:auto;
	padding:180px 0 0 0;
	margin:0 auto;
}
div.clear{
	float:none;
    clear:both;
    height:18px;
}
	ul.parent{
		width:300px;
		height:auto;
		padding:0 0 0 36px;
		line-height:24px;
		float:left;
	}