body {
	background: #fff;
	font-family: Georgia, times, serif;
	font-size: 80%;
	line-height: 1.5em;
	position: relative;
	color: #708ea4;
	margin: 6px 0 0 0;
	margin: 0 auto;
	position: relative;
	/*border: 1px solid #000;*/
}

#header {
	height: 158px;
	background: url(../images/headerbg.jpg) no-repeat top left;
	text-indent: -999px;
}

 #header #iaasearchform {
	width: 300px;
	float: right;
	text-indent: 0px;
	text-align: right;
	margin-right: 6px;
}

#nav {
	float: left;
	width: 115px;	
}

#nav li {
	margin: 0 15px 0 0;
	padding: 0.3em 0 0.65em 15px;
	width: 100%;
	border-bottom: solid 2px #fff;
	background-color: #f0f1e0;
}

#nav a, #questions a {
	color: #00365E;
	display: block;
	width: 100%;
	height: 100%;
}

 a {
	color: #00365E;
}

.register #register {
	background: #b0003e url(../images/arrow.png) no-repeat left;
}

li#register {
	background: #b0003e;
}

#register a {
	color: #fff;
}

#register:hover a {
	color: #00365E;
}

#register a:hover {
	color: #00365E;
}

#nav li:hover, .home #home, .migrants #migrants, .ia #ia, .la #la, .ere #ere, .news #news, .about #about, #footer li:hover {
	background: #dbdcb4 url(../images/arrow.png) no-repeat left;
}

#footer {
	clear: both;
}

#text ul {
	list-style: disc outside none;
	margin: 0.5em 2.5em;
}

#text ol {
	list-style: decimal outside none;
	margin: 0.5em 2.5em;
}

#text ul ul {
	list-style: circle outside none;
	margin: 0.5em 2.5em;
}

#text ol ol {
	list-style: lower-roman outside none;
	margin: 0.5em 2.5em;
}

#text li {
	padding-bottom:0.5em;	
}

#text h1 {
	font-size: 130%;
	font-weight: bold;
	color: #00365E;
}

#text h2 {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	color: #00365E;
}

#text h3 {
	font-size: 110%;
	font-variant: small-caps;
}

#text h4 {
	font-size: 110%;
	font-family: arial, sans-serif;
	font-weight: bold;
}

#text h5 {
	font-size: 110%;
	font-weight: bold;
}

#text h1, #text h2, #text h3, #text h4, #text h5 {
	/*font-weight: bold;*/
	margin: 0.3em 0 0.6em 0;
	line-height: 1.1em;
}

div:first-child h1 {
	margin-top: 0;
}

#text p {
	margin: 1em auto;
}

#footer {
	margin-top: 1.6em;
	text-align: center;
}

#footer ul {
	clear: both;
	display: inline;
	margin: 0 auto;
	border-top: 1px solid #708ea4;
}

#footer ul li {
	display: inline;
	margin: 1em;
	padding: 0.3em 5px 0.65em 15px;
	font-size: 0.8em;
}

sup {
	vertical-align: super;
	font-size: 1em;
}

th, td {
	border: 1px solid #708ea4;
	padding: 0.3em;
	margin: 0.2em;
}

table {
	border-spacing: 4px;
	margin-bottom: 1.5em;
}

blockquote, .highlight {
	margin: 1.4em;
	background-color: #f0f1e0;
}

blockquote:before {
	content: open-quote;
}

blockquote:after {
	content: close-quote;
}

.highlight {
	font-style: italic;
}

abbr {
	border-bottom: 1px dashed;
}

th {
	text-align: left;
}

.nowrap {
	white-space: nowrap;
}