html {
	background-color: #eee;
	color: black;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Swiss, sans-serif;
	font-size: 10pt;
}
body {
	background-color: white;
	margin: 1em auto 1em auto;
	width: 60em;
}
h1 {
	margin-bottom: 0.5ex;
	font-size: 180%;
}
h2 {
	margin-bottom: 0.5ex;
	font-size: 150%;
}
h3 {
	margin-bottom: 0.5ex;
	font-size: 120%;
}
img a {
	border: 0 none black;
}

.spacer {
	clear: both;
}

#header {
	background-color: #339;
}

#header a {
	color: white;
	text-decoration: none;
}

#header ul {
	margin: 0;
	padding: 1.3em 0em 0em;
	list-style: none;
	float: left;
}

#header ul li {
	display: inline;	
	color: white;
	font-weight: bold;
	font-size: 14pt;
	padding: 0pt 1em 0pt;
}

#header ul li a:hover { 
    font-weight: bolder;
    text-decoration: underline;
}
#header ul li a:active {
	text-shadow: 0px 0px 4px #fff;
}

#logo {
	float: left;
	padding: 0.7ex 1em 0.3ex;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
}

#logo .big {
	font-size: 24pt;
	line-height: 100%;
	text-shadow: 3px 3px 4px #222;
}

#logo .small {
	font-size: 12pt;
	line-height: 100%;
}

#content {
	border-top: 1px solid #999;
	padding: 0em 2em 0em 2em;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
#sidebar {
	position: relative;
	float: right;
	width: 15em;
	top: 1em;
	right: -1em;
	margin: 0em 0em 1em 0.5em;
}
#sidebar ul {
	background-color: #ddf;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1em;
	padding: 0;
}
#sidebar ul li {
	border-bottom: 1px solid #bbb;
}
#sidebar ul li:hover { 
	background-color: #eee;
}
#sidebar a {
	padding: 0.7ex 1ex 0.7ex 2ex;
	display: block;
	color: #444;
	text-decoration: none;
}

#footer {
	margin-top: 3em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
	padding-top: 0.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #666;
	border-top: 1pt dotted;
}

#footer a {
	color: #666;
    text-decoration: none; 
}

#validated {
	float:right;
}

#subbar {
	color: #ddd;
	background-color: #333;
	margin: 0;
	padding: 0.4em 1em 0.2em 1em;
}
#path {
	padding: 0;
	margin: 0;
	float: left;
}
#path li {
	padding: 0em 0em;
	display: inline;	
}
#path a {
	color: #ddd;
    text-decoration: none; 
	font-variant: small-caps
}
#path a:hover {
	color: #fff;
    text-decoration: underline;
}
#path a:active {
	text-shadow: 0px 0px 4px #fff;
}
#features {
	float: right;
}
#features .flag {
	border: none;
	float: left;
	vertical-align: middle;
	height: 1em;
	padding-left: 0.25em;
	padding-right: 0.25em;
}
#features span {
	padding: 0em 0.2em;
	vertical-align: middle;
}

.timestamp {
	font-style: italic;
	font-size: 80%;
}
