body 	{
	font-family: arial, verdana, helvetica;
	background: white;
	color: gray;
	text-align: left;
	margin: 0;
	}
#m-col  {
	width: 100%;
	height: 100%;
	}
#header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
	height: 50px;
	background: white;
	color: black;
	border: none;
        }        
#navbar {
	position: absolute;
	top: 50px;
	left: 0;
	width: 20%;
	height: 100%;
	background: red;
	color: white;
	font-family: arial, verdana, helvetica;
	text-align: left;
	border: solid 1px gray;
	}
#navbar a{
	text-decoration: none;
	background: red;
	color: white;
	}
#navbar a:hover{
	text-decoration: none;
	background: white;
	color: red;
	}
#content{
	position: absolute;
	top: 50px;
	left: 21%;
	width: 60%;
	height: 100%;
	background: white;
	color: gray;
	border: gray solid 1px;
	padding: 10px;
	}
#right{	
	position: absolute;
	top: 50px;
	left: 82%;
	width: 18%;
	height: 100%;
	background: red;
	color: white;
	border: gray 1px solid;
	font-size: 80%;
	}
ul	{
	font-weight: bold;
	}
li	{
	font-weight: normal;
	}
img	{
	border: none;
	}
.footnote {
	text-align: center;
	font-style: italic;
	font-variant: small-caps;
	font-size: 60%;
	}