/* Yahoo UI CSS tools */
@import url('reset-fonts-grids.css');
@import url('base-min.css');

/* Note: This file was editted with SciTE's default font, which is not monospaced. So if you see odd formatting as a result... */

html {
	background-color: #ddd;
	min-height: 100%;
}

body {
	background-color: #ddd;
	min-height: 100%;
}

#doc {
	width:auto;
	margin: 0 7em;
}

#hd {
	background-color: #fff;
	text-align: center;
	background-color: #000;
	color: #f00;
	padding: 0.5em;
}

#bd {
	background-color: #fff;
}

h1 {
	margin: 0;
	font-size: 197%;
}

/*************************
** Begin Navigation rules **
*************************/

#navigation {
	background-color: #000;
}

#navigation h2 {
	display: none;
}

#navigation ul {
	margin: 0;
}

#navigation li {
	list-style: none;
}

#navigation ul a {
	display: block;
	color: #ddd;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 1em;
}

#navigation ul ul a {
	padding-left: 2em;
}

#navigation a[href] {
	color: #ff0;
}

#navigation a:hover[href] {
	color: #000;
	background-color: #ff0;
}

/************************
** End Navigation rules **
***********************/
#content {
	margin-right: 1em;
}

#ft {
	background-color: #fff;
	margin-top: 1em;
	text-align: center;
	font-size: 69.5%;
	font-weight: bold;
}