html, body{
	height: 100%;
	font-family: sans-serif;
}
		
.main_table{
	padding: 0px;
	text-align: left;
	height: 100%;
	width: 100%;
}

.content_table{
	padding: 0px;
	height: 100%;
	vertical-align: top;
	font-size: 10pt;
}

.site_banner{
	background-color: #000000;
}

.nav_menu{
	background-color: #111144;
	width: 128px;
	height: 100%;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
}

.content_area{
	font-family: sans-serif;
	font-size: 10pt;
	padding-left: 5px;
	height: 100%;
	vertical-align: top;
}

.submenu{
	vertical-align: top;
	font-size: 10pt;
	padding-left: 2px;
	font-weight: bold;
	color: white;
	width: 100%;
	background-color: rgb(55, 83, 119)
}

.menuitem{
	width: 100%;
	font-size: 10pt;
	color: black;
}

.articlebody{
	width: 100%;
	font-size: 10pt;
	background-color: #111111;
	color: #01BF65;
}

.articlemeta{
	width: 100%;
	font-size: 8pt;
	background-color: #C0C0C0;
	color: black;
}

a:link{
	color:blue;
	text-decoration: none;
}
a:visited{
	color:blue;
	text-decoration: none;
}
.menuitem a:link{
	color: #018F65;
}
.menuitem a:visited{
	color: #018F65;
}
.menuitem a:hover{
	background-color: #222266;
	color:white;
	/* font-weight: bold; */
	text-decoration: none;
	display: block;
	width: 100%;
}

.menuitemWIP{
	width: 100%;
	font-size: 10pt;
	background-color: white;
	color: black;
}

.menuitemWIP a:link{
	color:red;
	text-decoration: none;
}
.menuitemWIP a:visited{
	color:red;
	text-decoration: none;
}

.articlebody a:hover{
	background-color: #DDDDDD;
	color: blue;
	font-weight: normal;
}

#oldrepo td{
	border: 1px solid #BBBBBB;
}