/** Sidebar  press **/
#sidebar_pres {
	margin-top: 2%;
	width: 242px;
	float: right;
}

#sidebar_pres_header {
	height: 28px;
}

#sidebar_pres_title {
	height: 28px;
}

#sidebar_pres_header h2{
	display: block;
	height: 28px;
	line-height: 28px;
	color: #333333;
	font-family: "Century Gothic";
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sidebar_pres_content {
	margin-bottom: 10px;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
}

#sidebar_pres_content h3 {
	margin-top: 15px;
	font-size: 1em;
	font-family: Arial;
	color: #0066ff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	font-weight: 600;
}

#sidebar_pres_content p {
	color: #999999;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	text-align: justify;
	padding-top: 2%;
	margin-top: 5px;
}

#sidebar_pres_content a {
	color:#0066ff;
	text-decoration: none;
}