
html, body {
	margin: 0; padding: 0; border: 0;
	text-align: left;
	background: rgb(221,228,235) url(/lib/img/mainbg.png) repeat-y;
}
img {
	border: none;
}
.alttext {
	display: none;
}
.abstract, address {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
body, p, td, li {
	font-family: Gill Sans, sans-serif;
	font-size: 12px;
	color: rgb(0,51,102);
	font-style: normal;
	line-height: 150%;
}
#header {
	width: 784px;
	height: 84px;
	background: white url(/lib/img/header_bg.png) repeat-x;
	border-bottom: 2px solid rgb(0,51,102);
	padding: 0; margin: 0;
	text-align: right;
}
h1 {
	width: 210px;
	height: 51px;
	background: url(/lib/img/logo.png) no-repeat;
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0; padding: 0;
}
#pagecontainer {
	border-top: 1px solid white;
	width: 784px;
	margin: 0; padding: 0;
	background: url(/lib/img/navbg.png) no-repeat;
}
#content {
	margin: 0 0 0 179px; padding: 0px;
	width: 605px;
}
#banner {
	width: 605px;
	height: 169px;
	background: url(/lib/img/banner.jpg) no-repeat;
	border-top: 1px solid rgb(0,51,102);
}
#contentinner {
	padding: 10px;
}
#footer {
	text-align: right;
	margin-top: 75px;
	font-size: 10px;
	color: rgb(64,116,169);
}


#sidenav {
	position: absolute;
	top: 115px; left: 10px;
	margin: 0; padding: 0;
	width: 170px;
	overflow: hidden;
}
#sidenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 40px 0 7px;
}
#sidenav ul ul {
	width: auto;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
#sidenav li {
	font-size: 10px;
	line-height: 150%;
	height: auto;
	margin: 0; padding: 1px 0 2px 0;
}
#sidenav li a {
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	color: white;
	display: block;
	padding: 0px 0px 0px 25px;
	margin: 0;
}
#sidenav li.navcurrent a {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: rgb(82,169,234);
	display: block;
	padding: 6px 2px 5px 28px;
	margin: 0px 0px 0px 4px;
	text-decoration: none;
}
#sidenav li.navcurrent {
	background: url(/lib/img/navcurrent.gif) 4px 2px no-repeat;
}
#sidenav li.navparent {
	margin: 0 0 0 -3px;
	background: url(/lib/img/navparent.gif) 8px 50% no-repeat;
}
#sidenav li.navchild {
	background: url(/lib/img/navchild.gif) 8px 2px no-repeat;
}
#sidenav li.navsibling {
	background: url(/lib/img/navsibling.gif) 8px 2px no-repeat;
}


#topnav {
	padding: 59px 7px 0 0; margin: 0;
}
#topnav li {
	display: inline;
}
#topnav li a {
	padding: 0px 3px; margin: 0px 1px;
	float: right;
	text-decoration: none;
	font-size: 11px;
}
#topnav li.sel a {
	margin-top: -1px;
	border: 1px solid rgb(0,51,102);
	font-weight: bold;
	background-color: white;
}

h2 {
	font-size: 19px;
	color: rgb(0,51,102);
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 6px;
	font-family: Gill Sans, sans-serif;
}
h3,h4 {
	font-size: 13px;
	color: rgb(0,51,102);
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 5px;
	font-family: Gill Sans, sans-serif;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}

ul {
	padding: 0 0 0 2em;
	margin: 0.5em 0 0 0;
}

ul li {
	line-height: 130%;
	margin-bottom: 3px;

}
p {
	margin: 10px 0
}
