/*css stype for Ms. Daniel's students at The Rice School for History Fair 2007-2008*/
body {
	background-color:#000000;
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.content a {
	color: #D51A21;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content a:visited {
	color: #990033;
}
	
	ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #bdf url(../images/tab.png);
    color: #FFFF99;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../images/tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
	background-color:#ffffff;
	border: #d51a21 solid 3px;
	clear: left;
	padding: 1em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.content img {
	background-position: left top;
}
.content h2 {
	color: #CC0000;
}
.content h3 {
	color: #CC0000;
}

.header h1 {
	font-size: 36px;
	font-weight: 300;
	color: #FFFFFF;
}