p, div, ul, li, img {
	margin:0;
	padding:0;
	border:none;
}
body {
	background: #dbdbdb url(../images/body-bg.gif) repeat-x 0 0;
	text-align:center;
}
p {
	margin-bottom:20px;
}


div.spacer {
	width:100%;
	height:1px;
	font-size:0;
	clear:both;
}
ul, ol {
	margin-bottom:20px;
}
li {
	margin-left:25px;
}
a:hover {
	text-decoration:underline;
}
#container {
	width:1000px;
	margin:0 auto 15px;
	text-align:left;
	background:url(../images/container-bg.gif);
	overflow:hidden;
}
#header {
	background:url(../images/header-bg.gif);
	width:1000px;
	height:121px;
	position:relative;
}
#header #utilnav {
	position:absolute;
	right:16px;
	bottom:13px;
	color:#aaa;
	font-size:0.9em;
}
#header #utilnav a {
	color:#fff;
	padding:0 6px;
}
#sub-header {
	background:url(../images/sub-header-bg.gif);
	width:1000px;
	height:210px;	
	position:relative;
}
#sub-header img {
	position:absolute;
	right:20px;
	top:37px;
}
#menu {
	width:242px;
	background:url(../images/menu-mid-bg.gif);
	float:left;
	font-weight:bold;
	position:relative;
	top:25px;
	left:28px;
	font-family:"Tahoma";
	margin-bottom:40px;
}
#menu a {
	color:#1c2b8c;
	display:block;
	clear:both;
	width:200px;
	padding:7px 13px;
	margin:0 7px;
	border-bottom:1px #ddd solid;
	border-top:1px #fff solid;
}
#menu a.active {
	color:#000;
	background:#eee;
	border-top:1px #eee solid;
	text-decoration:none;
}
#menu a:hover {
	color:#000;
	background:#fff;
	text-decoration:none;
	border-bottom:1px #ddd solid;
	border-top:1px #fff solid;
}
#menu strong {
	display:block;
	clear:both;
	width:200px;
	padding:0px 13px 15px;
	margin:0 7px;
	border-bottom:1px #ddd solid;
	text-align:center;
}
#content {
	width:647px;
	float:right;
	padding-right:46px;
	padding-top:28px;
	padding-bottom:15px;
	line-height:18px;
}
#footer {
	background:url(../images/footer-bg.gif);
	width:1000px;
	height:118px;
	clear:both;
	text-align:center;
	color:#fff;
}
#footer img {
	margin-top:34px;
}
#footer-copyright {
	margin-bottom:6px;
}
#footer-cwd {
	font-size:0.8em;
	color:#d1b5e0;
}