/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/


* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #069FFF  url(images/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 11px Arial, Helvetica, sans-serif;
}

img {border:0;}

.title
{
font-size: 24px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	background-color : #f8f8ff;
	border-bottom : 1px solid #f0f0ff;
}

h1,h2,h3 {
  padding: .5em 0 .25em .25em;
	margin: 1em 0 .5em 0;
  color: #126DA2;
}

h2, h3 {
	background-color : #fcfcff;
	border-bottom : 1px solid #f8f8ff;
}

table {
  width : 100%;
  margin : 0;
}

tr {
  width : 100%;
}

th {
	background-color : #f0f0ff;
  color: #126DA2;
  padding : .4em;
  text-align : center;
}

td {
  padding : .1em;
}

tr.odd td, tr.odd th {
	background-color : #fcfcff;
}

.clear {clear: both;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	background: url(images/clouds.jpg) repeat-x;
	padding: 40px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 14px;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

#logo {
	width: 780px;
	height: 150px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	background : none;
	border : none;
/* 	text-transform: lowercase; */
}

#logo h1 {
	padding: 20px 5px 0 25px;
	font-size: 24px;
	color: #0272BA;
}

#logo h2 {
	padding: 0px 0 0 25px;
	font-size: 18px;
	color: #0272BA;
}


#logo a {
	color: #fff;
	text-decoration:none;
}

.languages {float:right; padding:10px 10px 0 0;}
.languages img {border:2px solid #fff;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(images/menu.gif);
	border: 1px solid #DFEEF7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(images/menu.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background: #319EDD; color: #ffffff; text-decoration: underline}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(images/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
/* .sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
} */
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #DCEFFF;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {font-family: Arial, Helvetica, sans-serif;}

/* footer */
#footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 60px;
	padding-top: 30px;
}
#footer p
{
padding: 0px;
margin: 0px;
}
#footer a, #footer a:hover {color: #FFF;}

#menu {list-style-type:none;}
#menu li {float:left; display:block; padding:10px;}
#menu li a {text-decoration:none; color:#4060a0; font-size:120%;}
#menu li a:hover {color:#79f;}

.backlink {display:none;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}