body
{
	margin: 0;
}
.head
{
		position: relative;
		margin-top:5px;
		margin-bottom:0px;
		background-color:#919395;
		height: 23px;
	/*	display:block; */
		background-image:url('/library/core/images/title_gradient.png');
		background-repeat:repeat-x;
		background-position:top;
}

.head h1
{
	color:#E7E7E7;
	font-family:helvetica,verdana,arial;
	font-size:10px;
	font-weight:bold;
	line-height:23px;
	margin:0;
	padding-left:1em;
	text-transform:uppercase;
	vertical-align:middle;
}

.news {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width:100%;
	font-family:helvetica, sans-serif;
	position: relative; /* We'll use this for absolute layouts. Maybe. */
	background-image:url("/library/store/images/gradient1px.png");
	background-position:top;
	background-repeat:repeat-x;
}

.news_links
{
	margin: 30px 0px 10px 0px;
	text-align: center;
}

.newsitem a.link
{
	display:inline; 
	font-size:11px;
	color: #6D6F72;
}

.newsitem a.link:hover {
	text-decoration: none;
	color: #f37021;
}

img.link
{
	vertical-align: middle;
	border: 0px;
	margin-left: 20px;
	margin-right: 5px;
}

.news_links a.link:first-child img{
	margin-left: 0px;
}
h1, h2, h3 {
	font-family: Helvetica, sans-serif;
	color: #6D6F72;
}
h1
{
	font-size: 15px;
	font-weight: bold;
}

h2.date
{
	font-size: 9px;
	font-weight: normal;
}

.newsitem
{
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
}

.newsitem p
{
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: #6D6F72;
}

.newsitem a {
	color: #f37021;
	text-decoration: none;
}

.newsitem a:hover {
	text-decoration: underline;
}
p
{
	margin: 0px 0px 10px 0px;
}

.inset_float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.inset_float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.image_caption
{
	
}

.image_caption p {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #6D6F72;
	font-style: italic;
	font-weight: normal;
	margin-top: 5px;
}
.separator {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.notfound { 
  clear: both; 
  margin-left: 20px; 
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: #6D6F72;
	padding-bottom: 20px;
}

a.allnews, a.prevnews, a.morenews {
	text-decoration: none;
}

a.allnews:hover, a.prevnews:hover, a.morenews:hover {
	text-decoration: underline;
	color: #f37021;
}
.allnews, .prevnews, .morenews {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #6D6F72;
}
.allnews, .prevnews {
	float: left;
}

.allnews {
  padding-left: 20px;
}

.morenews {
	float: right;
}

a.anchor, a.anchor:visited, a.anchor:active {
	text-decoration: none;
}

a.anchor:hover h1 {
  text-decoration: underline;
	color: #f37021;
}

