/* **** Section: News **** */
#section-news {
	margin-right: 33%;
}
#section-news h2 {
	border-bottom: 1px solid black;
	margin-bottom: 0;
}


/* **** Section: Notes **** */
#section-notes {
	float: right;
	width: 30%;
}
#section-notes h2 {
	display: none;
}
#section-notes .note {
	margin: 1em 0em;
	background-color: #F0F5F9;
	border: 1px solid #B6CEE0;
}
#section-notes .note h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 3px;
	background: #5C82A0 url("../_gfx/front1/localmenu_title_bg.png") repeat-x center;
	border-width: 1px;
	border-style: solid;
	border-color: #8BA2B5 #3A5265 #55758E #96AEC1;
	color: white;
}
#section-notes .note_content {
	background: url("../_gfx/front1/localmenu_body_bg.png") repeat-x top;
	padding: 0.5ex;
	font-size: 89%;
}
#section-notes .note_content p {
	margin: 0.5ex 0;
}
#section-notes .note_link {
	text-align: right;
}
#section-notes a:link,
#section-notes a:visited,
#section-notes a:visited:hover,
#section-notes a:link:hover {
	background: transparent;
}

/* **** Note: Updates **** */
#section-notes #updates dl {
	margin: 0;
}
#section-notes #updates dl dt {
	float: left;
	margin: 0 1ex 0 0;
	font-weight: bold;
	text-decoration: underline;
}
#section-notes #updates dl dt:after {
	content: ":";
}
#section-notes #updates dl dd {
	margin-bottom: 1ex;
	margin-left: 2em;
}

/* **** Note: ISARC 2004/2008 **** */
#section-notes #isarc2004 .note_content,
#section-notes #isarc2005 .note_content,
#section-notes #isarc2006 .note_content,
#section-notes #isarc2007 .note_content,
#section-notes #isarc2008 .note_content {
	text-align: center;
}

/* **** Note: AUTCON banner **** */

#section-notes #autcon_banner .note_content {
	text-align: center;
}
#section-notes #autcon_banner .note_content #autcon {
	width: 20em;
	height: 4em;
	margin: 0.5em;
}

/* **** Note: ISARC Proceedings **** */
#section-notes #isarc_proceedings .note_content {
	height: 45px;
}
#section-notes #isarc_proceedings img {
	float: left;
}
#section-notes #isarc_proceedings p {
	margin-left: 50px;
}

/* *** RSS *** */
.rss_feed {
	padding: 0;
	border: 1px solid #ccc /*#B6CEE0*/;
	margin-right: 33%;
	margin-top: 1em;
}
.rss_feed h2 {
	margin: 0;
	padding: 0.25em;
	font-size: 100%;
	font-weight: bold;
	color: white;
	background: #929292 url("../_gfx/front1/feed_title_bg.jpg") repeat-x center;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #666 #555 #bbb;
}
.rss_feeder {
	height: 12em;
	margin: 0;
	overflow: auto;
	background-color: #fdfdfd;
}
.rss_feeder h3,
.rss_feeder .description,
.rss_feeder br {
	display: none;
}
 {
	display: none;
}
.rss_feeder ol {
	padding: 0 0 0 2em;
	margin: 0;
}
.rss_feeder li {
	margin: 0.75em 0;
	font-size: 90%;
}
.rss_feeder ol li br {
	display: inline;
}
.rss_feeder i a {
	display: none;
}
