body {
	margin: 0px;
	padding: 0px;
	font: 11pt "Trebuchet MS", Tahoma, Arial;
	background-color: #B9E2D6;
	color: Black;
}

a {
	color: Black;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16pt;
	font-weight: bold;
	color: Black;
	text-align: center;
	background-color: #40AE8E;
	border-top: 4px solid #316757;
}

#menu {
	background: url(images/menu_line.gif) repeat-x top;
}

#menu a {
	font-size: 10pt;
	color: White;
	text-decoration: none;
}

#menu .ma {
	background: url(images/mab.gif) repeat-x bottom;
	text-align: center;
}

#menu .m {
	background: url(images/mb.gif) repeat-x bottom;
	text-align: center;
}

#content {
	width: 600px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 35px;
}

#content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid Black;
}

#more {
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px #316757 solid;
	border-top: 1px #316757 solid;
	background-color: #40AE8E;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 10pt;
}

#prog {
	padding: 8px;
	margin-bottom: 8px;
	font-size: 10pt;
	border: 1px dashed Black;
	background-color: #7FCAB4;
}

#prog h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#prog p {
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 0px;
}
