html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#top
{

}

#center
{
	height: 101%;
}


#left
{
	float: left;
	height: 100%;
	width: 16%;
	padding: 0;
	margin: 0;
display:block;
}

#middle
{
	float: left;
	height: 100%;
	width: 66%;
	margin-left: -1px;
	margin-right: -1px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #CC9900;
}

#right
{
	float: left;
	height: 100%;
	width: 16%;
	margin-left: 5px;
}

#right table
{
	width: 90%;
	margin-top: 10px;
	margin-left: 10px;;	
}

#logos
{
	width: 100%;
}

#ruler
{
	width: 100%;
	height: 22px;
}

#igda-logo
{
	float: left;
        border: 0;
}

#cffm-logo
{
	float: right;
}

#content
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


#menu 
{
	list-style-type: none;
/*
	white-space: nowrap;
*/
	padding: 10px;
	padding: 10px;
	margin: 0;
	
}


#menu li a 
{
	text-decoration: none;
	font-weight: bold;	

}

#menu li a:hover 
{

	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #CC9900;
	
}


#menu li a:visited
{
	color: #000;
}


#menu li.menu-level1-no a
{
	font-size: 1em;
	color: #000;	
}


#menu li.menu-level1-act a
{
	color: #CC0033;
	font-size: 1em;
}

#menu li.menu-level2-no
{
	padding-left: 0.5em;
}

#menu li.menu-level2-act
{
	padding-left: 0.5em;
}

#menu li.menu-level2-no a
{
	font-size: 0.8em;
	color: #000;
}

#menu li.menu-level2-act a
{
	color: #CC0033;
	font-size: 0.8em;
}

#content * h1, #content h1, #content * h2, #content h2, #content * h3, #content h3, #content * h4, #content h4
{
	color: #CC9900;
}

a
{
	color: #CC0033;
}