/* This is the style sheet for the Electrical Table of Contents for lessons */

body {
     background-color: #ffffff;
     margin-left: auto;
     margin-right: auto;
     width: 580px;

     /* Text Stuff */
/* This handles all of the normal text type and size...  Since the paragraph
& headers text size is handled separately this size is pretty much just the link text size by default */
     color: #000000; 
     font-family: Verdana, Helvetica, Arial, sans-serif;
     padding-left: 5px;
     font-size: 1em;
}

h1 {
/* Since this is within the body -- this defines a style of h1 within the body*/
	font-size: 1.2em;
        text-align: center;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: .9em;
}

p {
	font-size: .8em;
}

#header {
	background-color: #ffff00;
	border: 2px #000000 solid;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header p {
	font-size: .6em;
        line-height: 1em;
	text-align: center;
}

#main {
}

#main h2{
      padding-left:  20px;
}

#main h3{
      padding-left:  40px;
}
#main p{
      padding-left:  60px;
      font-size: .8em;
      line-height: 1em;
}

#footer{
	padding-top: 10px
}

#footer p{
	text-align: center;
	font-weight: bold;
}
