body {
	font-family: "Lucida Sans", Verdana, Geneva, sans-serif;
	font-size:80%;
	line-height: 1.5;
	background:#FAE6A9 url(../images/bg.jpg) repeat-x fixed;
	color:#333;
	margin:0;
}
a:link {
	color:#0099CC;
	font-weight:bold;
}
a:visited {
	color:#336666;
	font-weight:normal;
}
#wrapper {
	width:80%;
	min-width:774px;
	max-width:990px;
	margin:0 auto;
	border:6px solid #9EB4BE;
	border-top:none;
	background:#FEF8E5;
	padding:0;
}
h1 {
	background:#473D23 url(../images/header.jpg) no-repeat center;
	width:100%;
	height:90px;
	text-indent:-5000px;
	border-bottom:4px solid #ccc;
	margin:0;
}
#mainbody {
	padding:0 4%;
}
h2, h3, h4 {
	font:bold 2.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.2;
	color:#006699;
	clear:both;
}
h2 {
	color:#567381;
}
h3 {
	font-size:1.8em;
}
h4 {
	font-size:1.4em;
	margin:1.8em 0 1em;
}
#nav {
	background:#fff;
	padding:8px 4%;
	border-bottom:3px solid #eee;
	font-size:1.2em;
}
#objectives {
	border:1px solid #ccc;
	background:#fff;
	padding:0 10px;
}
#hidelink, #showlink {
	float:right;
	text-decoration:none;
	border-bottom:1px dotted #567281;
	font-size:0.9em;
}
#inthis, #objlist, #hidelink {
	display:none;
}
.prestep #inthis, .prestep #objlist {
	display:block;
}
.prestep #hidelink {
	display:inline;
}
.prestep #showlink {
	display:none;
}
.pagelink {
	clear:both;
	float:right;
	margin:1em 0;
}
a.skiplink {
	font-size:0.8em;
}
table.items {
	border-collapse:collapse;
	border-top:none;
}
table.items thead {
	border:none;
}
table.items th {
	text-align:left;
	background:#fff;
	padding:6px;
	font-weight:bold;
	font-size:1.2em;
}
table.items tr {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
table.items td {
	padding:6px;
	border-bottom:1px solid #ccc;
	background:#fff;
}
.illus {
	float:left;
	margin:0 30px 1em 0;
	clear:both;
}
.sidebar, .flashob {
	float:left;
	margin-right:30px;
	clear:both;
}
.sidebar img {
	display:block;
	margin:0 0 1em;
}
ol li {
	margin:0 0 1em;
}
ol.compact {
	margin:1em 0;
	padding:0;
}
ol.compact li {
	list-style-type:none;
	display:block;
	width:200px;
	margin:0 2em 1em 0;
	float:left;
	min-height:19em;
}
/* for Internet Explorer */
/*\*/
* html ol.compact li {
height: 19em;
}
/**/
ol.compact li img {
	display:block;
	margin:0 0 0.5em;
}
.copyright {
	clear:both;
	font-size:0.8em;
}