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

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

h1{
	font-size:1.5em;
}

.header{
	margin:5px;
	border:1px solid white;
	background-color:#69C;
	height:150px;
	/*padding:10px;*/
	overflow:hidden;
	text-align:center;
}

.body{
	margin:5px;
}

ol,ul{
	padding: 0px;
	margin: 0px;
}

li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.article ul li {
	list-style-type: circle;
	margin-left: 30px;
}

.article td {
	padding: 5px;
	margin: 0;
}

.article ol li {
	list-style-type: decimal;
	margin-left: 30px;
}

.sidebar{
	display:inline;
	float:left;
	width:15%;
	/*height:620px;*/
	border:1px solid white;
	background-color:#369;
	margin-bottom:5px;
}

.sidebarlink{
	margin:5px;
	padding:2px;
	border:1px solid white;
	background-color:#69C;
	text-align:center;
}

.sidebarheader{
	margin:5px;
	padding:2px;
	text-align:center;
	color:white;
}


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

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:#add8e6;
}

.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;
	width:83%;
	display:inline;
	float:left;
	margin-left:1%;
}
.footer{
	clear:both;
	padding:2px;
	border:1px solid white;
	background-color:#036;
	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;
}
.row{
	width:900px; margin-left: auto; margin-right: auto; padding:0px; margin-top: 0px; margin-bottom: 0px; height:75px;
}
.box
{
	border:none; font-size:55px; float:left; margin-top:10px; height:75px; width:75px;
}
.box a
{
	position:relative;
	bottom:10px;
}
acronym
{
	text-decoration:none;
	border-bottom:none;
}       


