/* reset all whitespace
-------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}
	
/* create fixed div layout
-------------------------------------------------------*/
html, body {
	background: #FFF;
	text-align: center;
	height: 100%;
	font: normal 11px/18px Verdana, Helvetica, Sans-Serif;
	}
	
td {
	font: normal 11px/18px Verdana, Helvetica, Sans-Serif;
	}

#wrapheader {
	width: 100%;
	height: 120px;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 10;
	position: fixed;
	}
#header {
	width: 400px;
	height: 120px;
	top: 0;
	left: 0;
	}

/*
#nav {
	width: 500px;
	height: 100%;
	float: left;
	background: #000;
	}
html>body #nav {
	position: fixed;
	bottom: 0;
	z-index: 5;
	}
*/

#content {
	position: absolute; /* must set to absolute for top margin to work in IE */
	margin: 130px 0 25px 7px;
	width: 400px;
	height: auto;
	text-align: left;
	}
	
/* content styles
-------------------------------------------------------*/

body, p, h4, li, td {
	color: #000;
	text-align: left;
	vertical-align: top;
	}

p {
	margin: 10px 0;
	}
h1 {
	font: bold 23px/30px Verdana, Helvetica, Sans-Serif;
	color: #FFBC00;
	margin: 0 0 25px 0;
	text-align: center;
	}
h2 {
	font: bold 19px/30px Verdana, Helvetica, Sans-Serif;
	color: #F00;
	margin: 25px 0 15px 0;
	text-align: left;
	}
h3 {
	font: bold 13px/20px Verdana, Helvetica, Sans-Serif;
	color: #000;
	margin: 20px 0 10px 0;
	text-align: left;
	}
	
/* this is the style to use for menus at the top of a page */
h4 {
	font: normal 11px/18px Verdana, Helvetica, Sans-Serif;
	margin: -5px 0 25px 0;
	color: #F00;
	text-align: center;
	}
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	border: 0;
	text-decoration: none;
	color: #F00;
	}
h4 a:hover, h4 a:active {
	text-decoration: underline;
	}

ul {
	margin-bottom: 20px;
	}
ul li {
	list-style-type: disc;
	margin: 0;
	color: #FFBC00;
	}
ul li span, h4 span {
	color: #000;
	}


ol {
	color: #000;
	list-style-type: decimal;
	margin: 0 15px;
	}
ol li {
	color: #000;
	list-style-type: decimal;
	}

ol ol {
	margin: 0 20px;
	}
ol ol li {
	list-style-type: lower-alpha;
	} 
	
ol ol ol {
	margin: 0 30px;
	}
ol ol ol li {
	list-style-type: lower-roman;
	}

ol ol ol ol {
	margin: 0 40px;
	}
ol ol ol ol li {
	list-style-type: upper-alpha;
	}

a:link, a:visited {	
	border-bottom:1px dotted #C00;
	color:#C00;
	text-decoration:none;
	}
a:hover, a:active {
	border-bottom: 1px solid #F00;
	color:#F00;
	text-decoration: none;
	}
.credits {
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 25px;
}
.headings {
	padding-bottom: 20px;
	text-align: center;
}

#heading {
	padding-bottom: 20px;
	text-align: center;
}
.quote {
	font: bold 23px/30px Verdana, Helvetica, Sans-Serif;
	color: #FFBC00;
}