html,body {
	height: 100%;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: rgb(95,94,95);
}

.clear {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	overflow: hidden;
	height: 0px;
}

.x {
	display: none;
}

img {
	border: none;
}

.wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

a, a:visited, a:link {
	text-decoration: none;
	color: rgb(95,94,95);
}

a:hover {
	color: #000;
}

/*******************
 	MENU 
 *******************/
 #menu {
	position: relative;
 	display: block;
	margin: 0px 0 6px 0;
	padding: 33px 0 0;
	height: 1%;
 }

 #menu ul {
 	position: relative;
	display: block;
	height: 27px;
	line-height: 27px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 850px;
	float: left;
}

#menu ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0 12px 0 0;	
	height: 27px;
	line-height: 27px;
}
	
#menu ul li a, #theme a {
	text-decoration: none;
	border: none;
}
 
#menu img {
	position: relative;
	border: none;
}

#menu ul.filter, #menu ul.filter li {
	height: 20px;
	line-height: 20px;
}

#menu ul.filter li a {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	padding-left: 13px;
	background: #fff url(../images/f_arrow.gif) center left no-repeat;
}

.arrow_hover {
	background: #fff url(../images/f_arrow_sel.gif) center left no-repeat;
}

#menu ul.filter li a:visited, #menu ul.filter li a:link, #theme a:visited  {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#menu ul.filter li a:hover, #menu ul.filter li a.selected {
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
	background: #fff url(../images/f_arrow_sel.gif) center left no-repeat;
}

#theme {
	position: relative;
	display: block;
	float: right;
	width: 100px;
	margin: 0;
	padding: 0;
	text-align: right;
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	font-weight: bold;
}

#theme a {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	padding-left: 13px;
}

#theme a:hover {
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
}


 /*********************
		BODY 
 *********************/
 
#body {
	position: relative;
	display: block;
	padding: 0 0 20px 0;
	margin: 0;
	height: 1%;
}


 /*********************
	FIRSTPAGE
 *********************/
 
#first_page {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	height: 1%;
}

#first_page span.title {
 	position: relative;
 	display: block;
 	font-size: 24px;
 	color: #777;
 }

#first_page span.location, #first_page span.date {
 	position: relative;
 	display: block;
 	font-size: 13px;
 	font-weight: bold;
 	color: #444;
 }

/********************
	MAINBODY  
********************/
.body_topline {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	height: 0;
	border-top: solid 2px #999;
}

#body_abstract {
	margin: 0 0 0 362px;
	padding: 16px 0 16px 0;
	height: 1%;
}

#body_abstract h1 {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#body_abstract p {
	padding: 0;
	margin: 0;
	color: #999;
	font-size: 20px;
}

.body_item {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 1%;
}

.body_left_col {
	display: block;
	position: relative;
	float: left;
	width: 660px;
	margin: 0;
	padding: 10px 0 10px 0;
	border-top: solid 2px #999;
	height: 1%;
}

.inner_lcol {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 342px; 
	float: left;
} 

.inner_lcol a img {
	width: 342px;
	border: none;
	float: left;
}

.inner_lcol div.img_caption {
	width: 342px; 
	float: left;
}

.inner_rcol {
	display: block;
	position: relative;
	margin: 0 0 0 362px;
	padding: 0;
	height: 1%;
}

.inner_rcol h2 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: rgb(125,126,127);
}

.item_date, .item_location {
	color: rgb(12,122,190);
	font-weight: bold;
}

.item_abstract {
	margin: 10px 0 0 0;
	height: 1%;
}

.item_more {
	margin: 12px 0 0 0;
	display: block;
	position: relative;
}

.body_right_col {
	display: block;
	position: relative;
	width: 285px;
	margin: 0 0 0 675px;
	padding: 0 0 10px 0;
	height: 1%;
}

.mainbody_right_col {
	border-top: 2px solid #999999;
	display: block;
	position: relative;
	width: 285px;
	margin: 0 0 0 675px;
	padding: 10px 0;
	height: 1%;
}


.item_quote {
	padding: 0;
	margin: 0;
	color: rgb(125,126,127);
	font-size: 20px;
}

.item_desc {
	position: relative;
	display: block;
	margin: 8px 0 0;
	height: 1%;
}

.mid_titl {
	padding: 24px 0 12px 0;
	font-weight: bold;
	font-size: 14px;
}

.title_docs {
	padding: 0;
	color: rgb(125,126,127);
	font-size: 15px;
	font-weight: bold;
}

.item_docs {
	color: rgb(125,126,127);
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.right_col_item {
	padding-bottom: 10px;	
}

ul.file_list {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}

ul.file_list li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 13px;	
	background: #fff url(../images/arrow1.gif) center left no-repeat;
}


/****************************
	page navigator
****************************/

#page_navigator {
	position: relative;
	display: block;
	width: 342px;
	margin-right: 618px;
	height: 1%;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
}

#page_navigator div {
	float: right;
}

#page_navigator div a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 0 3px;
	width: 16px;
	color: rgb(95,94,95);
	float: left;
}

#page_navigator div a:visited, #page_navigator div a:link  {
	color: rgb(95,94,95);
	font-weight: bold;
	text-decoration: none;
}


#page_navigator div a:hover, #page_navigator div a.selected {
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
}


#page_navigator div a.left {
	position: relative;
	display: block;
	line-height: 10px;
	height: 10px;
	width: 11px;
	background: #fff url(../images/arrow1left.gif) no-repeat scroll top right;
	padding: 0;
	margin: 0 6px;
	float: left;
}

#page_navigator div a.right {
	position: relative;
	display: block;
	line-height: 10px;
	height: 10px;
	width: 11px;
	background: #fff url(../images/arrow1.gif) no-repeat scroll top left;
	padding: 0;
	margin: 0 6px;
	float: left;
}

/*** BODY DETAIL *****/

#body_detail {
	position: relative;
	display: block;
	padding: 10px 0 10px 0;
}

#body_detail div.left_col {
	position: relative;
	display: block;
	width: 575px;
	float: left;
	margin: 0;
}

.title_documents {
	padding: 16px 0 0;
	margin: 0;
	color: rgb(125,126,127);
	font-size: 15px;
	font-weight: bold;
}

#body_detail div.right_col {
	position: relative;
	display: block;
	width: 365px;
	margin: 0 0 0 595px;
	padding: 0;
}

#body_detail div.right_col h1 {
	color: #000;
	font-size: 26px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
}

#gallery {
	height: 1%;
	padding: 15px 0 0 0;
	margin: 0;
}

#gallery a img {
	border: none;
	height: 50px;
	width: 50px !important;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

#gallery2 {
	height: 1%;
	padding: 0;
	margin: 0;
	float: left;
}

#gallery2 div.opengal {
	width: 280px;
	padding: 0;
	margin: 0 15px 15px 0;
	float: left;
}

#navigation {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
	float: right;
}

#navigation span {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	width: 50px;
	font-weight: bold;
	float: left;
	text-align: right;
}

#links, #links_essay  {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#links a {
	position: relative;
	margin: 0;
	padding: 0 0 0 13px;
/*	color: #7d7e7f;*/
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
	background: #fff url(../images/arrow1.gif) center left no-repeat;
}


/********************
	CORPO BODY  
********************/
.corpo_left_col {
	display: block;
	position: relative;
	float: left;
	width: 660px;
	margin: 0;
	padding: 0;
}


.corpo_item {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0 10px 0;
	border-top: solid 2px #999;
	height: 1%;
}

.corpo_item a img {
	width: 342px;
	border: none;
	float: left;
}


.corpo_item div.map {
	position: relative;
	display: block;
	width: 342px;
	float: left;
}
	
	
.corpo_item div h2 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: rgb(125,126,127);
}

/**** CORPO BODY DETAIL ***/

#corpo_body_detail {
	display: block;
	position: relative;
	padding: 10px 0;
	height: 1%;
}

#corpo_body_detail div.left_col {
	display: block;
	position: relative;
	width: 342px;
	float: left;
}


#corpo_body_detail div.left_col img {
	width: 342px;
	border: none;
	float: left;
	padding-bottom: 15px;
}

input.enews_input {
	border: 2px solid #7d7d7d;
	margin: 0;
	padding: 2px 0 2px 20px;
	width: 192px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	background: transparent url(../images/bg_enews_input.gif) 0 0 no-repeat;
}

input.enews_submit {
	font-weight: normal;
	font-family: Arial, Helvetica, Sans Serif;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	padding: 2px;
	background: #7d7d7d;
	border: 1px solid #7d7d7d;
}

.right_col_title {
	border-top: 2px solid #999999;
	padding: 10px 0 0 0;
	color: rgb(125,126,127);
	font-size: 15px;
	font-weight: bold;
}

.right_col_content {
	margin: 3px 0 10px;
}

.newsletter_content form {
	margin: 0;
	padding: 0;
}

.newsletter_content span {
	display: block;
	padding-top: 5px;
}

.external_links {
	display: block;
	position: relative;
	margin: 10px 0;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 15px;
}

/*** External News ***/
.ext_news_item {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.ext_news_item a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 10px;
	color: rgb(125,126,127);
	font-size: 12px;
	font-weight: bold;
}

.ext_news_item a:hover {
	color: #000;
}

#flashPlayer {
	margin: 3px 0 10px;
}


/********************
	BODY.19 (NETWORK)
********************/

#network_body {
	display: block;
	position: relative;
	height: 1%;
}

.network_item {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	height: 1%;
	margin: 0 30px 0 0;
	padding: 6px 0 70px;
}

#network_body h2 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: rgb(125,126,127);
}


#network_body div.links {
	position: relative;
	display: block;
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	height: 1%;
}

/********************
	FOOTER
********************/

#footer {
	display: block;
	position: relative;
	margin: 20px 0 0;
	padding: 0 0 20px;
	height: 1%;
	font-size: 11px;
	border-top: solid 2px #999;
}
