

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-size: 11.5px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	background: #001746 url("/graphics/bg.png") repeat-x top;
	color: #111;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, h5, p {
	margin: 0;
	text-align: left;
	}
.none {
	display: none;
	}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	}


/* ___| line top |_____________________ */


#linetop {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 25px;
	}
#linetop p {
	font-size: 10px;
	padding-top: 4px;
	text-align: right;
	color: #769cce;
	}

#linetop a {
	font-size: 10px;
	padding-top: 4px;
	text-align: right;
	color: #769cce;
	text-decoration: none;
} 

#linetop a:hover {
	font-weight: bold;
	}
		
/* ___| container |_____________________ */


#container {
	margin: 0 auto 0 auto;
	width: 1005px;
	background: url("/graphics/bg_main.png") repeat-y 29px 0;
	position: relative;
	z-index: 30;
	}
#main {
	margin: 0 auto 0 auto;
	width: 1005px;
	min-height: 780px;
	background: url("/graphics/bg_top.png") no-repeat top;
	}
	
	
/* ___| head |_____________________ */


#head {
	margin: 0 auto 0 auto;
	width: 906px;
	height: 189px;
	background: url("/graphics/bg_head.jpg") no-repeat right bottom;
	}
#head h1 {
	padding: 86px 0 0 30px;
	}
	
	
/* ___| menu |_____________________ */


menu {
	margin: 10px 0 0 0;
	padding: 13px 8px 0 13px;
	width: auto;
	height: 23px;
	background: #022979 url("/graphics/bg_menu.png") repeat-x;
	float: right;
	}
menu li {
	margin: 0 0 0 9px;
	padding: 2px 15px 2px 0;
	list-style: none;
	height: 36px;
	font-weight: bold;
	display: inline;
	border-right: 1px solid #88acd6;
	}
menu li#last {
	border-right: 0;
	}
menu li a {
	padding-bottom: 3px;
	text-decoration: none;
	color: #fff;
	border-bottom: 3px solid #022979;
	}
menu li a:hover {	
	color: #b1f16a;
	border-bottom: 3px solid #b1f16a;
	position: relative;
	}
	
	
/* ___| left |_____________________ */


#left {
	margin: 6px 0 0 52px;
	padding-bottom: 230px;
	width: 210px;
	float: left;
	}
#left h3 {
	margin: 0;
	padding: 1px 0 0 15px;
	width: 190px;
	height: 30px;
	line-height: 31px;
	vertical-align: middle;
	background: #91c559 url("/graphics/bg_title_l.png") no-repeat;
	color: #267105;
	font-size: 13px;
	}
#left ul#submenu {
	margin: 2px 0 0 2px;
	padding: 0;
	}
#left ul#submenu li {
	margin: 0;
	list-style: none;
	font-weight: bold;
	}
#left ul#submenu li a {
	margin: 0;
	padding: 0 8px 0 40px;
	text-decoration: underline;
	color: #003399;
	width: 162px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	list-style: none;
	display: block;
	background: url("/graphics/bg_item.png") no-repeat;
	background-position: 0 0;
	}
#left ul#submenu li a:hover {
	padding-right: 4px;
	text-decoration: none;
	background-position: 0 -30px;
	color: #267105;
	border-right: 4px solid #fff;
	}
#left .box {
	margin: 13px 0 0 14px;
	width: 179px;
	}
#left .box form {
	margin: 0;
	padding: 0;
	}
#left .box form input {
	margin: 0;
	padding: 3px;
	color: #616161;
	border: 1px solid #8a8a8a;
	background: url("/graphics/bg_input.png") repeat-x left;
	}
#left .box form input.button {
	margin: 0 0 0 70px;
	padding: 0 10px 0 0;
	width: 85px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border: 0;
	background: url("/graphics/butt_med.png") no-repeat;
	}
#left .boxt {
	margin: 0;
	width: 179px;
	height: 5px;
	background: #c1d6f0 url("/graphics/bg_boxt.png") no-repeat;
	font-size: 0;
	}
#left .boxm {
	margin: 0;
	padding: 10px 0 7px 15px;
	width: 164px;
	min-height: 40px;
	background: #c1d6f0;
	}
#left .boxb {
	margin: 0;
	width: 179px;
	height: 5px;
	background: #c1d6f0 url("/graphics/bg_boxb.png") no-repeat;
	font-size: 0;
	}
#botimg {
	margin: -201px 0 0 38px;
	width: 226px;
	height: 201px;
	background: url("/graphics/bg_botimg.jpg") no-repeat;
	position: relative;
	float: left;
	clear: both;
	}
	
	
/* ___| middle |_____________________ */


#mid {
	margin: 6px 0 0 0;
	padding: 0 25px 20px 25px;
	width: 429px;
	float: left;
	}
#mid p#path {
	margin: 0 -25px 20px -25px;
	padding-left: 19px;
	width: 460px;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	background: #769CCE url("/graphics/bg_title_m.png") no-repeat;
	color: #fff;
	}
#mid p#path a {
	text-decoration: none;
	color: #fff;
	}
#mid p#path a:hover {
	text-decoration: underline;
	}
#mid h2 {
	margin-bottom: 10px;
	font-size: 13px;
	color: #003399;
	clear: both;
	}
#mid h3 {
	margin: 10px 0 10px 0;
	font-size: 11px;
	color: #000;
	}
#mid p {
	margin: 0;
	line-height: 1.5em;
	}
#mid p a {
	color: #000;
	text-decoration: underline;
	}
#mid p a:hover {
	text-decoration: none;
	}
.line {
	margin: 10px 0 12px 0;
	width: 427px;
	height: 3px;
	font-size: 0;
	background: url("/graphics/bg_line.png") repeat-x;
	float: right;
	clear: both;
	}
.gbox {
	margin: 0;
	width: 175px;
	}
.gbox_t {
	margin: 0;
	width: 175px;
	height: 5px;
	background: url("/graphics/bg_gbox_t.png") no-repeat;
	font-size: 0;
	}
.gbox_m {
	margin: 0;
	padding: 4px 11px 0 11px;
	width: 151px;
	min-height: 40px;
	border-left: 1px solid #9bd15f;
	border-right: 1px solid #9bd15f;
	background: #ddf6c2;
	}	
.gbox_b {
	margin: 0;
	width: 175px;
	height: 5px;
	background: url("/graphics/bg_gbox_b.png") no-repeat;
	font-size: 0;
	}
#mid .gbox p {
	margin: 0;
	padding-bottom: 4px;
	}
#mid .gbox p strong {
	color: #4b800f;
	}
#mid p.bu {
	float: right;
	clear: both;
	}
#mid p.bu a {
	margin: 0;
	padding-left: 15px;
	width: 105px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	background: url("/graphics/butt_lar.png") no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#mid p.bu a:hover {
	text-decoration: underline;
	}
#cll {
	margin: 0;
	float: left;
	}
#clll {
	margin: 0 0 0 15px;
	float: left;
	}
#clr {
	margin: 0;
	float: right;
	}

	
/* ___| ibox |_____________________ */


.ibox {
	margin: 10px 0 10px 2px;
	width: 425px;
	float: right;
	clear: both;
	}
.ibox_t {
	margin: 0;
	width: 425px;
	height: 5px;
	background: #ebebeb url("/graphics/bg_ibox_t.png") no-repeat;
	font-size: 0;
	float: left;
	clear: both;
	}
.ibox_m {
	margin: 0;
	width: 425px;
	min-height: 40px;
	background: #ebebeb url("/graphics/bg_ibox_m.png") repeat-y;
	float: left;
	clear: both;
	}
		
.ibox_b {
	margin: 0;
	width: 425px;
	height: 5px;
	background: #ebebeb url("/graphics/bg_ibox_b.png") no-repeat;
	font-size: 0;
	float: left;
	clear: both;
	}
.ibox .text {
	margin: 6px 0 6px 4px;
	width: 200px;
	float: right;
	}
#mid .ibox h3 {
	margin: 0 0 5px 0;
	color: #003399;
	font-size: 11px;
	text-decoration: underline;
	}
#mid .ibox p {
	line-height: 1.4em;
	}
.ibox img.nahl {
	margin: 1px 0 0 0;
	padding: 1px;
	border: 1px solid #000;
	background: #fff;
	float: left;
	}
.ibox img.arrr {
	margin: 40px 0 0 0;
	float: left;
	}
.ibox img.arrl {
	margin: 40px 0 0 2px;
	float: left;
	}
	
/* ___| right |_____________________ */


#right {
	margin: 6px 0 0 7px;
	padding: 0 15px 15px 15px;
	width: 179px;
	float: left;
	}
#right h3 {
	margin: 0 -15px 15px -15px;
	padding: 1px 0 0 15px;
	width: 194px;
	height: 30px;
	line-height: 31px;
	vertical-align: middle;
	background: #769cce url("/graphics/bg_title_r.png") no-repeat;
	color: #003399;
	font-size: 13px;
	}
#right h4 {
	margin-bottom: 2px;
	color: #003399;
	text-decoration: underline;
	font-size: 11px;
	}
#right p {
	line-height: 1.3em;
	}
#right p.date {
	color: #629243;
	}
#right .line {
	margin: 0 0 16px 0;
	width: auto;
	height: 30px;
	background-position: bottom;
	font-size: 10px;
	}
#right .line p {
	margin: 6px 0 -6px 0;
	width: 64px;
	height: 30px;
	line-height: 28px;
	vertical-align: middle;
	color: #fff;
	background: #fff url("/graphics/butt_min.png") no-repeat right;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	position: relative;
	float: right;
	}
#right .line p a {
	padding-right: 7px;
	text-decoration: none;
	color: #fff;
	}
#right .line p a:hover {
	text-decoration: underline;
	}
	
	
/* ___| footer |_____________________ */


#footer {
	margin: -117px 0 0 0;
	width: 100%;
	height: 183px;
	background: #003399 url("/graphics/bg_footer.jpg") no-repeat center;
	}
#footer p {
	padding: 136px 0 0 600px;
	color: #769cce;
	font-size: 10px;
	text-align: center;
	}
