@CHARSET "ISO-8859-1";

:
focus {
	-moz-outline-style: none;
}

body {
	margin: 0 0 0 0;
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

#header {
	height: 120px;
}

#central {
	
}

#main {
	position: relative;
	float: left;
	display: block;
	width: 70%;

	text-align: center;
	color: black;
	/* background-color: white; */
	
}

#rightBox {
	background-color: blue;
	border-style: outset ;
	border-width: 6;
	border-color: white;
}

#footer {
	margin-top: 1cm;
	width: 100%;
}

#SignatureSlogan{
	margin-right: 1cm;
	text-align: right;
	color: #EBE726;
}

.menu {
	margin: 5px;
	position: relative;
	vertical-align: top;
	width: 15%;

	/* min-width: 150px;*/
	float: left;
	display: block;
}

.menu ul {
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0px;
}

.menu li {
	list-style-type: none;
	font-weight: normal;
	margin-top: 5px;
	color: #B1B1B1;
}

.menu_li_Level2 {
	margin-top: 0px;
}


.menu a {
	margin-top: 5px;
	color: #B1B1B1;
	text-decoration: none;
	outline: none;
}

.menu a:hover {
	color: #EBE726;
	background-color:black;
}


}