/* Standard Mondaymorning.org style sheet */

body {
	color: #000000;
	background: #FFFFFF url(../smoke.jpg) no-repeat;
}

p {
	padding: 5px;
}

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

#yui-main {
	padding-right: 2em;
}

.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
}

.things {
	margin-left: 30px;
}

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

.lastchanged {
	float: left;
	font-size: x-small;
	margin: 5px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

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

.logo a {
	text-decoration: none;
	color: #000000;
}
.footer {
	position: relative;
	bottom: 0;
	width: 95%;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

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

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

.skiplink  { 
  display: none; 
} 

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