* {
	font-family: sans-serif;
	margin: 0px;
}

html {
	background-color: #eee;
}

body {
	color: #000;
	width: 760px;
	margin: auto;
	padding: 20px;
	background-color: #fff;
	border-left: 3px solid #639829;
	border-right: 3px solid #639829;
	border-bottom: 3px solid #639829;
}

img {
       border: none;
}

#header {
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 3em;
}

#header #logo {
	float: left;
	margin: 0px 15px 15px 0px;
}

#header #langbar {
	font-size: 70%;
	margin: 0px auto 10px auto;
	text-align: center;
}

#header #langbar * {
	display: inline;
}

#header #fsfe-logo {
	float: right;
}

#header #menu {
	clear:both;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #639829; 
}

#menu span {
	font-size: 90%;
}

#menu a:hover {
	color: #93C748;
}

#menu .webgen-menu-item-selected {
	font-weight: bold;
}

#menu ul {
	margin: auto;
	text-align: center;
	width: 80%;
	list-style-type: none;
	border-bottom: 3px solid #639829;
	border-top: 3px solid #639829;
}

#menu li {
	display: inline;
    	padding: 2px 10px;
	margin-right: 6px;
	position: relative;
	left: -20px;
}

#body {
	clear: both;
}

#body h2 {
	font-size: 1.4em;
	margin: .5em 0;
}

#body h3 {
        font-size: 1.1em;
        margin: .5em 0;
}

#body p {
	margin-bottom: 1em;
	font-size: 90%;
}

a, a:link {
  	color: #202D79;
  	text-decoration: none;
}


a:visited {
  	color: #3394CE;
  	text-decoration: none;
}

a:hover, a:active, a:focus {
  	color: #6BB340;
  	text-decoration: none;
}

/*
a.lighter, a.lighter:link {
  	color: #6B76B3;
  	text-decoration: none;
}

a.lighter:visited {
  	color: #73BBE6;
  	text-decoration: none;
}

a.lighter:hover, a.lighter:active, a.lighter:focus {
  	color: #8CCC66;
  	text-decoration: none;
}
*/

#readers-table {
	font-size: 90%;
	text-align: center;
	margin: auto;
	margin-bottom: 2em;
	border: 1px solid #ccc;
}

#readers-table tr {
	background-color: #ddd;
}

#readers-table th {
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}

#readers-table td {
	padding: 5px;
}

#links {
	margin-bottom: 1em;
	font-size: 90%;
}

.rec-description {
	font-size: 80%;
	font-style: italic;
	margin-bottom: 1em;
}

.green-background {
	background-color: #B8D68C;
}

.footnote {
	font-size: 80%;
	font-style: italic;
	margin-bottom: 1em;
}

a.footnote-link {
	font-size: 70%;
	vertical-align: top;
	font-weight: normal;
}

#body p.graphic-link {
	font-style: italic;
	font-size: 70%;
	color: green;
}

div.htmlcode {
	font-family: monospace;
	background-color: #ccc;
	border: 1px dashed #000;
	padding: 5px;
	margin: -10px 0 15px 0;
}

div.htmlcode a {
	font-family: monospace;
}

#footer {
	border-top: 3px solid #639829;
	clear: both;
	padding: 5px;
	padding-top: 10px;
	margin-top: 1em;
	text-align: center;
	font-size: 70%;
}
