* {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

html {
	background-color: white;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
}

img {
	border: 0;
}

h1 {
	display: none;
}

h2, h3, h4, h5, h6 {
	font-family: arial;
	text-transform: uppercase;
}

h2 {
	font-size: 2.4em;
	font-family: verdana, arial, sans-serif;
	padding-bottom: .5em;

}
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }

h3 a {
	color: #99c;
	text-decoration: underline;
}

p {
	margin-bottom: .6em;
}

div#header {
	position: relative;
	background-color: #13387d;
	margin: 2.6em 0 1.6em 0;
	height: 16.6em;
}
div#header #logo {
	position: relative;
	left: 1em;
	top: 1em;
}
div#header div {
	position: absolute;
	background-color: inherit;
	left: 17em;
	top: 0;
	width: 53em;
	height: 100%;
}

ul#menu, ul#footer {
	list-style: none;
}

ul#menu {
	position: absolute;
	top: 1em;
	right: 0;
	font-size: 1em;
	line-height: 1.5em;
	min-width: 48em;
}
ul#menu li {
}
ul#menu li a {
	display: none;
}
ul#menu ul li a {
	display: block;
}
ul#menu ul {
	border-left: 1px solid white;
	float: left;
	list-style: inherit;
	padding: .8em .8em .2em .8em;
}
ul#menu ul ul {
	float: none;
	border: 0;
	list-style: circle;
	color: white;
	padding: 0 0 .4em 1.6em;
}
ul#menu a, ul#submenu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
ul#menu a:hover, ul#submenu a:hover {
	text-decoration: underline;
}

ul ul#menuid_3, ul ul#menuid_4, ul ul#menuid_5 {
	background: url(../images/menu_ejc.gif) no-repeat top left;
	padding-top: 2.6em;
}
ul ul#menuid_4 { background-image: url(../images/menu_ebu.gif); }
ul ul#menuid_5 { background-image: url(../images/menu_nsj.gif); }

ul#mainsubmenu, ul#submenu a {
	color: #ffdb38;
	padding-left: 20px;
	padding-bottom: 20px;
}
ul#submenu, ul#submenu a {
	color: #ffdb38;
}
ul#submenu {
	position: absolute;
	bottom: .4em;
	right: -7em;
	width: 40em;
	font-size: 1.6em;
	font-family: arial;
	text-transform: uppercase;
}
ul#submenu li {
	display: inline;
	padding: .2em .6em;
}

div#content {
	width: 66.6em;
	margin-left: 2.6em;
}
div#content h2 {
	color: #99c;
}
div#content h3 {
	color: 	#13387d;
}

div#main, div#sub {
	min-height: 40em;
}

div#main {
	width: 43em;
	float: right;
}

div#sub {
	width: 20.4em;
	float: left;
}
div#sub h3 {
	padding-bottom: .2em;
}

ul#footer {
	margin: 2em 0 3em 2.6em;
	clear: both;
	float: left;
	border-right: 1px solid black;
	height: 5.7em;
}
ul#footer li {
	margin: 0 .2em;
	padding: 0 .5em;
	float: left;
	height: 100%;
	border-left: 1px solid black;
	min-width: 10em;
	text-align: center;
}

/* classes */
ul#menu.collapsed {
	height: 2.2em;
	overflow: hidden;
}
ul#menu.open {
	height: auto;
}
ul#submenu li.active a {
	color: white;
}

iframe#youtube-video {
	position: absolute;
	top: 1em;
	left: 64em;
}
