﻿body {
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000000;
}
#container {
	padding: 5px;
}
#header {
	background: #eeeeee 100% 0;
	border: 1px solid #202020;
	padding: 28px 10px;
}
#header h1 {
	margin: 0;
	font-size: 2.5em;
	font-weight: normal;
}
#menu {
	display: none;
}
#content {
	padding-top: 10px;
	margin-left: 10px;
	line-height: 18px;
	text-align: justify;
	word-spacing: 2px;
}
#sidebar {
	display: none;
}
#footer {
	background: #eeeeee 100% 0;
	border-bottom: 5px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
	color: black;
	font-size: 0.5em;
	padding: 10px;
	line-height: 16px;
}
#footer a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed #A2AFBE;
}
