body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, "Arial Black";
	font-size: 12pt;
}
h1, h2, h3, h4, h5, h6, h7 {
	color: #a33905;
}
a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

caption {
	font-weight: bold;
	text-align: left;
}


.w783 {
	width: 783px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-top: 20px;
}
#headerRight {
	float: right;
	margin-top: 38px;
	margin-right: 4px;
	background-image: url(/images/meb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 68px;
	font-weight: bold;
}
#headerBar {
	background-image: url(/images/headerBar.gif);
	text-align: right;
	height: 30px;
	padding-right: 8px;
	padding-top: 6px;
	font-size: 90%;
}
#menu {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#menu li {
	height: 30px;
	width: 134px;
	background-image: url(/images/menuBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 5px;
}
#menu li a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	display: block;
}
#menu li a:hover {
	color: #e67c00;
}
.title {
	font-size: 16pt;
}

#footer {
	margin-top: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ff9700;
	padding-top: 10px;
}
