/* CSS Document */

body { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#808080;
	margin-top:0;
}

#intro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size:14px;
/*	font-weight:bold; */
}

#news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

img { border-style:none }

#menu { width: 12em; } 

/* remove bullets and list indents */
#menu ul {
	list-style: none;
	margin:0;
	padding:0;
	position:relative;
	left:11px;
	width: 16em;
	line-height:0;
}


/* make the list elements a containing block for the nested lists */
#menu li {
	position:relative;
}

#menu ul ul {
	position:absolute;
	top:0;
	padding:0;
	margin:0;
	left:100%; /* to position them to the right of their containing block */
	width:100%; /* width is based on the containing block */
}

#menu ul ul, ul li:hover ul ul { display:none; }

#menu ul li:hover ul, ul ul li:hover ul { display:block; }

.pagename{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#414770;
	font-size:22px;
	font-weight: bolder
}

.text{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size:12px;
	
}

.subtitles{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000024;
	font-size:12px;
	font-weight:bold
}

.titles{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000042;
	font-size:16px;
	font-weight:bold
}
