@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#c9c9c9 url(../images/body_bg.gif) repeat-x;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#page_header {
	float: left;
	width:100%;
	height:75px;
	background:url(../images/header_bg.jpg) center top;
}

#page_header_menubox {
	width: 1000px;
	height:60px;
	margin:0 auto;
	text-align:right;
}

.__menu_spacer a{
	float: left;
	width:414px;
	height:60px;
}

.__menu_home a {
	width: 144px;
	height:60px;
	background:url(../images/menu/__menu_home.png) no-repeat;
	float:left;
}

.__menu_home_act a {
	width: 144px;
	height:60px;
	background:url(../images/menu/__menu_home_h.png) no-repeat;
	float:left;
}

.__menu_home a:hover {
	width: 144px;
	height:60px;
	background:url(../images/menu/__menu_home_h.png) no-repeat;
	float:left;
}

.__menu_activities a {
	width: 174px;
	height:60px;
	background:url(../images/menu/__menu_activities.png ) no-repeat;
	float:left;
}

.__menu_activities_act a {
	width: 174px;
	height:60px;
	background:url(../images/menu/__menu_activities_h.png ) no-repeat;
	float:left;
}

.__menu_activities a:hover {
	width: 174px;
	height:60px;
	background:url(../images/menu/__menu_activities_h.png ) no-repeat;
	float:left;
}


.__menu_partners a {
	width: 132px;
	height:60px;
	background:url(../images/menu/__menu_partners.png ) no-repeat;
	float:left;
}

.__menu_partners_act a {
	width: 132px;
	height:60px;
	background:url(../images/menu/__menu_partners_h.png ) no-repeat;
	float:left;
}

.__menu_partners a:hover {
	width: 132px;
	height:60px;
	background:url(../images/menu/__menu_partners_h.png ) no-repeat;
	float:left;
}

.__menu_contact a {
	width: 94px;
	height:60px;
	background:url(../images/menu/__menu_contact.png ) no-repeat;
	float:left;
}

.__menu_contact_act a {
	width: 94px;
	height:60px;
	background:url(../images/menu/__menu_contact_h.png ) no-repeat;
	float:left;
}

.__menu_contact a:hover {
	width: 94px;
	height:60px;
	background:url(../images/menu/__menu_contact_h.png ) no-repeat;
	float:left;
}

#page_footer {
	float: left;
	height:85px;
	width: 100%;
	background:#b4b4b4;
	border-top: 1px solid #9f9f9f;
	text-align:center;
}

#page_footer_content {
	padding:0px;
	margin:0px;
	padding-top: 15px;
	padding-bottom:15px;
}

#page_footer_content p {
	margin:0px;
	padding:0px;
	color: #7c7c7c;
	font-size:11px;
	line-height:30px;
}

#page_footer_content p a{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

#page_footer_content p a:hover{
	color:#006699;
	font-weight:bold;
	text-decoration:underline;
}


#page_center {
	float: left;
	width: 100%;
	/*background:url(../images/content_bg2.gif) no-repeat center top;*/
	text-align:center;
	margin-top:15px;
}

#page_center_content {
	width: 1000px;
	margin:0 auto;	
}

.content_header_text {
	font-size: 18px;
	font-weight:bold;
	color:#757575;
	text-align:left;
	border-bottom: 1px solid #dfdfdf;
	margin:0px;
	padding:0px;
	padding-top:30px;
	padding-bottom:10px;
	margin-bottom:20px;
	text-transform: uppercase;
}

.content_header_text_first_letter {
	font-size: 28px;
	font-weight:bold;
}

#page_inner_content {
	padding: 0px;
	margin-bottom:40px;
	text-align:justify;
	color:#575757;
}

#page_inner_content p{
	line-height:24px;
}

#page_inner_content a {
	color: #67667e;
	text-decoration:none;
	font-weight: bold;
}

#page_inner_content a:hover {
	color: #9190a6;
	text-decoration:underline;
}

#page_inner_content img{
	border:2px solid #d7d7d7;
	margin-right:5px;
	margin-bottom:20px;
	margin-right: 20px;
}

.page_error_class {
	
}

