body {
	width:100%;
	margin:0;
	padding:0;
	background:#fff url(images/background.gif) repeat 0 0;
	}
body,td,th {
	font-size:0.8em;
	color:#333;
	}

/*----------------------------------------------------------------------
	layout block elements
----------------------------------------------------------------------*/
#leftbar {
	width:23px;
	background:#fff url(images/sidebar_left.gif) repeat-y 0 0;
	}
#rightbar {
	width:23px;
	background:#dedede url(images/sidebar_right.gif) repeat-y 0 0;
	}
#header {
	width:730px;
	height:81px;
	background:#fff url(images/header_topbar.gif) repeat-x 0 0;
	padding-top:35px;
	padding-left:20px;
	}
#nav {
	width:730px;
	height:32px;
	background:#fff url(images/nav_background.gif) repeat-x 0 0;
	}
#localnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#localnav li.selected {
	display:block;
	width:180px;
	height:35px;
	line-height:11px;
	background-image:url(images/localnav_bkg_selected.gif);
	padding:12px;
	font-weight:bold;
	color:#3669b1;
	}
#localnav li a {
	display:block;
	width:180px;
	height:35px;
	line-height:11px;
	background-image:url(images/localnav_bkg_normal.gif);
	color:#3669b1;
	padding:12px;
	}
#localnav li a:hover {
	background-image:url(images/localnav_bkg_hover.gif);
	text-decoration:none;
	}
#main {
	width:730px;
	padding:20px;
	}
#footer {
	width:730px;
	height:40px;
	background:#fff url(images/footer_background.gif) repeat-x 0 0;
	padding-top:12px;
	padding-left:20px;
	}

/*----------------------------------------------------------------------
	heading text elements
----------------------------------------------------------------------*/
h1 {
	margin:0;
	padding:0;
	}
h2 {
	margin-top:0;
	border-bottom:1px solid #ccc;
	border-left:10px solid #3669b1;
	padding: 4px 10px;
	}
h3 {
	border-left:10px solid #aaa;
	padding-left:10px;
	margin-bottom:10px;
	}
h4,h5 {
	margin-bottom:5px;
	}
h4 {
	border-left:7px solid #c2d6f3;
	padding-left:10px;
	}
h5 {
	color:#555;
	}

/*----------------------------------------------------------------------
	inline text elements
----------------------------------------------------------------------*/
a {
	color:#3669b1;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
address {
	font-size:12px;
	font-style:normal;
	}
em {
	font-weight:bold;
	color:#2b548c;
	font-style:normal;
	}
p {
	margin:0;
	line-height:175%;
	text-indent:1em;
	}
#top p {
	margin:10px 0;
	}

/*----------------------------------------------------------------------
	table elements for charts
----------------------------------------------------------------------*/
.chart table {
	border-top:1px solid #777;
	border-left:1px solid #777;
	}
.chart td,th {
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	text-align:center;
	padding:10px;
	}
.chart th {
	background-color:#c2d6f3;
	}
.chart img {
	margin-top:10px;
	}
.chart td p {
	text-align:left;
	line-height:125%;
	text-indent:0;
	margin:0;
	}
.chart .unit {
	color:#555;
	text-align:right;
	margin:0;
	padding:0;
	}

/*----------------------------------------------------------------------
	miscellaneous
----------------------------------------------------------------------*/
.notes {
	border-left:5px solid #cc7a7a;
	padding-left:10px;
	text-indent:0;
	margin-top:10px;
	}
.warning {
	border-left:5px solid #f00;
	padding-left:10px;
	text-indent:0;
	margin:10px 0;
	color:#f00;
	font-weight:bold;
	}
.white {
	background-color:#fff;
	}
.indent {
	margin-left:20px;
	}
.caption {
	font-size:10px;
	color:#555;
	text-align:right;
	text-indent:0;
	margin-bottom:10px;
	}
#sticker {
	width:471px;
	}

	