

A {	
	color : #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline; 
	font-size: 100%;
	font-weight: bold;
}

A:LINK, A:VISITED {
	color : #FF6633;  /* FF6633 -orange/pink, CC6666 meat,  6699CC - blue 9966CC- light purple, 6060c0 - original purple,  8060ff purple, 8060ff blue*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none; 
	font-size: 100%;
	font-weight: bold;
	/*display: inline;*/
}


A:HOVER, A:ACTIVE  { 
	color: #FF3333;  /*6060C0 blue, 663399 - darker purple*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline; 
	font-size: 100%;
	font-weight: bold;
}


BODY {
	background : #EEEEEE;
	color : #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 90%;*/
	margin: 0em 0em 0em 0em; /*table up to the very top*/
}

/*BODY { background: url(bar.gif) white;
       background-repeat: repeat-x ! important } '! important' will win out over contradictory styles of otherwise equal weight.*/

P   { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000033;
	font-size: 90%; 
	line-height:18px;
}

  
/*Centering block of text, image*/
P.blocktext {
 	margin-left: 20%;
    margin-left: auto;
    margin-right: auto;
    width: 6em
}

TABLE.border {	/*index page table*/
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	border-left: 2px solid #FFFFFF;
	}

TABLE.main { /*main table*/
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 100%;
	background-color : white;
	width: 920px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	border-left: 2px solid #FFFFFF;
	
}

TD {
	color : #000033;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	/*text-indent : 3px;*/
	line-height:15px;
	padding: 0px 10px 0px 10px; /*up, right, down, left*/
	
}
 
TD.nopadd {padding: 0px 0px 0px 0px; }
 
h1 {
	color : #6699CC; /*6060C0-purple, 0066cc-BLUE, 6060c0 purple, 6080ff blue, 0066CC boja logo-a*/
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 170%;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	} 

h2 {
	 margin-top: 2em; 
	 margin-bottom: 2em; 
	 font-size: 120%;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 }
	 
	 
.line {height: 0.5px; color: #CCCCCC; background-color: #CCCCCC; width: 100%;}
.line hr {display: none;}/*This line has to be present, otherwise hr is not displayed right*/



		
.bg-silver { 
		background:#EEEEEE; 
		height: 30px; 
		color:#FFFFFF; 
		font-weight:bold;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #CCCCCC;
		text-indent: 5px; }
		
.bodybg { background:#EEEEEE; font-size: 60%; color:#333333; }
.em { font-style: italic; }
.smaller { font-size: 60%;}
.strong { font-weight: bold; }
.bigger { font-size: 120%;}





/* CSS Drop Down Menu */

/*#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}*/
#menuh-container
	{
	font-size: 100%;
	/*position: left;*/
	top:0;
	/*left: 5%;*/
	width: 100%;
	margin: 0px;
	/*border: 0.5px solid white;*/
	}


#menuh
	{
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em; /*menu starts at the left edge ofthe ceph logo*/
	/*margin-top: 0em;*/ /*menu starts just under the ceph logo*/
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space: nowrap;
	margin:0;
	border: 0.5px solid #99CCFF; /*thin blue border*/
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #6699CC; /*blue menu color*/
	text-decoration:none;
	height:20px;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #000000;
	background-color: #C0C0C0; /* C0C0C0 silver, CC6666 meat color, 99CCFF - light blue*/
	text-decoration:none;
	}	
	
#menuh a.top_parent /* attaches down-arrow to all top-parents */
	{
	background-image: url(/images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	height:20px;
	}
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(/images/navdown_black.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent 	/* attaches side-arrow to all parents */
	{
	background-image: url(/images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;

	}
	
#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(/images/nav_black.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 220px;	/* width of all menu boxes does not depend of the size of the font. 
					1/4 of the menu if there are 4 columns*/
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

