@charset "utf-8";
/* CSS Document */

body {
	background-color:#1c4e72;
}
	
#container{
	margin: 50px 0 0 0;
	background-image:url('images/home_background.jpg');
	background-color:#1c4e72;
	width:816px;
	height:638px;
	overflow:hidden;
}

/* STYLE DEFINITIONS FOR NON-FRONT PAGES */
#container_inner{
	margin: 50px 0 0 0;
	background-color:#1c4e72;
	width:816px;
}

#inner_header{
	width:816px;
	height:135px;
	margin:0;
	background-image:url(images/inner_header.jpg);
}

#inner_content{
	width:816px;
	margin:0;
	background-image:url(images/inner_content_repeat.jpg);
	background-repeat:repeat-y;
}

#inner_footer{
	width:816px;
	height:26px;
	background-image:url(images/inner_footer.jpg);
	margin:0;
}

#inner_leftcol{
	float:left;
	width:150px;
/*	background-color:#33FF99; */
	font-family:"Minion Pro", "Times New Roman", Times;
	font-weight:bold;
	font-size:13px;
	margin:0 0 0 8px;
	color:#2b5a7b;
}

#inner_midcol{
	width:454px;
/*	background-color:#66FFCC; */
	float:left;
	margin:0 8px 0 0;
}

#inner_rightcol{
	width:187px;
	float:left;
/*	background-color:#99FFFF;*/
}

.article_header{
	font-family:"Minion Pro", "Times New Roman", Times;
	color:#2b5a7b;
	font-weight:bold;
	font-size:18px;

}

.article_authors{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:2px solid #000033;
	font-style:italic;
	margin:6px 0 20px 0;
}

.article_h1{
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	clear:both;
	padding:12px 0 0 0;
}

.article_intro{
	width:60%;
	font-size:12px;
	margin:0 0 20px 0;
	text-align:justify;
	clear:both;
	padding: 12px 0 0 0;
}

.article_body{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
}

.article_body li{
	margin:16px 0 0 0;
}

.article_body p{
	text-indent:22px;
}

.article_links{
	width:100%;
	margin:20px 0 0 0;
}

.article_links a{
	font-weight:bold;
	text-decoration:none;
	color:#2b5c7b;
}

.article_links a:hover{
	text-decoration:underline;
}

.article_previous{
	float:left;
}

.article_next{
	float:right;
}

#logoBlockleft{
	width:150px;
	text-align:center;
	margin:100px 0 0 0;
}

.right_box_header{
	width:157px;
	margin:30px 0 0 0;
	text-align:center;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	padding:8px 0 0 0;
	font-weight:bold;	
	background-image:url(images/box_header_1.jpg);
}

.right_box_content{
	width:145px;
	margin:0;
	text-align:left;
	background-image:url(images/box_body_repeat.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	color:#000000;
	font-family:"Myriad Pro", "Times New Roman", Times, Sans Serif;
	font-weight:bold;
	padding:6px 0 6px 12px;
}

.inner_highlight_block{
	background-color:#CCCCCC;
	width:85%;
	margin:20px 0 20px 0;
	border:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:16px;
}

.inner_center_quote{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}

.header_2{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:0 0 8px 0;
}

.header_3{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:12px 0 0 0;
}

.body_table{
	margin:auto auto 16px auto;
}

.body_table td{
	vertical-align:top;
	border:1px solid #000000;
	text-align:left;
	padding:4px;
}
/* END OF NON-FRONT PAGE DEFINITIONS */

#titleBar{
	height:60px;
}

#topDesc{
	margin:4px 0 0 0;
	text-align:center;
	width:100%;
	font-family:"Minion Pro";
	font-style:italic;
	font-size:14px;
	color:#ffffff;
	height:23px;
}

#topNav{
	width:100%;
	height:27px;
	margin:1px 0 0 0;
	padding: 2px 0 0 8px;
}

#topNavLabel{
	padding:8px 0 0 10px;
	float:left;
	font-size:11px;
	color:#9d7e20;
	font-family:"Times New Roman", Times, serif;
}

#topNavCountryGroup{
	margin:1px 0 0 4px;
	float:left;
}
.topNavCountry{
	color:#000000;
	font-size:11px;
	height:14px;
	padding:5px 6px 8px 6px;
	float:left;
}
.topNavCountry:hover{
	background-color:#f0dda4;
}
.topNavCountry a{
	color:#000000;
	text-decoration:none;
	font-family:"Minion Pro";

	font-size:14px;
}

#topNavFullReport{
	margin:4px 22px 0 0;
	background-color:#f0dda4;
	padding:2px 6px 0 6px;
	font-weight:bold;
	color:#a68930;
	font-size:13px;
	float:right;
	font-family:"Minion Pro"
}
#topNavFullReport a:link{
	color:#a68930;
	text-decoration:none;
}
#topNavFullReport a:visited{
	color:#a68930;
	text-decoration:none;
}	
#topNavFullReport a:hover{
	color:#d9a70e;
}	
#topNavOverviewEssay{
	margin:4px 4px 0 0;
	background-color:#f0dda4;
	padding:2px 6px 0 6px;
	font-weight:bold;
	font-size:13px;
	float:right;	
	font-family:"Minion Pro"
}
#topNavOverviewEssay a:link{
	color:#a68930;
	text-decoration:none;
}
#topNavOverviewEssay a:visited{
	color:#a68930;
	text-decoration:none;
}	
#topNavOverviewEssay a:hover{
	color:#d9a70e;
}
#photoDiv{
	height:238px;
	width:800px;
	margin:7px 4px 0 0;
}
#summary{
	margin:6px 0 0 7px;
	height:249px;
	width:270px;
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	text-align:justify;
	padding:6px 20px 6px 20px;
	font-weight:650;
}
.h3{
	font-size:20px;
	font-family:"Myriad Pro";
	font-weight:bold;
	color:#1c4e72;
	margin:0 0 4px 0;
}
#summaryMore{
	color:#2a6188;
	float:right;
	clear:both;
	font-weight:bold;
	margin:4px 0 0 0;	
	font-family:"Minion Pro";
}
#summaryMore a{
	color:#2a6188;
	text-decoration:none;
}
#summaryMore a:hover{
	text-decoration:underline;
}
#logoBlock{
	float:left;
	width:123px;
	margin:24px 0 0 0;
	padding:0 20px 0 0;
	text-align:center;
}

#eventBlock{
	float:left;
	margin:19px 0 0 15px;
	width:156px;
	height:236px;
}

#eventHeader{
	width:100%;
	height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	font-size:11px;
	padding:8px 0 0 0;
	font-weight:bold;
}

#eventBody{
	width:132px;
	padding:2px 12px 0 12px;
	text-align:left;
	font-size:12px;
	color:#000000;
	font-family:"Myriad Pro";
	font-weight:bold;
}

#eventMore{
	color:#aecfe6;
	float:right;
	clear:both;
	font-size:12px;
	font-family:"Minion Pro";	
	font-weight:bold;	
	margin:16px 12px 0 0;
}
#eventMore a{
	color:#aecfe6;
	text-decoration:none;
	font-size:12px;
}
#eventMore a:hover{
	text-decoration:underline;
}

#newsBlock{
	float:left;
	margin:18px 0 0 5px;
	width:156px;
	height:236px;
}
	
#newsHeader{
	width:100%;
	height:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	font-size:11px;
	padding:8px 0 0 0;
	font-weight:bold;
}		
	
#newsBody{
	width:132px;
	padding:2px 12px 0 12px;
	text-align:left;
	font-size:10px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:102px;
}		
.newsLink{
	margin:0 0 4px 0;
}
.newsLink a{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:0;
	border-bottom:1px dashed #aecfe6;
	font-weight:bold;
}
.newsLink a:hover{
	border-bottom:1px solid #aecfe6;
}

.included_files{
	margin-top:40px;
	font-size:.9em;
	text-align:left;
	margin-left:16px;
}

.included_files a{
	color:#000000;
	text-decoration:none;
}

included_files a:hover{
	border-bottom:1px solid #aecfe6;
}

#mediaHeader{
	width:100%;
	height:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	font-size:11px;
	padding:10px 0 0 0;
	font-weight:bold;
}
	
#mediaBody{
	width:132px;
	padding:0 12px 0 12px;
	text-align:left;
	font-size:10px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:68px;
}		
	
#footer{
	width:816px;
	margin: 0 auto;
	color:#ffffff;
	font-family:"Minion Pro Med";
	font-size:13px;
}