/*********************
 * Miscellaneous
 *********************/
@page {
	size: portrait;
	margin: 1cm;
}

body	{
	font-family: Bodoni, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: black;
}

a {
	text-decoration: none;
	color: red;
}

thead {
	display: none;
}

/*********************
 * Header
 *********************/
#header	{
	display: none;
}

/*********************
 * Footer
 *********************/
#footer	{
	display: none;
}

.legal {
	text-align: left;
	float: left;
}

.last_modified_date {
	text-align: right;
	float: right;
}

/*********************
 * Menu
 *********************/
#menu	{
	display: none;
}

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 170px;
}

.menu li {
	background-image: url(../img/menu_element.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 25px;
	padding: 35px 0 0 0;
	margin: -1px 0 0 0;
	font-size: 15px;
}

li.menu_top {
	background-image: url(../img/menu_top.gif);
	height: 29px;
	padding: 120px 0 0 0;
	margin: 0 0 0 0;
}

li.menu_bottom {
	background-image: url(../img/menu_bottom.gif);
	height: 21px;
	padding: 39px 0 0 0;
}

/*********************
 * Submenus
 *********************/
#submenu {
	display: none;
}

.submenu_header {
	list-style: none;
	padding: 0;
	margin: 0;
}

.submenu_header li {
	float: left;
	margin: 2px 2px 0 2px;
	border: 0px solid rgb(115,0,6);
	padding: 4px;
}

.submenu_header li:hover {
	font-weight: bold;
}
	
.active {
	background-color: rgb(255,255,179);
	font-weight: bold;
}

.inactive {
	background-color: rgb(255,255,140);
}

/*********************
 * Content
 *********************/
#content {
	margin: 0;
}

.submenu_item {
	padding: 10px;
	display: block;
}

.title {
	border: 2px solid black;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	width: 490px;
}

.items {
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	padding: 5px;
	width: 490px;
	margin-bottom: 40px;
	line-height: 2em;
}