html, body, #content
{
	min-height: 100%;
	width: 100%;
	height: 100%; /* Hack for IE5+ */
}

html>body, html>body #content
{
	height: auto;
}

body
{
	margin: 0px;
}

#content
{
	position: absolute;
	top: 0px;
	left: 0px;
}


.menu
{
	position : absolute;
	top : 6em;
	left : 5px;
	width : 10em;
	z-index : 1;
	padding : 0px;
	margin-top : 5px;
}

.menu
{
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.menu a
{
	display : block;
	margin: 0.3em 0.0em 0.0em 0.5em;
}

.submenu
{
	display : block;
	margin:0px;
	margin-left:0px; 
  padding-left:20px; 
  font-weight: lighter;
  font-size: smaller;
 }

.submenu li
{

}



.menu .delimiter
{
	display : none;
}

.other
{
	position : absolute;
	top : 6em;
	right : 5px;
	width : 10em;
	z-index : 1;
	padding : 0em;
}

.other
{
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.contentText
{
	margin-top:6em;
	margin-bottom: 3em;
	margin-right:12em;
	margin-left:12em;
	height: auto;
	padding:0.5em;
}

.footer {
	width: 100%;
	text-align: center;
	border-top:1px solid rgb(0,0,0);
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	position:absolute;
	bottom :0px;
}

.title
{
	width: 75%;
	text-align: left;
	position:absolute;
	top:10px;
	left:6em;
	margin-left : auto;
	margin-right: auto;
	padding: 5px;
	z-index : 1;
	color:rgb(11,16,109);
}

.titlegraph
{
	width: 100%;
	text-align: left;
	border-bottom:1px solid rgb(0,0,0);
	position:absolute;
	top:0px;
	left:0px;
	margin-left : auto;
	margin-right: auto;
	padding: 0px;
	z-index : 0;
}
