body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: #0d3948;
}

h1 {
	margin-top: 0;
	font-weight: normal;
	font-size: 170%;
}

a {
	outline: none;
}

.printonly {
	display: none;
	visibility: hidden;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}

#header {
	width: 940px;
	height: 249px;
	background: url(../graphics/header.jpg);
}
#header a {
	display: block;
	width: 560px;
	height: 145px;
	position: relative;
	left: 20px;
	top: 22px;
}

#main {
	width: 860px;
	margin: 0 auto;
	background: white;
	position: relative;
	padding: 20px;
}

#main div.tl, #main div.tr, #main div.br, #main div.bl {
	position: absolute;
	width: 29px;
	height: 29px;
	z-index: 1;
}
#main div.tl {
	top: 0;
	left: 0;
	background: url(../graphics/content_tl.gif);
}
#main div.tr {
	top: 0;
	right: 0;
	background: url(../graphics/content_tr.gif);
}
#main div.br {
	bottom: 0;
	right: 0;
	background: url(../graphics/content_br.gif);
}
#main div.bl {
	bottom: 0;
	left: 0;
	background: url(../graphics/content_bl.gif);
}

#sidebar, #content {
	position: relative;
	z-index: 2;
	background: url(../graphics/content.gif) no-repeat;
	padding: 20px 20px 0;
	min-height: 261px;
}
* html #sidebar, * html #content { height: 261px; }

#sidebar {
	float: left;
	width: 210px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e2a410;
	width: 200px;
}
#sidebar li {
	list-style-type: none;
	border-bottom: 1px solid #e2a410;
}
#sidebar li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	color: black;
}
#sidebar li a:hover, #sidebar li.nav_active li a:hover {
	background: #edcd7f; color: black;
}
#sidebar li.nav_active a, #sidebar li.nav_active a:hover {
	background: #e2a410;
	color: white;
}
#sidebar li li { border-bottom: 0; }
#sidebar li.nav_active li a { background: transparent; color: black; padding: 8px 10px 8px 25px; }
#sidebar li.nav_active li.nav_active a { background: #e2a410; color: white; }
* html #sidebar li a {
	zoom: 1;
}

#content {
	margin-left: 250px;
}
#content p {
	line-height: 1.4em;
}

#footer {
	width: 783px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	background: url(../graphics/footer.gif);
	color: white;
	text-align: right;
	padding: 0 20px;
	font-size: 90%;
}
#footer a {
	color: white;
}

#clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}