body { 
	background-color:#000000;
	color:#000000;
	font-family:Arial;
	padding:0;
	margin:0;
}

.fullwide { 
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	padding:0;
	width:100%; 
	height:100%; 
	background-color:#000000; 
	text-align:center;
}

.reallywide { 
	position:relative; 
	top:0px; 
	left:0px; 
	margin:0 auto;
	padding:0;
	text-align:center;
	width:800px; 
	background-color:white; 
}

.main {
	padding:0;
	margin:0;
	text-align:left;
	width:100%;
}

a {
	color:#093d72;
	text-decoration:none;
}

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

.header {
	height:120px;
}

.logo {
	position:relative;
	top:10px;
	left:10px;
	width:184px;
	text-align:left;
	float:left;
}


.slogan {
	font-size:16px;
	font-family:Arial;
	position:absolute;
	top:85px;
	left:170px;
	font-style:normal;
	color:black;
	width:500px;
}

.languages {
	position: absolute;
	font-size: 9px;
	top: 11px;
	left: 520px;
	visibility: visible;
}

.languages a {
	color:#093d72;
	text-decoration:none;
}

.languages a:hover {
	color:#bb4606;
}

.seals {
	position:absolute;
	top:10px;
	left:594px;
}

.menubar {
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	padding:0px;
	margin:0px;
	border:0px;
}

.menubar table {
	height:34px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	border:0px;
	margin:0px;
	font-size:11pt;
	color:#ffffff;
	font-weight:400;
	text-align:center;
	background: url(/images/menu_bg.jpg) repeat-x center;
}

.menubar table a {
	text-decoration:none;
	color:#ffffff;
	text-align:center;
}

.menubar table a:active {
	text-decoration:none;
	text-align:center;
}

.menubar table a:hover {
	color:#aaccff;
	text-decoration:none;
	text-align:center;
}

.menubar table a:link {
	text-align:center;
}

.menubar table a:visited {
	text-align:center;
}

.menubar table tr {
	padding:0px;
	border:0px;
	margin:0px;
	text-align:center;
}

.menubar table td {
	text-align:center;
	padding:0px;
	margin:0px;
	background: url(/images/menu_div.jpg) no-repeat right;
	overflow:hidden;
}

.menubar table #active {
	background: url(/images/menu_active2.jpg) repeat right;
	color:green;
	font-weight:bold;
	cursor:default;
}


p.error {
	color:#d9181e;
	font-weight:bold;
}

.error td {
	color:#d9181e;
	font-weight:bold;
}

.error td input {
	color:black;
	font-weight:bold;
	background-color:#ffa8a8;
	padding:2px 2px 2px 2px;
}

.error select {
	background-color:#ffa8a8;
	color:#000000;
	font-weight:bold;
}
