#titlebar{
	margin-left:4em;
	width: 87.5%;
	padding-top: 20px;
}
#titlebar p{
	background-color: #00FF00;
	color: blue;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}

#navigation_column{
	float: left;
	background-color: #00FF00;
	margin-left:4em;
	/*height: 460px;*/
	height: 239px;
/*	width: 200px;*/
	width: 11%;
	color: yellow;
}

#navigation_column li{
        border-bottom-style: solid;
	border-color: #00FF00;
	list-style-type: none;
	background-color: blue;
	border-bottom-width: 1px;
	padding: 1px 4px 1px;
}

#navigation_column a{
	text-decoration: none;
	font-size: 15px;
	background-color: blue;
	color: yellow;
}

#navigation_column a:hover{
	background-color: yellow;
	width: 100%;
	color: blue;
}
#contents{
	float: left;
	height: 512px;
/*	width: 600px;*/
	width: 74.5%;
	color: black;
	padding:0.5em;
	overflow:auto;
}
li{
	background-color: yellow;
	color: blue;
}
.onpage{
	color: yellow;
}
table{
	border: 1px solid black;
	margin-top:2em;
	margin-left:10em;
}
h1,h2{color:blue;}

th,td{
  background-color:#00FF00;
  color:blue;
}
