/* CSS Document */

/* Existing tags */
body {
	background-color:#FFFFFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.74em;
	color:#333366;
	cursor:default;

}
h1 {
	text-decoration:underline;
}
a {
	color:#000033;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#0000cc;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 1px dotted #333333;
}
a:visited {
	color:#333399;
	text-decoration:none;
}
img {
	float:left;
	padding:4px;
	border: 1px solid #cccccc;
	margin: 2px 2px 2px 0;
}


/* Custom ID's */
#container {
	width:750px;
	margin: 0 auto 0 auto;
	padding-right:10px;
	padding-left:10px;
	border-right:0px solid #ff9900;
	border-left:0px solid #ff9900;
	border-bottom:0px solid #ff9900;
	background-color:#FFFFFF;
}
#menu {
	width:748px;
	padding:0 0px 0px 0px;
	background-image:url(back-eu.jpg);
	color:#FFFFFF;
	font-weight:bold;
	height:150px;
	text-decoration:none;
}
#menu a {
	height:140px;
	padding:5px;
	background-color:#333366;
	margin-right:1px;
	float:left;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:100%;
	text-decoration:none;
}
#menu .current {
	height:140px;
	padding:5px;
	background-color:#9999CC;
	margin-right:1px;
	float:left;
	vertical-align:bottom;
	color:#FFFFFF;
	font-size:100%;
	text-decoration:none;
}

#menu a:hover {
	height:138px;
	padding:5px;
	background-color:transparent;
	margin-right:1px;
	float:left;
	vertical-align:bottom;
	color:#FFFFFF;
	font-size:100%;
	text-decoration:none;
}
#footer {
	width:742px;
	padding:2px;
	background-image:url(back-bo.jpg);
	color:#FFFFFF;
	font-size:90%;
	clear:both;
	border-right: 0px solid #FF9900;
	border-top: 2px solid #FF6600;
	border-left: 0px solid #FF9900;
}

#orange {
	width:748px;
	height: 16px;
	background-image:url(back-li.jpg);
	padding-left:5px;
	background-color:#FFCC99;
	color:#FFFFFF;
	font-weight:bold;
	clear:both;
}

#menufooter {
	width:748px;
	height: 4px;
	background-image:url(back-li.jpg);
	padding:0px;
	background-color:#FFCC99;

	color:#FFFFFF;
	font-weight:bold;
	clear:both;
	border-top:0px solid #ffffff;
	border-bottom: 0px solid #FF6633;
	border-right: 0px solid #FF6633;
	border-top: 0px solid #FF6633;
	border-left: 0px solid #FF6633;
}
	

