/* RIGHT_PANEL.CSS: right-side panel for front-page ads, resources, Great Futures & Portfolio Links
Copyright © WOIS/The Career Information System */

#content {
	margin-right: 20%;
}
#right_panel {
	overflow: hidden;
	position: absolute;
	right: -2px;
	top: 0px;
	width: 18%;
}
#right_panel h2 {
	background-color: #080;
	color: #fff;
	font-size: 120%;
	margin-bottom: 0.5em;	
	margin-top: 0;
	padding: 0.5em;
}
#right_panel h3 {
	font-size: 100%;
}
#right_panel div {
	border: 1px solid black;
	margin: 0 0 1em 0;
	overflow: hidden;
}

/* brag box (home page) */
#right_panel div.brag_box {
	border: 0;
	text-align: center;
}

/* announcements (home page) */
#right_panel div.announcement p,#right_panel div.announcement ul,#right_panel div.announcement img,#right_panel div.announcement ol,#right_panel div.announcement h4 {
	font-size: 90%;
	padding: 0 0.5em;
}

/* resources (resource links and great futures) */
#right_panel div.resources p, #right_panel div.resources ul, #right_panel div.resources img, #right_panel div.resources ol {
	font-size: 85%;
	line-height: 120%;
	padding: 0;
}
#right_panel div.resources li {
	margin-bottom: 0.4em;
	margin-right: 0.25em;
}


