html,body {
	margin: 0;
	padding: 0;
}

body {
	font: 75% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 830px;
	margin: 0 auto;
	border-top: 9px solid #075486;
}

#languages, #search {
	display: none;
}

#menu {
	width: 830px;
	height: 22px;
	background: #000;
	margin-bottom: 5px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu > ul > li {
	float: left;
	position: relative;
}

#menu ul li a {
	font-size: 0.9em;
	color: #fff !important;
	text-decoration: none;
	display: block;
	background: #000;
	padding: 5px 15px 0 15px;
	border-right: 2px solid #fff;
	height: 17px;
	text-transform: uppercase;
}

#menu ul li a:hover, #menu > ul > li#current > a {
	background: #075486;
}

#menu > ul > li > ul {
	display: none;
}

#menu > ul > li:hover > ul {
	position: absolute;
	top: 22px;
	left: 0;
	display: block;
}

#menu > ul > li > ul > li > a {
	border-right: 0 !important;
	border-top: 2px solid #fff;
}

.layoutimage {
	border: 1px solid #075486;
}

#content {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content a {
	color: #075486;
	text-decoration: none;
}

#content .detaillink a {
	font-size: 0.9em;
	background: #075486;
	color: #fff !important;
	padding: 2px 5px;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline !important;
}

#twocol1 img, #twocol2 img {
	width: 398px;
	border: 1px solid #075486;
}

#threecol1 img, #threecol2 img, #threecol3 img {
	width: 258px;
	border: 1px solid #075486;
}

#footer {
	border-top: 1px solid #075486;
	padding-top: 20px;
	font-size: 0.9em;
	text-align: center;
}

label.error {
	color: #f00;
}