
body,p,td,div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;	
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	
	color: #000000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;	
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ff9933;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;	
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ff9933;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.release {
	 min-height:315px;
  	 height:auto !important;
  	 height:315px;
	 border: 1px solid #CCCCCC;
	 border-bottom: none;
	 background: url(images/gradient.png) repeat-x bottom left;
	 width: 690;
	 padding: 7px;
	 margin-bottom: 7px;
	 margin-left: 5px;
	 position: relative;
	 
}
.content {
	 /*height: 315px;
	 min-height: 315px;*/
	 min-height:315px;
  	 height:auto !important; /* FF fix */
  	 height:315px;
	 /*overflow:	auto;*/
	 border: 1px solid #CCCCCC;
	 border-bottom: none;
	 background: url(images/gradient.png) repeat-x bottom left;
	 width: 690;
	 position: relative;
	 
}

/* Special list for news item listing page */
.content ul.news {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/redSquare.gif);
	margin-left: 18px;
	margin-bottom: 9px;
	margin-top: 5px;
	padding-left: 0pt;
	padding-bottom: 3px;

}

.content ul.news li {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-bottom: 0px;
}
/* Special list for events  */
.content ul.events {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/calendar.gif);
	margin-left: 18px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-left: 0pt;
}

.content ul.events li {
	margin-bottom: 7px;
	margin-left: 10px;
}
.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;	
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.content ul.link {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding-left: 0;
	margin-left: 0;	
	text-decoration:none;
}
.content ul.hover {
	color: #0A94D5;
	text-decoration:underline;
}
/* links */
a, a:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a.page, a.page:visited {
	color: #bf2025;
	text-decoration: underline;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

a.page:hover {
	color: #ff9933;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}