/* CSS Document */

body,
html {
	margin:0;
	padding:0;
	color:#000;
}
body {
	min-width:785px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
p { background: transparent; }
a { color: #791900; }
a:link { color: #791900; }
a:visited { color: #791900; }
a:hover { color: #791900; }
a:active { color: #791900; }
ul {
	margin: 0px;
	padding: 8px 0px 8px 25px;
	line-height: 16px;
	list-style-image: url(../img/bullet.gif);
}
ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	line-height: 16px;
	list-style-image: url(../img/bullet.gif);
}
ul ul li{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-indent: 5px;
	line-height: 16px;
	list-style-image: url(../img/sub_bullet.gif);
}
ul ul ul li{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	list-style-image: url(../img/sub_sub_bullet.gif);
}
ol {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	line-height: 16px;
}
h5 {
	margin-top: 0px;
	line-height: 13px;
	font-weight: normal;
	font-size: 10px;
}

#str_brown { color: #791900; }

/*ul#memberslist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
ul#memberslist li {
	text-indent: 0px;
	list-style-type: none;
	list-style-image: none;
	line-height: 16px;
}*/
img {
	padding: 10px 0 10px 0;
}
img#portrait {
	padding: 0 0 10px 0;
}
#top {
	margin: 0 0 0 85px;
	padding: 0;  
	width:700px;
}
#header {
	margin: 0;
	padding: 0;
	height: 150px;
}
#backtop {
	text-align: right;
	background-image: url(../img/backtop.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 1px 20px 1px 0;
	clear: both;
}
#backtop a { font-size: 11px; }
#backtop a:link { color: #791900; text-decoration: none; }
#backtop a:visited { color: #791900; text-decoration: none; }
#backtop a:hover { color: #791900; font-weight: bold; text-decoration: none; letter-spacing: -0.7px; }
#backtop a:active { color: #791900; text-decoration: none; }
/* START HEADERS */
h1#h_title {
	margin: 0px;
    padding: 57px 0px 0px 0px;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
	overflow: hidden;
    color: #FFFFFF;
    height: 0px !important;
    height /**/:57px;
}

h3 {
	margin: 0 0 16px 0;
    padding: 19px 0 0 0;
	background-color: transparent;
    background-repeat: no-repeat;
	overflow: hidden;
    
    height: 0px !important;
    height /**/:19px;
}

h3#h_introduction {
    background-image: url(../img/h_introduction.gif);
}
h3#h_news {
    background-image: url(../img/h_news.gif);
}
h3#h_latestnews {
    background-image: url(../img/h_latestnews.gif);
}
h3#h_othernews {
    background-image: url(../img/h_othernews.gif);
}
h3#h_members {
    background-image: url(../img/h_members.gif);
}
h3#h_acquisitions {
    background-image: url(../img/h_acquisitions.gif);
}
h3#h_guidance {
    background-image: url(../img/h_guidance.gif);
}
h3#h_parliment {
    background-image: url(../img/h_parliment.gif);
}
h3#h_press {
    background-image: url(../img/h_press.gif);
}
h3#h_conference {
    background-image: url(../img/h_conference.gif);
}
h3#h_minutes {
    background-image: url(../img/h_minutes.gif);
}
/* END HEADERS */
/* START NAVIGATION */
#nav {
	font-size: 11px;
	margin: 10px 0 10px 0;
	padding: 0px;
	width: 700px;
	overflow: hidden-x;
}

#nav li {
	float: left;
	list-style: none;
	padding: 0;
}
#nav .edge { border: 0px; border-right: 1px solid #791900; }
#nav .select { color: #fff; background-color: #791900; text-decoration: none; padding: 0px 11px 0px 11px;  }
#nav a { display: block; padding: 0px 7px 0px 7px; }
#nav a:link { color: #000; background-color: none; text-decoration: none; }
#nav a:visited { color: #000; background-color: none; text-decoration: none; }
#nav a:hover { color: #fff; background-color: #791900; text-decoration: none; }
#nav a:active { color: #000; background-color: none; text-decoration: none; }
/* END NAVIGATION */
#section_1 { float: left; }
#section_2, #section_3, #section_4, #section_5, #section_6 { float: both; clear: both; }
/*#section_3 { clear: both; }*/
.contentleft {
	width: 350px;
	float: left;
}
.contentleft2 {
	width: 350px;
	float: left;
	border-bottom: 1px dashed #791900;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.contentright {
	width: 320px;
	float: right;
}
#introduction {
	border-top: 1px dashed #791900;
	padding: 5px 0 5px 3px;
	margin-bottom: 10px;
}
#introduction p {
	font-size: 11px;
}
#news {
	border-top: 1px dashed #791900;
	padding: 5px 0 10px 0;
}
#members {
	border-top: 1px dashed #791900;
	border-bottom: 1px dashed #791900;
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
}
#acquisitions {
	clear: none;
	border-top: 1px dashed #791900;
	padding: 5px 0 0 0;
}
#othernews {
	clear: none;
	border-top: 1px dashed #791900;
	padding: 5px 0 0 0;
}
#guidance {
	clear: none;
	border-top: 1px dashed #791900;
	padding: 5px 0 0 0;
}
#minutes {
	clear: none;
	border-top: 1px dashed #791900;
	border-bottom: 1px dashed #791900;
	padding: 5px 0 0 0;
	margin-bottom: 10px;
}
p#acqui_nav { padding: 5px 0px 10px 0px; }
p#acqui_nav a:link, p#acqui_nav a:visited { color: #791900; text-decoration: none; }
p#acqui_nav a#a_author:hover, p#acqui_nav strong#str_author { color: #791900; font-weight: bold; letter-spacing: -0.8px; text-decoration: none; }
p#acqui_nav a#a_institution:hover, p#acqui_nav strong#str_institution { color: #791900; font-weight: bold; letter-spacing: -1px; text-decoration: none; }
p#acqui_nav a#a_date:hover, p#acqui_nav strong#str_date { color: #791900; font-weight: bold; letter-spacing: -0.6px; text-decoration: none; }
p#acqui_nav a#a_close:hover { color: #791900; font-weight: bold; letter-spacing: -0.8px; text-decoration: none; }
table#acqui_table {
	border-style: none;
}
table#acqui_table td {
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 2px 2px 2px 10px;
}
table#acqui_table td#c1 {
	background-color: #fff;
}
table#acqui_table td#c2 {
	background-color: #F0EFEB;
}
#second_body {
	float: both;
	clear: both;
	border-top: 1px dashed #791900;
	padding: 5px 0 5px 0;
}
.boxlink {
	display: block;
	padding: 2px 10px 2px 5px;
	margin: 2px 0px 2px 0px;
	background-color: #F2E8E6;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#news_columns {
	column-width: 300px;
	column-gap: 2px;
	column-rule: 5px solid green;
}
