body {
	background-color: #E9E9E9;
	text-align: center;
	font-family: Verdana, Arial, Sans serif;
	font-size:9pt;
	color:#527226;
}		

h1 { 
	display: none;
}

h2 {
	text-align: center;
	font-size: 26pt;
	margin-top: 0px;
	margin-bottom: 5px;
}

a {
	text-decoration:none; 
	color:#BFAA18;
	font-weight:bold;
}

a:hover {
	color : #D8C124;
}

dt {
	font-weight: bold;
	margin-top: 1em;
}
 

/* --- */

#content {
	width: 800px;
	border: 1px black solid;
	background-color: #ECF5C3;/*#EFF4D7;*/
	margin: auto;
	text-align: left;
	padding: 5px;
}

#menu {
	list-style-type: none;
	background-image: url(../images/amma.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	height: 600px;
	padding-left: 0;
	padding-top: 100px;
	margin-right: 25px;
}

#menu li {
	margin-bottom: 10px;
}

#menu a {
	color : #D8C124;
	font-size : 8pt;
	font-family : Verdana, Arial, Tahoma;
	font-weight : bold;
} 


#menu a:hover {
	color : #BFAA18;
}

#banner { 
	height: 115px;
	width: 100%;
	background-image: url(../images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: right;
	font-size: smaller;
	font-weight: bold;
}

