body {
	background: #FFF url(/include/bg.png);
	color:#1B1B1B;
	margin:0;
	text-align:center;
	min-height:100%;
	height:100%;
	font: 0.7em Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

html {
	min-height:100%;
	height:100%;
}

h1,h2 {
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
	margin:0.8%;
	margin-left:0;
}

a {
	text-decoration:underline;
	color:#0FA7F3;
}

a:hover {
	text-decoration:none;
	color:#46BEFB;
}

#main {
	min-height:100%;
	height:auto !important;
	height:100%;
	background-color:#FFF;
	margin:auto;
	text-align:left;
	width:727px !important;
	width:747px;
	padding:2px 10px 0px 10px;
}

#lang {
	border:1px solid #EDEDED;
	padding:6px;
	margin:2px 0;
	text-align:right;
}

#lang a {
	color:#969696;
	text-decoration:none;
}

#lang a.selected {
	color:#1B1B1B;
}

#header {
	background-image:url(/include/header.png);
	background-repeat:no-repeat;
	text-indent:-9000px;
	width:726px;
	height:217px;
	display:block;
	margin:4px 0px;
}

a.nav {
	display:block;
	float:left;
	padding:16px 0;
	background-color:#F1F1F1;
	color:#AAA;
	width:142px;
	height:12px !important;
	height:44px;
	font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin-right:3px;
	margin-bottom:4px;
	margin-top:0px;
}

a.nav:hover {
	background-color:#FFF;
	color:#3BB8F8;
	margin-right:3px;
	margin-bottom:4px;
	margin-top:0px;
}

#greynav {
	height:44px;
	background-color:#F1F1F1;
	float:left;
	width:227px;
	margin-bottom:4px;
}

.infobox {
	padding:0 10px;
	padding-left:165px;
	background-color:#E3F5FF;
	border:1px solid #CADBE5;
	clear:both;
	margin:4px 0;
}

#content {
	background-color:#F9F9F9;
	padding:10px;
	margin-bottom:4px;
}

#footer {
	background-color:#F1F1F1;
	text-align:center;
	padding:12px 12px 8px 12px;
}

#imp {
	float:right;
}

#imp a {
	text-decoration:none;
	font-weight:bold;
	color:#777;
}

#navbreak {
	font-size:4px;
	height:4px;
}

#nav {
	padding-bottom:4px;
}

.inputbox { 
	border: 0px;
	background-color:#F9F9F9;
	font-weight: bold;
	}
	