/******************************************************************//*
	SIDEBAR - GENERAL FORMATTING
*//******************************************************************/
#sidebar-content {
	margin: 0;
	padding: 10px 70px 0 10px;
	font-size: 0.9em;
	color: #000000;
}
#sidebar-content P {
	color: #000000;
	margin-top: 0em;
	margin-bottom: 0.8em;
}

.sidebar-title {
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #660000;
	font-size: 1.2em;
}

#sidebar-content ul li {
	list-style-image: url('../images/site/bullet-arrow.gif');
	list-style-position: outside;
}

/******************************************************************//*
	CONTENT BAR - ABSTRACT LIST
*//******************************************************************/
#sidebar-content .abstractlist {
}

#sidebar-content .abstractlist .listitem {
	margin: 0 0 15px 0;
}

#sidebar-content .abstractlist .itemtitle {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#sidebar-content .abstractlist .itemtitle a {
	font-weight: bold;
	color: #C10303;
	text-decoration: underline;
}
#sidebar-content .abstractlist .itemtitle a:visited {
	font-weight: bold;
	color: #C10303;
	text-decoration: underline;
}
#sidebar-content .abstractlist .itemtitle a:hover {
	font-weight: bold;
	color: #557A9B;
	text-decoration: underline;	
}
#sidebar-content .abstractlist .itemtitle a:active {
	font-weight: bold;
	color: #557A9B;
	text-decoration: underline;	
}
#sidebar-content .abstractlist .itemabstract {
	line-height: 1.2em;
}



/******************************************************************//*
	CONTENT BAR - LINK LIST
*//******************************************************************/
#sidebar-content .linklist {
}

#sidebar-content .linklist .listitem {
	margin: 0 0 5px 0;
}

#sidebar-content .linklist .itemtitle {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#sidebar-content .linklist .itemtitle a {
	font-weight: bold;
	color: #C10303;
	text-decoration: underline;
}
#sidebar-content .linklist .itemtitle a:visited {
	font-weight: bold;
	color: #C10303;
	text-decoration: underline;
}
#sidebar-content .linklist .itemtitle a:hover {
	font-weight: bold;
	color: #557A9B;
	text-decoration: underline;	
}
#sidebar-content .linklist .itemtitle a:active {
	font-weight: bold;
	color: #557A9B;
	text-decoration: underline;	
}

