body
{ 
	position:absolute;
	background:#ffffff;
	font-family: arial, sans-serif;
}
html, body
{ 
	top:0; left:0; right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
}


a:link,
a:visited,
a:active,
a:hover
{
	color: #005295;
}


#header_container 
{
	position:fixed;
	top:0; left:0; right:0;
	margin:0;
	height:55px;
	z-index:3;
}

#header 
{
	line-height:55px;
	z-index:3;
	margin:0;
	padding-top:5px;
	padding-left:100px;
	background-image: url('/pics/line.jpg');
	background-repeat: repeat-x;
}

#menu
{
	position:fixed;
	top:4em;
	left:.5em;
	width:9em;
	padding:0.5em;
}



#content
{
	margin:0;
	padding-top:4.85em;
	padding-left:12em;
	padding-bottom:3em;
	z-index:2;
}

#title
{
	font-weight:600;
}

#footer_container
{
	position:fixed;
	bottom:0; left:0; right:0;
	text-align:center;
	margin:0;
	height:2.5em;
	z-index:3;
}
#footer 
{
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	line-height: 2.5em;
	font-size: 0.7em;
	background:#005295;
	color: #FFFFFF;
	z-index:3;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover
{
	color: #FFFFFF;
}

* html, * html body 
{
	overflow:hidden;
	bottom:0;
	height:100%;
}
* html #header_container, * html #footer_container
{
	position:absolute;
	width:100%;
	padding-right:16px;
}
* html #menu
{
	position:absolute;
}
* html #header, * html #footer
{
	height:100%;
	position:static;
}
* html #content 
{
	position:absolute;
	top:0; bottom:0; left:0; right:0;
	height:100%;
	width:100%;
	overflow:auto;
	margin:0;
}

#menu li
{
	list-style: none;
	margin:0;
	padding:0.3em;
}
#menu a:link, #menu a:visited, #menu a:active
{
	display:block;
	background:#eeeeee;
	color:black;
	text-decoration:none;
	margin:0;
	padding:0.2em;;
}
#menu a:hover
{
	background:#005295;
	color:#ffffff;
}

#menu li.menuactive a:link, #menu li.menuactive a:visited, #menu li.menuactive a:active
{
	background:#005295;
	color:#ffffff;
}


#menu li.menuedit a:link, #menu li.menuedit a:visited, #menu li.menuedit a:active, #menu li.menuedit a:hover
{
	color:black;
	text-decoration:none;
	margin:0;
	padding:0.2em;;	background:#005295;
	color:#ffffff;
}

* html #menu
{
	margin:0;
	width:10.5em; 
}
