body{
	background-color:#9CF;
	font-family:sans-serif;
}

div{
	/*margin:5px;*/
}

.header{
	margin:5px;
	border:1px solid white;
	background-color:#39F;
	height:70px;
	padding:10px;
	text-align:center;
}

.body{
	margin:5px;
}

.sidebar{
	display:inline;
	float:left;
	width:135px;
	height:320px;
	border:1px solid white;
	background-color:#39F;
	margin-bottom:5px;
}

.sidebarlink{
	margin:5px;
	width:125px;
	border:1px solid white;
	background-color:#00478E; /*was 6C9*/
	text-align:center;
}


a:link,
a:visited,
a:hover{
	color:blue;
	text-decoration:none;
}

a:hover{
	opacity:1;
}

a img{
	border:none;
}

.imagebox a:link,
.sidebarlink a:link,
.footer a:link,
.imagebox a:visited,
.sidebarlink a:visited,
.footer a:visited{
	color:white;
}

.imagebox a:hover,
.sidebarlink a:hover,
.footer a:hover{
	color:lightblue;
}

.imagebox a:link,
.imagebox a:visited{
	color:navy;
}

.imagebox a:hover{
	color:blue;
}


.imagebox{
	display:inline;
	float:left;
	width:340px;
	text-align:center;
	vertical-align:middle;
}

.content{
	text-align:center;
	display:inline;
	width:70%;
	float:left;
	margin-left:1%;
}
.footer{
	clear:both;
	border:1px solid white;
	background-color:#39F;
	color:white;
	font-size:70%;
	text-align:center;
	margin:5px;
}

tr.use
{
	background-color:#9C9;
}
tr.update
{
	background-color:#C99;
}
tr.access
{
	background-color:#99C;
}
