* {
	padding: 0;
	margin: 0;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #d0d0d0;
	color: #000000;
	font-size: 11px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 17px;
}
img {
	border: 0px;
}
ul {
	padding-left: 20px;
	line-height: 150%;
	padding-bottom: 20px;
}
#languageNav {
	position: absolute;
	top: 230px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	font-size: 11px;
	line-height: 20px;
	color: #888888;
}

.navLanNormal {
	color: #f3f4f6;
	text-decoration: none;
}

.navLanSelected {
	color: #f3f4f6;
	text-decoration: none;
	font-weight: bold;
}

p {
	padding-bottom: 20px;
	line-height: 150%;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
/*	border: 1px solid red;*/
}
#header {
	background: transparent url(../images/header.jpg) no-repeat top center;
	height: 240px;
/*	border: 1px solid red;*/
}
#navigation {
	position: absolute;
	width: 786px;
	margin-top: 192px;
}
#content {
	padding: 0 20px 30px 20px;
	color: white;
	height: 500px;
	background: #5a5a5a url(../images/backdrop2.png) no-repeat bottom left;
}
#content .inner {
	width: 500px;
	margin-left: 100px;
	padding-top: 20px;
}
#content a {
	color: #fff;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#announcement {
	position: absolute;
	top: 0;
	margin: 0 0 0 -50px;
	display: block;
}
#languageNav {
	width: 780px;
	text-align: right;
}
#footer {
	color: #848484;
	text-align: center;
	width: 760px;
	position: absolute;
	top: 780px;
	padding: 0 0 20px 0;
}
#footer a {
	color: #848484;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
