* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #bed200;
	background-image: url('/_grafix/bg_top.png');
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
}

br.clear {
	clear: both;
}

a {
	color: #afcb06;
}

a:hover {
	color: #033080;
}

p {
	line-height: 1.3em;
	text-align: auto;
	margin-bottom: 18px;
}

h1 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: #afcb06;
	border-bottom: 1px solid #DDE584;
}

h2 {
	margin: 6px 0;
	color: #3aa4db;
}

img.middle {
	vertical-align: middle;
}

HR {
	width: 100%;
	height: 1px;
	border: 0px;
	margin: 10px 0px;
	padding: 0px;
	color: #dce586;
	background-color: #dce586;
}

/* container */

#container {
	width: 1010px;
	margin: auto;	
}


/* wrapper */

#wrapper_container {
	float: left;
	width: 1010px;
}

#wrapper {
	float: left;
	width: 980px;
	padding: 0 0 75px 15px;
}


/* header */

#header {
	float: left;
	width: 980px;
	height: 145px;
}

#header .logo {
	float: left;
	width: 213px;
	height: 17px;
}

#header .logo img {
	margin-top: 29px;
}

/* header navigation */

#header .navigation {
	float: right;
	width: 760px;
	height: 70px;
	padding-right: 10px;
}

#header .navigation .gutter {
	float: right;
	width: 760px;
	padding-top: 5px;
	text-align: right;
}

#header a {
	color: #bfcd06;
	text-decoration: none;
}

#header a:hover {
	color: #3b9b3b;
	text-decoration: underline;
}

#header a.active {
	color: #3b9b3b;
}

#header ul {
	list-style-type: none;
	font-size: 11px;
	font-family: Tahoma;
	padding-top: 2px;
}

#header li {
	float: right;
	margin-right: 20px;
}

#header li.country {
	background: url('/_grafix/country_arrows.gif') top right no-repeat;
	padding-right: 14px;
	height: 30px;
}

#header li ul {
	clear: both;
	position: absolute;
	width: 100px;
	left: -999em;
	z-index: 999;
	top: 50px;
	background: #fff;
	border: 1px solid #beddae;
}

#header li:hover ul, 
#header li.sfhover ul {
	left: auto;
}

#header li ul li {
	display: block;
	width: 100px;
	height: auto;
	margin-bottom: 4px;
	background: none;
	float: left;
	text-align: left;
}

#header li ul li a {
	background: none;
	height: auto;
	color: #3b9924;
	text-decoration: none;
}

#header li ul li a:hover {
	text-decoration: underline;
	background: none;
	color: #033080;
}

#header li ul li strong {
	color: #033080;
}




/* search */

div.search {
	float: right;
	width: 150px;
	height: 20px;
	background: url('/_grafix/bg_search.gif') top left no-repeat;
}

form.search_form {
	float: left;
	margin-top: 2px;
	padding-left: 10px;
}

form.search_form input.search_text {
	width: 115px;
	height: 15px;
	font-family: Tahoma;
	font-size: 11px;
	color: #033080;
}


/* main */

#main_outer_container {
	float: left;
	width: 660px;
}

#main_top {
	float: left;
	width: 660px;
	height: 140px;
}

#main_container {
	float: left;
	width: 660px;
}

#main {
	float: left;
	width: 645px;
	background: #fcfcc5 url('/_grafix/bg_main.png') top left repeat-x;
}

#main LI {
	list-style: disc;
	margin-left: 20px;
}

#main_gutter {
	float: left;
	width: 605px;
	padding: 0 20px 20px 20px;
	min-height: 400px;
}

#main .left_block {
	float: left;
	width: 288px;
	border-top: 1px solid #dde584;
}

#main .right_block {
	float: right;
	width: 288px;
	border-top: 1px solid #dde584;
}

#main_bottom {
	float: left;
	width: 660px;
	height: 10px;
	background: url('/_grafix/bg_main_bottom.png') top left no-repeat;
}

#main_bottom {
	behavior: url('/_css/iepngfix.htc');
}

#main IMG {
	background-color: #f5f8de;
	background-image: url('/_grafix/image-bg.png');
	background-repeat: repeat-x;
	padding: 6px;
}

#main IMG.plain {
	background: none;
	padding: 0px;
}

#main .img_align_left {
	
	margin: 0px 10px 6px 0px;
	
}

/* sidebar */

#sidebar_outer_container {
	float: left;
	width: 320px;
	color: #666;
}

#sidebar_outer_container a {
	color: #3aa4db;
}

#sidebar_outer_container a:hover {
	color: #000;
}

#sidebar_outer_container IMG {
	background-color: #f5f8de;
	background-image: url('/_grafix/image-sidebar-bg.png');
	background-repeat: repeat-x;
	padding: 6px;
}

#sidebar_outer_container IMG.plain {
	background: none;
	padding: 0px;
}

#sidebar_outer_container .img_align_left {
	
	margin: 0px 10px 6px 0px;
	
}


/* sidebar block */

div.sidebar_block_container {
	float: left;
	width: 320px;
	background: #fcfcc5 url('/_grafix/bg_sidebar_block_content.png') top left repeat-x;
}

div.sidebar_block, 
div.sidebar_block_lower {
	float: left;
	width: 320px;
	background: url('/_grafix/bg_sidebar_block.png') top right no-repeat;
}

div.sidebar_block_lower {
	background: url('/_grafix/bg_sidebar_block_lower.png') top right no-repeat;
}

div.sidebar_block P,
div.sidebar_block_lower P {
	margin-bottom: 0px;
	padding: 0px;
}

div.sidebar_block HR, 
div.sidebar_block_lower HR {
	margin: 10px 0px;
	color: #3fa6d8;
	background-color: #3fa6d8;
}

div.sidebar_gutter {
	padding: 14px;
}

div.sidebar_gutter .title  {
	text-decoration: none;
}

div.sidebar_block .header, 
div.sidebar_block_lower .header {
	height: 110px;
	background-image: url('/_grafix/icon-1.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.sidebar_block .middle, 
div.sidebar_block_lower .middle {
	float: left;
	width: 282px;
}

div.sidebar_block .split, 
div.sidebar_block_lower .split {
	border-top: 1px solid #8bc4ae;
	margin: 15px 0px 5px 0px;
}

div.sidebar_block_bottom {
	float: left;
	width: 320px;
	height: 10px;
	background: url('/_grafix/bg_sidebar_block_bottom.png') top left no-repeat; 
}

div.sidebar_block_bottom {
	behavior: url('/_css/iepngfix.htc');
}


/* navigation */

#navigation {
	float: left;
	width: 645px;
	height: 70px;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;
	vertical-align: top;
	height: 70px;
}

#navigation li a {
	float: left;
	display: block;
	vertical-align: top;
	height: 70px;
}

#navigation li a:hover { 
	background-position: 0 -70px; 
}

#navigation li a.selected { 
	background-position: 0 -140px; 
}

#navigation li a.selected:hover { 
	background-position: 0 -140px; 
}

#navigation span {
	display: none;
}

/* rollover navigation */

#navigation li ul {
	clear: both;
	position: absolute;
	width: 160px;
	left: -999em;
	z-index: 1000;
	top: 205px;
}

#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
}

#navigation li ul {
	background: #fff;
	border-right: 2px solid #BEDDAE;
	border-bottom: 2px solid #BEDDAE;	
	margin-left: 1px;
}

#navigation li ul li {
	display: block;
	width: 175px;
	height: auto;
	margin-bottom: 4px;
	padding-left: 10px;
	background: none;
}

#navigation li ul li a {
	background: none;
	height: auto;
	color: #3b9924;
	text-decoration: none;
}

#navigation li ul li a:hover {
	text-decoration: underline;
	background: none;
	color: #033080;
}

#navigation li ul li strong {
	color: #033080;
}


/* crumbtrail */

#crumb {
	float: left;
	width: 640px;
	height: 60px;
	font-size: 10px;
	position: relative;
}

#crumb .gutter {
	float: left;
	width: 500px;
	padding: 0px 0px;
}

#crumb img {
	vertical-align: top;
}

#crumb div {
	position: absolute;
	left: 60px;
	bottom: 2px;
}

#crumb a {
	color: #3b9924;
	text-decoration: none;
}

#crumb a:hover {
	color: #00521f;
	text-decoration: underline;
}

#crumb .current {
	font-weight: bold;
	color: #00521f;
}


/* footer */

#footer {
	float: left;
	width: 980px;
	color: #fff;
	font-size: 11px;
}
	
#footer .gutter {
	float: left;
	width: 980px;
	padding-top: 25px;
}

#footer .large {
	float: left;
	width: 980px;
	text-align: center;
	font-size: 13px;
}

#footer .small {
	float: left;
	width: 980px;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #eee;
}



/* sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-active h1 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
	border-bottom: 1px solid #DDE584;
	margin-bottom: 0px;
}

.sIFR-active h2 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}

/* News system */

.newsDigest {
	border-bottom: 1px solid #DDE584;
}

#newsList {
	margin-top: 20px;
}

#newsList TD {
	font-size:11px;
	padding-bottom: 5px;
}

#newsList .header {
	font-style: italic;
	font-weight: bold;
	color: #AFCB06;
	font-size: 13pt;
}

#newsList .header A {
	text-decoration: none;
}

#newsList .header A:hover {
	text-decoration: underline;
}

#newsList .publication_date {
	color: #000;
	padding-right: 20px;
	font-weight: bold;

}

#newsList A {
	color: #BFCD06;
}

#agendaList {
	margin-top: 20px;
}

#agendaList P {
	margin: 5px 0px;
}

#form input.submit {
	width: auto;
	border: 3px double #6AAF4E;
	border-top-color: #ABC834;
	border-left-color: #ABC834;
	padding: 0.25em;
	background-color: #FCFFDF;
	color: #378600;
	font-size: 9pt;
}

#form input.submit:active {
	border: 3px double #ABC834;
	border-top-color: #6AAF4E;
	border-left-color: #6AAF4E;
}

#form div.fakefile input {
	width: 80%;
}

#form hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
}

#form IMG {
	background: none;
	padding: 0px;		
}

INPUT.subscribe {
	background-color: #3aa4db;
	width: 100%;
	color: #fff;
	padding: 3px 0px;
	cursor: pointer;	
}

INPUT.subscribe:hover {
	background-color: #004985;
}

#fullStory IMG {
	// width: auto;
	// height: auto;
	float: left;
	margin-right: 15px;
}

.calendar {

	font-family: Tahoma;
	font-size: 12px;
	margin: 10px auto;
}

.calendar caption {

	background-color: #3AA4DA;
	color: #FFF;
	font-weight: bold;
	padding: 3px 0px;
	
}

.calendar td {

	width: 30px;
	height: 20px;
	text-align: center;

}

.calendar th {

	width: 30px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-weight: bold;

}

.calendar td.today {

	background-color: #3AA4DA;
	color: #FFF;

}

.calendar td.highlighted {

	background: #EEEFB3;

}
