/* Standard Mondaymorning.org style sheet */

body {
	color: #000000;
	background-color: #FFFFFF;
}

.bar {
	postition: static;
	/* background: #ff7e20; */
	background: #00CCFF;
	border: solid 1px #000;
	margin: 0;
	padding: 2px;
	z-index: 1;
	width: 95%;  /* False value for IE4-5.x/Win */	
}


.mainarea {
	width: 95%;
	/* background-color: #f7ff5d; */
	border: solid 1px #000;
	margin: 5px;
	padding: 0;
	z-index: 1;
}

ul.menu_list {
	padding-left: 5px;
	border-left: 5px;
	margin-left: 5px;
	/* border: solid 1px #000; */
	list-style: none;
}

.menu {
	float: left; 
	/* background-color: #f7ff5d; */
/*	border: solid 1px #000; */ 
	margin: 0.5%;
	padding: 0px;
	z-index: 2;
	width: 15%;  
	overflow: auto;
	height: auto;
	display: inline;
}

.content {
	background: #ffffff;
	border: solid 1px #000;
	margin: 0.5%;
	padding: 5px;
	z-index: 1;
	height: auto;
	overflow: auto
}

.content_main {
	background: #ffffff;
	border: solid 1px #000;
	margin: 0.5%;
	padding: 5px;
	z-index: 1;
	height: 95%;   
	overflow: auto
}

.lastchanged {
	float: left;
	font-size: x-small;
	margin: 5px;
}

.logo {
	text-align: center;
	font-size: 60px;
	font-style: italic;
	font-family: times;
	margin: 10px;
	padding: 0;
	text-decoration: none;
}

.footer {
	width: 95%;
}

.validation {
	text-align: right;
	float: right;
	margin: 5px;
}

h4.point {
	background-color: #CCCCCC;
	border: solid 1px #000;
	width: 80%;
}

.skiplink  { 
  display: none; 
} 

p.navigation {
  display: none; 
} 
	
p.greeting {
  font-family: times;
  text-align: center;
  font-size: large;
}

.bold {
  font-weight: bold;
  width: 15%;
  float: left;
}

.bold_address {
  font-weight: bold;
  width: 15%;
  float: left;
  height: 80px;
}

.contact_line {
  padding: 5px;
}
