body
{
	font-family: Sans-Serif;
	font-size: 90%;
	margin: 0px 0px 0px 0px;
}

/* COMMON */
a
{
	color: #00AA00;
	text-decoration: none;
}

a:visited
{
	color: #00DD00;
}

a:active
{
	color: #444444;
}

a:hover
{
	color: #444444;
}

/* ELEMENTS */

#body
{
	font-size:1.2em;
	margin-left:255px;
	padding-top:3em;
	width: 35em;
	border-right:solid 1px gray;
	padding-right:0.2em;
}

#sidebar
{
	position: absolute;
	top: 300px;
	left: 10px;
	width: 235px;
	border-right: solid 1px gray;
}

#navigation
{
	font-family: 'Times New Roman', Times, serif;	
	width: 100%;
	border-bottom: solid 1px #bdc3c7;
	background-color: #dee5e9;
	position: absolute;
	left: 0px;
	top: 0px;
}

#navigation ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 235px;
}

#navigation li
{
	float: left;
	margin: 0px 1em 0px 0px;
}

#navigation li a
{
	border-bottom: 0.5em solid #bdc3c7;
	color: #5f6c72;
	display: block;
	font-weight: bold;
	padding: 0pt 0.5em;
	text-decoration: none;
	width: 6em;
}

#navigation li a:hover
{
	border-bottom-color: #5f6c72;
	color: #5f6c72;
}

#floater
{
	border: 1px solid #bdc3c7;
	border-top-style: none;
	padding: 3px;
	padding-top: 20px;
	float: left;
	display: block;
	background-color: #dee5e9;
	margin: 0px;
	left: 10px;
	top: 1em;
	position: absolute;
}

#floater a img
{
	border: 1px solid #5f6c72;
}

#floater a:hover img
{
	border: 1px dotted #5f6c72;
}

#footer
{
	width: 100%;
	background-color: #dee5e9;
	border: 1px dotted #bdc3c7;
	border-left-style: none;
	border-right-style: none;
	padding: 1em;
	margin-top: 0.7em;
}

/* HEADERS */

h1
{
	border-style: dotted none dotted none;
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	font-family: 'Times New Roman', Times, serif;
	color: #888888;
}

#summary
{
	font-family: 'Times New Roman', Times, serif;	
	color: #888888;
	font-style: italic;
	padding-bottom: 1em;
	border-bottom: dotted 1px #dddddd;
	font-size: 0.9em;
	text-align: center;
	width: 100%;
}

h2
{
	font-family: 'Times New Roman', Times, serif;
	border-bottom: dotted 1px #dddddd;
	color: #888888;
	font-size: 1.2em;
}

h3
{
	font-family: 'Times New Roman', Times, serif;
	border-bottom: dotted 1px #eeeeee;
	color: #888888;
	font-size: 1em;
}

/* BODY */

#body img
{
	width: 100%;
	padding: 0.1em;
	margin: 0.5em 0em 0.5em 1em;
	border: solid 1px #cccccc;
	background-color: #dddddd;
}

#body code
{
	border: solid 1px #bbbbbb;
	background-color: #eeeeee;
	padding: 0.1em;
	font-family: Monospace;
	width: 100%;
	margin: 0.5em 0em 0.5em 1em;
	display: block;
}