body {
	background-color: #eee;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 0;
	margin-bottom: 30px;
}

h2 {
	margin-top: 0;
}

h4 {
	margin-top: 0;
}

h5 {
	font-size: 12px;
	margin: 0 0 5px;
	line-height: 1em;
}

h6 {
	font-size: 12px;
	text-align: left;
	margin: 0;
}

p {
	margin: 0 0 10px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:focus { 
	outline: none;
}

hr {
	border: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #fff;
}

img, object {
	margin: 10px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}

img.text {
	margin: 10px 0 10px 10px;
	float: right;
}

a img:hover {
	background-color: #eee;
}

#head {
	background: #006699 url(img/header.png) repeat-x;
	width: 100%;
	height: 150px;
}

span#headimg{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -234px;
	width: 468px;
	height: 126px;
	background: url(img/logo.png) no-repeat;
	cursor: pointer;
}

#menu {
	width: 100%;
	height: 32px;
	font-weight: bold;
	background: #eee url(img/bg.png) repeat-x;
	border-top: 4px solid #66ccff;
}

* html #menu {
	background: #eee;
}

#menu ul {
	position: absolute;
	width: 750px;
	left: 50%;
	margin: -2px 0 0 -380px;
	padding: 0;
	line-height: 38px;
	list-style-position: inside;
	list-style-type: none;
}

*+ html #menu ul {
	margin-top: -4px;
	line-height: 40px;
}

* html #menu ul {
	margin-top: -4px;
	line-height: 40px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 7px 10px 0 10px;
	background: none;
	border: none;
	color: #444;
	text-decoration: none;
}

#menu a:hover {
	border-top: 4px solid #fff;
	color: #000;
}

#menu span.lang {
	position: absolute;
	left: 50%;
	margin: 7px 0 0 295px;
}

#menu span.lang img {
	margin: 0;
	padding: 0;
	border: none;
}

#menu span.lang a {
	margin: 0 0 0 4px;
	padding: 0;
	border: none;
}

span#login {
	position: absolute;
	left: 50%;
	margin-top: 10px;
	margin-left: 232px;
	width: 128px;
	height: 19px;
	font-size: 12px;
	text-align: right;
	background: url(img/key.png) no-repeat;
}

#content {
	position: absolute;
	left: 50%;
	width: 750px;
	margin: 0 0 0 -380px;
	border: 1px solid #ccc;
	background: #fff url(img/menu.png) repeat-y 590px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 12px #bbb;
	-webkit-box-shadow: 0 0 12px #bbb;
	box-shadow: 0 0 12px #bbb;
}

#main {
	width: 500px;
	min-height: 410px;
	text-align: justify;
	line-height: 1.4em;
	font-size: 15px;
	float: left;
	margin: 0;
	padding: 30px;
	border-right: 1px solid #ccc;
}

* html #main {
	height: 410px;
}

#main a {
	border-bottom: 1px solid #aaa;
	text-decoration: none;
}

#main a:hover {
	background-color: #ddd;
	text-decoration: none;
}

#main ol li {
	margin: 8px 0;
}

#main ul li {
	margin: 2px 0;
	list-style-type: disc;
}

#main ul.dgprint {
	padding: 0;
	line-height: 0.7;
	font-size: 14px;
	font-weight: bold;
}

#main ul.dgprint li {
	margin-right: 16px;
	margin-bottom: 12px;
	text-align: center;
	list-style-type: none;
	float: left;
}

*+ html #main ul.dgprint li {
	margin-right: 12px;
}

* html #main ul.dgprint li {
	margin-right: 0;

}

#main ul.dgprint li a {
	border: none;
}

#main ul.dgprint li a:hover {
	background: none;	
}

span.code {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}

#right {
	float: right;
	width: 189px;
	padding: 40px 0 0;
	font-size: 13px;
	bottom: 0;
}

#right ul.menu, ul#twitter_update_list {
	margin: 0 0 12px;
	padding: 5px;
	width: 160px;
	line-height: 1.5em;
}

#right ul.menu li, ul#twitter_update_list li {
	margin: 0;
	padding: 5px 0 3px 18px;
	font-style: normal;
	list-style-position: outside;
	background: url(img/triang.png) 0 0.6em no-repeat;
	list-style-type: none;
}

#right ul.menu img {
	margin: 0;
	padding: 3px;
}

#right ul.menu li.img {
	text-align: center;
	background: none;
}

#right ul.menu li.print {
	margin: 10px 0 0 2px;
	padding: 5px 0 0 23px;
	background: url(img/print.png) 0 0.6em no-repeat;
}

#right ul.menu li.pdf {
	margin: 0 0 0 2px;
	padding: 5px 0 0 23px;
	background: url(img/document.png) 0 0.6em no-repeat;
}

ul#twitter_update_list li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#right h3 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 3px 7px;
	border-bottom: 1px solid #ccc;
	color: #006699;
}

#right hr {
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
}

#right a {
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}

a.blue, ul#twitter_update_list a {
	color: #006699;
	display: block;
}

#foot {
	position: absolute;
	font-size: 11px;
	text-align: center;
	width: 750px;
	bottom: -35px;
	padding: 10px 0;
	color: #777;
}

#foot a {
	color: #777;
}

*+ html #foot {
	margin-left: -560px;
}

* html #foot {
	
	margin-left: -560px;
}

#fancy {
	font-size: 13px;
}

#fancy table {
	margin: 0;
	padding: 0;
	width: 100%;
}

#fancy tr.odd {
	background-color: #eee;
}

#fancy td {
	padding: 4px 6px;
}

#fancy table.utm {
	width: 250px;
	border: 1px solid #ccc;
}