body {
	font-family: "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-size:12px;
	color: black;
/*	line-height: 1.5em;*/
}

#langnav, #topnav, #searchbox, #teaser, #left {
	display: none;
}

#logo {
	width: 100%;
	text-align: right;
	margin-bottom: 25px;
}

#content {
	float: left;
	width: 70%;
}

#right {
	float: right;
	width: 20%;
	padding-left: 25px;
	border-left: 1px solid silver;
}

#footer {
	clear: both;
}

#footernav li {
display:inline;
padding: 5px;
}

#footernav ul {
list-style: none;
list-style-image: none;
padding-top: 25px;
}

a {
	color: black;
}

table {
	width: 100%;
	margin: 15px 0;

}

thead {
	background-color: #f4f4f4;
	color:#555d5d;
}

td, th {
	border: 1px solid #f4f4f4;
	padding: 2px 6px;
}

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

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

.align-center {
	text-align: center;
}

caption {
	font-style: italic; 
}
