body {
	text-align:left;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size:12px;
	color: #000000;
	background-color:#f79239;
	height:100%;
	margin:1em;
	min-height:100%;
	max-height:100%;
}

/* Main board */
#board {
	position:relative;
	width:800px;
	margin:0 auto;
	background-color:#fff;
	min-height:940px;
	height:auto;
	border:0px solid #000;
}

.text {
	margin-bottom:1.5em;
	font-size:1em;	
}

.red {
	color:#F00;
}

.center {
	text-align:center;
}

.text ul {
	margin-top:0px;
}

.title {
	color:#f68933;
	font-weight:bold;
	font-size:100%;
	margin-bottom:1em;
}

.subtitle {
	color:#f68933;
	font-size:100%;
	margin-bottom:1em;
	margin-top:2em;
}

img {
	border-width : 0px;
}

/* Hypertext links */
a, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #036;
	text-decoration: none ;
}

a:hover {
	text-decoration:underline;
}

/* Hypertext links */
a.menu, a.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	text-decoration: none ;
}

a.menu:hover {
	color:#f68933;
	text-decoration:underline;
}

div {
	height:100%;
}

/**********************************************************/
                     /* MENU ITEMS */
/**********************************************************/

#hor_bar {
	border-top: 0px solid #0092C0;
	position: absolute;
	z-index: +2;
	right: 0px;
	padding-left:2px;
	border:1px solid #000;
	top:100px
}

#listMenuRoot {
	position:absolute;
	top:120px;
	border-top:1px solid #999;
	width:100%
}

.menulist {
	border-top: 0px solid #0092C0;
	position: absolute;
	z-index: +2;
	right: 0px;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 position: relative;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: relative; top: 0px; left: 0px; z-index: +2;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 top:-1px;
 margin-left: 0px;
 text-align:center;
 background-image: none;
 border-top: 0px solid #0092C0;
 border-bottom: 0px solid #0092C0;
 margin-right:2px;
 line-height:20px;
 color:#036;
 font-size:1em;
 width:120px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}

.menulist div.main {
	border : 1px solid #999;
	/*color:#036;*/
	color:#999;
	text-align:center;
}

.menulist ul.sub {
	margin-top:0px;
	left:0px;
	top: -2px;
}

.menulist li.sub {
	background-color:#FFFFFF;
	text-align:left;
	line-height:20px;
}

/*********************************************/
			/* LEFT BOX */
/*********************************************/
#Content {
	width:760px;
	position:relative;
	top:2em;
	margin:1.5em;
	}

#Menu {
	position:relative;
	padding:0.7em;
	background-color:#eee;
	border:1px solid #eee;
	line-height:1.5em;
	width:98%;
	text-align:justify;
	margin-top:50px;
	margin-bottom:2em;
}

/*********************************************/
			/* INTRODUCTION BOX */
/*********************************************/
#logo_ln {
	position:absolute;
	top:100px;
	left:400px;
	width:50%;
	text-align:center;
	}

#logo_ons {
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px solid #999;
	width:50%;
	text-align:center;
	}
	
#logo_ons img {
	position:relative;
	top: 115px;
	left:0px;
}

img.enum {
	vertical-align:middle;
	margin-left:8px;
	margin-right:8px;
}
