body {
    font-family:Arial;
    font-size:12px;
    z-index:1;
    background-image:url(../images/background.jpg);
    background-position:0 0;
    background-repeat:repeat;
    margin-top:0;
    margin-left:0;
    padding-top:0;
}

#wrapper {
    width:100%;
    margin-top:0;
    margin-left:0;
    padding-top:0;
}

#maincontent {
    margin-left: 20%;
    margin-top:1.5em;
    margin-right:3em;
    font-size:1.25em;
}

#tableofcontents {
    position:relative;
    margin-left:0;
    padding-left:0.2em;
    padding-right:0.75em;
    float:left;
    background-color:#ffcc99;
    width:15%;
    height:100%;
    z-index:2;
    border:1px solid;
    border-top:0;
    font-size:1em;
}

 h1#tocheader {
    font-size:1.25em;
    font-weight:bold;
 }

ul#toclist {
    padding:0;
    margin:0;
    list-style-type:none;
}

li.toc {
    list-style-type:none;
    font-family:Arial;
    font-size:0.8em;

}

li.smallred {
    list-style-type:none;
    font-family:Arial;
    font-size:0.9em;
    color:red;
 }
 

h1 {
    color:#3333CC;
    font-size:1.25em;
    top:2em;
    text-decoration:none;
    text-align:center;
 }
 
 h2 {
    color:#000099;
    font-size:1.15em;
    text-decoration:none;
 }
 
#tableofcontents a:link {
    text-decoration:none;
    color: rgb(0, 0, 204);
    }

#tableofcontents a:visited {
    text-decoration:none;
    color: rgb(0, 0, 204);
}

#tableofcontents a:hover {
    text-decoration:none;
    color: rgb(255, 0, 0);
}

#tableofcontents a:active {
    text-decoration:none;
    color: rgb(255, 0, 0);
}

#topheader {
    left:0;
    top:0;
    background-color:#ffcc99;
    margin-bottom:0;
    padding:1%;
    border:1px solid;
	width:98%;
	height:75px;
	float:left;
	text-align:center;
margin-top:0;
}
#topheader .logoleft {
	width:15%;
    height:69px;
    float:left;
}

#topheader .logoright {
    width:15%;
    height:69px;
    float:left;
}
#topheader .logoText{
	float:left;
	width:70%;
}
#topheader .firstline {
    font-size:2em;
    color: rgb(0, 0, 255);
	height:30px;
    font-style:italic;
    }

#topheader .secondline {
    font-size:2em;
    color: rgb(0, 0, 255);
	height:30px;
}

.datecreated {
    color:black;
    font-size:0.75em;
}

.floatbookcover {
	float:right;
	margin-left:1.25em;
	margin-bottom:2.25em;
	margin-top:2em;
	}
	
.blue {
	color: rgb(0, 0, 255);
	font-weight:bold;
}

.centered {
	text-align:center;
}

.red {
	color: rgb(255, 0, 0);
}

#maincontent a:link {
 	color: rgb(0, 0, 204);
 }
 
#maincontent a:visited {
 	color: rgb(0, 0, 204);
 }
 
#maincontent a:hover {
	color: rgb(255, 0, 0);
 }
 
#maincontent a:active {
 	color: rgb(255, 0, 0);
 } 