/* Stuff for the side-menu - take from listomatic */

 /* #navcontainer { width: 200px; } /* */


#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a
{
display: block;
padding: 3px;
/* width: 160px; */
/* background-color: #036; /* */
background-color: #000053;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
/* background-color: #369; /* */
background-color: #999;
color: #fff;
}

ul#navlist li#active a
{
background: #666;
color: white;
}


/* end side menu */

body	{
font-family: Arial, Helvetica, sans-serif;
background-color: #000053;
color: white;
}

span.loc_side 
{
	font-size: smaller ;
} 
span.unicon_side {
	font-size: smallest ;
	font-weight: bold; 
/*	background-color: yellow; */
}

div.panel_side {
	width: 20%;
	float: left;
	/* background: red; */
 }
div.panel_main {
	width: 75%;
	padding-left: 10pt;
	float: left;
	/* background: pink; */
}

.logo_side {

text-align: center;
padding-bottom: 40px;

}

dt { font-weight: bold; }

.lastUpdated {
	clear: both;
	padding-top: 20px;
	font-size: 70%;
}

a { color: yellow }

a.mailto { font-family: monospace; }

.logo_side img { border: 0 }

.caption { font-size: 70% ;}

