#pressrelease {
	width: 581px;
	background-color: #ffffff;
	padding-bottom: 30px;
	padding-top: 20px;
	float: left;
	height: 100%;
	min-height: 600px;
}

#pressrelease .name, 
#pressrelease .content {
	padding: 0px 15px;
}

#pressrelease .name {
	color: #1989bc;
	font-weight: bold;
	font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 90%;
	margin-bottom: 30px;
}

#pressrelease .press_list .head_line {
	background-color: #eeeeee;
	padding: 5px 10px;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px solid #ffffff;
}
#pressrelease .press_list a {
	color: #1989bc;
	font-weight: bold;
	text-decoration: none;
}
#pressrelease .press_list a:hover {
	text-decoration: underline;
}
#pressrelease .press_list .headline_file a {
	color: #FF9900;
	font-size: 10px;
}
#pressrelease .press_list .head_line .head_line_date {
	font-weight: bold;
}
#pressrelease .press_list .head_line .headline_content {
	display: block;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding: 5px;
}
#pressrelease .press_list .head_line .headline_content_hidden {
	display: none;
	opacity: 0;	
	*filter: alpha (opacity=0);
	background-color: #FFFFFF;
}

#pressrelease .paginate {
	margin: 20px 0px;
	text-align: right;
}

#pressrelease .paginate  a {
	text-decoration: none;
	color: #1b90c5;
}
#pressrelease .paginate  a:hover {
	text-decoration: underline;
}
#pressrelease .paginate  b {
	padding: 0px 5px;
}
#pressrelease .paginate  span {
	padding: 0px 2px;
}
