/* Style doc for EdgePal
   see http://projectseven.com/tutorials/css_munus/list_01 */
body {
	margin:0;
	padding:0;
	color:#000000;
	background: #ffffa8;
	font-family: sans-serif;
}
p {
	font-size: 100%;
}
h1 {
	color: #800000;
	background: inherit;
	margin: 3px 0 3px 0;
	text-align: center;
}
h2, h3, h4 {
	color: #800000;
	background: inherit;
}
.init {
	font-weight: bold;
	font-size: 105%;
	color: #800000;
	background: inherit;
}
.subt {
	font-weight: bold;
	font-size: 110%;
	color: #700000;
	background: inherit;
	text-align: center;
}
#headerleft {
	position: absolute;
	text-align: center;
	width: 160px;
	height: 100px;
	padding : 2px;
	margin: 10px;
	border-color : #48D1CC;
	border-style : groove;
	border-width : 0px 0px 0px 0px;
}
#header {
	position: absolute;
	text-align: center;
	left: 200px;
	right: 0px;
	height: 100px;
	padding : 2px;
	margin: 10px;
	border-color : #48D1CC;
	border-style : groove;
	border-width : 0px 0px 0px 0px;
}
#navlist {
	top: 0px;
	left: 0px;
	right: 0px;
	padding : 3px 10px 1px 10px;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: sans-serif;
	font-weight: bold;
}
#navlist li {
	margin: 3px 0 3px 0;
}
#navlist a {
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 2px 20px 2px 10px;
	border: 1px solid #000000;
	width: auto;
	color: #000000;
	background-color: #ffff70;
}
#navlist a:link, #navlink a:visited {
	color: #000000;
	background-color: #ffff70;
	text-decoration: none;
	/* */
}
#navlist a:hover {
	background-color: #f0f0f0;
	color: #000000;
}
#content {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 5px 15px 5px 15px;
	height: auto;
	color:#000000;
	background: #ffffcc;
}
#footer {
	margin: 10px 10px 3px 10px;
	padding : 1px 10px 1px 10px;
}
.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background: #FFFFFF;
  color : #000099;
  font-family : sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
  border-color : #48D1CC;
  border-style : groove;
  border-width : 2px;
  }
