/* SIDEBAR with the little sticky note for resources and activities indices  */

div#sb {
	float: left;
	width: 212px;
	padding-top: 40px;
}

div.sticky {
	height: 110px;
	width: 212px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: verdana;
	background-repeat: no-repeat;
}

div#sb.act div.sticky { background-image: url("../activities/images/act_hi_box.gif"); }
div#sb.res div.sticky { background-image: url("../resources/images/res_hi_box.gif"); }

div#sb.home div.sticky {
	background-image: url("../images/home/home_hl_box.gif");
	margin-bottom: 10px;
	font-size: 12px;
}

div#sb.home div.sticky p a {
	font-size: 12px;
	color: #173E66;
}

div.sticky h3 {
	font-size: 12px;
	text-align: right;
	margin: 0 8px;
	padding-top: 2px;
}

div.sticky img.ic {
	float: right;
	margin-right: 2px;
}

div.sticky img.actic { margin: 6px; }

div.sticky p.stlink {
	margin-top: 16px;
	padding-left: 26px;
}

p.stlink img {
	margin-left: -20px;
	vertical-align: middle;
	float: left;
}

p.stlink a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

p.stlink a:hover { color: #fff; }
p.stlink a:visited { color: #fff; }

div#sb p.blurb {
	width: 212px;
	background: none;
	border-top: 2px dotted;
	padding-top: 10px;
	margin-top: 10px;
	/*	color:#7C6AE9; */
	font-weight: bold;
}

div#mb {
	float: left;
	width: 400px;
	margin-right: 40px;
}

div#rmb {
	float: left;
	width: 440px;
	margin-right: 40px;
}

div#lsb {
	float: left;
	width: 220px;
}

ul.ind {
	margin: 0;
	padding: 0;
}

ul.ind li {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	/*	color:#7C6AE9; */
}

ul.ind a { font-weight: bold; }

div#pgmain {
	width: 700px;
	margin: 1em 40px;
}

h1#indhdr {
	width: 700px;
	margin: 0;
	padding: 0;
}

h1#indhdr img {
	display: block;
	margin: 0 auto;
	padding: 0;
}