html {
	height:100%;
}

body {
	height:100%;
}
div {
	display:block;
}
/* Main containers */
#wrapper {
	margin:0 auto -80px auto;
	width:1122px;
	background: url('../img/background.png') repeat-y 167px;
	min-height:100%;
}
#header {
	width:788px;
	margin:0 auto;
	padding:0;
	clear:both;
	height:166px;
	background:white;
}

#menu {
	width:1122px;
	margin:0 auto;
	height:63px;
	clear:both;
	background:white;
	padding-bottom:53px;
}

#content {
	width:788px;
	background:#e0e0e0;
	margin:0 auto 0 auto;
	min-height:400px;
	clear:both;
}
.buffer {
	height:80px;
}

#footer {
	height:80px;
	background:white;
}

/* Header elements */
#header div.logo {
float:left;
	margin: 31px 0 23px 250px;
	width:332px;
	height:111px;
	background: url('../img/logo.png') no-repeat;
}

.languages {
	float:right;
	margin-top:130px;
	right:0;
	bottom:0;
}

.lang {
	float:left;
	background: url('../img/lang.png') no-repeat;
	width: 31px;
	height: 31px;
	margin: 2px;
}
.lang a{
	display:block;
	width: 31px;
	height: 17px;
	color: #007795;
	padding: 7px 0;
	text-align: center;
	text-decoration:none;
	border:none;
}

div.languages .selected  {
	float:left;
	background: url('../img/lang_sel.png') no-repeat;
	width: 31px;
	height: 31px;
	margin: 2px;
}

div.languages .selected a{
	color:white;
}
/* Menu elements */

#menu ul {
	text-decoration:none;
	display:block;
	background: url('../img/menu_background.png') repeat-x;
	list-style-type:none;
	float:left;
	height:63px;
	padding:0;
	width:1122px;
}
#menu ul li {
	float:left;	
	background: url('../img/menu_separator.png') no-repeat right 9px;

	height:63px;
}
#menu ul li.first {
	background: url('../img/left_menu.png') no-repeat;
	width:167px;
}
#menu ul li.last_link {
	background: none;
}
#menu ul li.last {
	background: url('../img/right_menu.png') no-repeat;
	width:167px;
	float:right;
}
#menu ul li.home {
	width:71px;
}
#menu ul li a {
	height:35px;
	display:block;
	color:white;
	text-decoration:none;
	font-size:20px;
	margin: 9px 1px 0px -2px;
	padding:19px 15px 0 15px;
	line-height:1em;
}
#menu ul li a.selected {
	background: url('../img/button_pressed.png') repeat-x;
}

#menu ul li a span.home {
	background: url('../img/home.png') no-repeat;
	height:23px;
	display:block;
	margin:-3px 0 0 10px;
}

/* Tabs */
div.tabs {

}
ul.tabNavigation {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width:200px;
	text-align:center;
	
}

ul.tabNavigation li {
	display: block;
	margin: -9px 0 0 0;
	background: url('../img/tab_inactive.png') repeat-x;
	height:56px;
	float:left;
}

ul.tabNavigation li a {
	background: url('../img/tab_left_inactive.png') no-repeat;
	display:block;
	height:56px;
	text-decoration: none;
	border:0;
}
ul.tabNavigation li a span {
	padding-left:25px;
	padding-right:25px;
	text-align:center;
	background: url('../img/tab_right_inactive.png') no-repeat right 0px;
	display:block;
	color: #404e00;
	text-decoration: none;
	border:0;
	line-height: 1em;
}
ul.tabNavigation li.selected {
	background: url('../img/tab_active.png') repeat-x;
}

ul.tabNavigation li.selected a{
	background: url('../img/tab_left_active.png') no-repeat;

}
ul.tabNavigation li.selected a span{
	background: url('../img/tab_right_active.png') no-repeat right 0px;
}

UL.tabNavigation LI A:focus {
	outline: 0;
}

div.tabs > div {
	padding: 10px 0 0 0;
}


/* heading */
div.heading {
	height:62px;
	margin:30px 0 15px -10px;
	clear:both;
	float:left;
}
div.heading span {
	background: url('../img/header_background.png') repeat-x;
	height:62px;
	display:block;
	float:left;
	font-size:24px;
	color: #404e00;
	line-height:42px;
	padding: 0 15px;
}
div.heading_left {
	background: url('../img/header_left.png') no-repeat;
	height:62px;
	float:left;
	width:21px;
}
div.heading_right {
	background: url('../img/header_right.png') no-repeat;
	height:62px;
	width:25px;
	float:left;
}
		

/* Content */ 
#content p {
	clear:both;
	padding:10px;
  text-align:justify;
}

.subheader{
  font-style:italic;
  font-weight:bold;
}
H3{
	padding:0 0 0 10px;
}

