

/* ___| CSS document |_____________________ */


body { 
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 70%;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	background: #fff;
	color: #000;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, h5, p {
	margin: 0;
	}
.none {
	display: none;
	}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	}


/* ___| container |_____________________ */


#container {
	margin: 0 auto 0 auto;
	width: 767px;
	}
	
	
/* ___| top menu |_____________________ */


#top_menu {
	margin: 0;
	padding: 1px;
	width: 763px;
	border: 1px solid #d7d7d7;
	background: #fff;
	float: left;
	clear: both;
	}
#top_menu ul {
	margin: 0;
	padding: 3px 2px 4px 2px;
	width: 759px;
	background: #f3f3f3;
	float: left;
	clear: both;
	}
#top_menu ul li {
	margin: 0;
	list-style: none;
	color: #000;
	font-size: 90%;
	float: left;
	display: inline;
	}
#top_menu ul li.tmr {
	float: right;
	}
#top_menu ul li.now a {
	font-weight: bold;
	}
#top_menu ul li a {
	margin: 0 8px 0 7px;
	color: #015fa5;
	text-decoration: none;
	}
#top_menu ul li a:hover {
	color: #000;
	text-decoration: none;
	}
	
	
/* ___| head |_____________________ */


#head {
	position: relative;
	margin: 4px 0 4px 0;
	width: 767px;
	height: 159px;
	background: #d0d0d0 url("/graphics/bg_head.jpg") no-repeat;
	}
#head h1 {
	margin: 14px 0 0 40px;
	float: left;
	}
#head form {
	position: absolute;
	margin: 20px 10px 0px 0;
	width: 150px;
	right: 0px;
	}
#head form input {		
	margin: 0;
	padding: 2px;
	font-size: 10px;
	width: 90px;
	background: #fff url("/graphics/bg_input.png") no-repeat left top;
	border: 1px solid #adadad;
	}
#head form input.butt {
	margin: -2px 0 0 0;
	padding: 0 2px 1px 2px;
	font-size: 10px;
	width: auto;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	background: #5499da;
	border: 1px solid #000;
	position: relative;
	}
	
	
		
/* ___| menu |_____________________ */


menu {
	margin: 102px 0 0 20px;
	padding: 0;
	float: left;
	}
menu li {
	margin: 0 1px 0 0;
	list-style: none;
	font-weight: bold;
	font-size: 11px;
	font-family: sans-serif;
	text-transform: uppercase;
	float: left;
	}
menu li a {
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	height: 29px;
	color: #fff;
	text-decoration: none;
	background: url("/graphics/bg_item_r.png") no-repeat right;
	background-position: top right;
	display: block;
	float: left;
	}
menu li a span {
	margin-left: -10px;
	padding-top: 9px;
	height: 20px;
	padding-left: 10px;
	background: url("/graphics/bg_item_l.png") no-repeat left;
	background-position: 0 0;
	cursor: pointer;
	position: relative;
	display: block;
	float: left;
	}
menu li a:hover {
	background-position: bottom right;
	}
menu li a:hover span {
	background-position: bottom left;
	}
menu li.now a {
	background-position: bottom right;
	}
menu li.now a span {
	background-position: bottom left;
	}
	
	
	
#submenu {
	float: none;
	clear: left;
	line-height: 25px;
	vertical-align: middle;
}	
	
#submenu .item {
	float: left; 
	margin-left: 15px; 
	color: #fff
}	
	
#submenu .item a {
	color: #FFF;
	text-decoration: none;
}	
	
#submenu .item a:hover {
	text-decoration: underline;
}	
/* ___| content |_____________________ */


.column {
	margin: 0;
	width: 166px;
	float: left;
	}
#column_cen {
	margin: 0 7px 0 7px;
	padding-bottom: 30px;
	width: 421px;
	float: left;
	}


/* ___| small box |_____________________ */


.sbox {
	margin: 0 0 8px 0;
	width: 166px;
	float: left;
	clear: both;
	}
.sbox_t {
	margin: 0;
	width: 100%;
	height: 10px;
	font-size: 0;
	background: url("/graphics/bg_sbox_t.png") no-repeat;
	}
.sbox_m {
	margin: 0;
	padding: 2px 10px 2px 10px;
	width: 144px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	}
.sbox_b {
	margin: 0;
	width: 100%;
	height: 10px;
	font-size: 0;
	background: url("/graphics/bg_sbox_b.png") no-repeat;
	}
.sbox h3 {
	margin-bottom: 8px;
	padding: 6px;
	background: #0060aa;
	font-size: 110%;
	color: #fff;
	}
.sbox h3.orange {
	background: #d07e07;
	}
.sbox h4 {
	margin-bottom: 2px;
	text-decoration: underline;
	font-size: 100%;
	color: #015fa5;
	}
.sbox p {
	margin-bottom: 10px;
	line-height: 130%;
	}
.sbox p.date {
	margin-bottom: 2px;
	color: #015fa5;
	}
.sbox select {
	width: 100%;
	font-size: 10px;
	}
.sbox form {
	margin: 0;
	padding: 0;
	}
.sbox form input {
	margin: 0;
	padding: 2px;
	font-size: 10px;
	width: 138px;
	background: #fff url("/graphics/bg_input.png") no-repeat left top;
	border: 1px solid #adadad;
	}
.sbox form input.butt {
	margin: 8px 0 0 75px;
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	width: auto;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	background: #5499da;
	border: 1px solid #000;
	}
.sbox ul {
	margin: 0;
	padding: 0;
	}
.sbox ul li {
	margin-bottom: 6px;
	padding-left: 18px;
	list-style: none;
	line-height: 140%;
	background: url("/graphics/point_blue.png") no-repeat left 5px;
	}
.sbox ul.orange li {
	background: url("/graphics/point_orange.png") no-repeat left 4px;
	}
.sbox ul li a {
	color: #015fa5;
	text-decoration: underline;
	}
.sbox ul.orange li a {
	color: #d07e07;
	text-decoration: underline;
	}
.sbox ul li a:hover {
	text-decoration: none;
	}
	
	
/* ___| center box |_____________________ */


.cbox {
	margin: 0 0 8px 0;
	width: 421px;
	float: left;
	clear: both;
	}
.cbox_t {
	margin: 0;
	width: 100%;
	height: 10px;
	font-size: 0;
	background: url("/graphics/bg_cbox_t.png") no-repeat;
	}
.cbox_m {
	margin: 0;
	padding: 4px 15px 4px 15px;
	width: 389px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	}
.cbox_content {
	min-height: 400px;
}	
	
.cbox_b {
	margin: 0;
	width: 100%;
	height: 10px;
	font-size: 0;
	background: url("/graphics/bg_cbox_b.png") no-repeat;
	}
.cbox h2 {
	margin: 4px 0 4px 0;
	font-size: 130%;
	color: #00396f;
	}
.cbox p {
	margin-bottom: 10px;
	line-height: 130%;
	}
.cbox p.source {
	margin: 0;
	text-align: right;
	}
.cbox p.source a {
	padding-left: 18px;
	color: #015fa5;
	text-decoration: underline;
	background: url("/graphics/point_blue.png") no-repeat left 4px;
	}
.cbox p a {
	color: #000;
	text-decoration: underline;
	}
.cbox p a:hover {
	text-decoration: none;
	}
.cbox ul {
	margin: 0;
	padding: 10px 0 10px 0;
	}
.cbox ul li {
	margin-bottom: 2px;
	padding-left: 18px;
	list-style: none;
	line-height: 140%;
	/* color: #d07e07; */
	color: black;
	background: url("/graphics/point_orange.png") no-repeat left 4px;
	}

 .cbox ul li a {
 	color: #126db3;
 }
	
	
/* ___| blue box |_____________________ */


.bbox {
	margin: 0 0 8px 0;
	width: 421px;
	float: left;
	clear: both;
	}
.bbox_t {
	margin: 0;
	width: 100%;
	height: 10px;
	font-size: 0;
	background: url("/graphics/bg_bbox_t.png") no-repeat;
	}
.bbox_m {
	margin: 0;
	padding: 0 15px 0 15px;
	width: 391px;
	background: #72a3cc;
	text-align: center;
	}
.bbox_b {
	margin: 0;
	width: 100%;
	height: 10px;
	font-size: 0;
	background: url("/graphics/bg_bbox_b.png") no-repeat;
	}
.bbox form {
	margin: 0;
	padding: 0;
	}
	
	
/* ___| footer |_____________________ */


#column_cen p#footer {
	text-align: center;
	}
#column_cen p#footer a {
	margin: 0 6px 0 6px;
	color: #015fa5;
	text-decoration: none;
	}
#column_cen p#footer a:hover {
	color: #000;
	}

	
.arrl {
/*	margin: 25px 4px 0 12px;*/
	width: 15px;
	height: 25px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	}

.arrr {
/*	margin: 25px 0 0 8px;*/
	width: 15px;
	height: 25px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	}


.event {width: 100%;	background-color: #FFF; margin-bottom: 3em; border: 1px solid #EEE; float: none; clear: both;}
.event-header {
	
	background-color: #0060aa; 
	color: #FFF; 
	padding: 5px; 
	font-size: 110%; 
	font-weight: bold;
}
.header-img { float: left; margin: -5px 5px 5px -5px; padding: 0px; border: 0px; border-right: 3px solid #0060aa; border-bottom: 3px solid #0060aa;}
.header-img a img {border: 0px;}

.event a { color: white; text-decoration: none;}

.more {	text-align: center;}
.more a {color: #000; text-decoration: none;}
.more a:hover {text-decoration: underline;}

#vice_mene {}