/* CSS Document */

<style type="text/css">
<!--
body,td,th {
	font-family: Tahoma;
	color: #5B0000;
	font-size: 12px;
}
body {
	background-color: #EBF5EC;
	font-family: Tahoma;
	color: #5B0000;
	font-size: 14px;
}
.captions {
	font-size: 12px;
	line-height: normal;
	color: #5B0000;
	font-family: Tahoma;
	color: #5B0000;
}

.EnglishHeader {
	font-family: Tahoma;
	color: #5B0000;
	font-weight: bold;
	font-size: 18px;
}

.LatinHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #5B0000;
	font-size: 18px;
}
.Subheader {
	font-size: 16px;
	font-style: italic;
	color: #5B0000;
}

a:link {
	text-decoration: none;
	color: #5B0000;
}
a:visited {
	text-decoration: none;
	color: #5B0000;
}
a:hover {
	text-decoration: underline;
}

#header {
	position: relative;
	padding-bottom: 20px;
} 
#middle_panel {
	width: 937px;
	float: left;
}
#sidebar {
	width: 170px;
	float:left; 
	overflow: hidden;
	margin-right: 10px;
}
#rightsidebar {
	width: 180px;
	float: right; 
	overflow: hidden;
	margin-left: 5px;
}
#main_content { 
	width: 572px;
	float: left; 
	overflow:hidden;
}
#footer {
}



-->
</style>